Other Parts Discussed in Thread: UNIFLASH, DP83869
I am getting an About Error (-13) at netconn_connect() when I run the MCU-PLUS-SDK-AM263PX SDK example: enet_cpsw_tcpclient_am263px-cc_r5fss0-0_freertos_ti-arm-clang
I made some minor changes for handling the IPv4 addresses. Namely, the sever address is hard-coded, and the client is using static IP instead of DHCP.
When I run the same 'application code' on the AM263x Control Card version of the project, it works.
The hardware setup is the same.
The TCP Server is running Wireshark. I can see the transmissions for AM263x, but there are none for AM263Px.
The Ethernet cable is connected to the middle (with sticker) port on AM263x.
Before I spend additional time troubleshooting, I want to check:
Is there any differences between the Control Cards, or SDKs that would cause the About Error (-13) on AM263Px when running the same application-layer code?