This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2732: udp server sends message error

Part Number: AM2732

Tool/software:

Hello, I encountered problems when using your company's AM2732 + PHY chip dp83tc812 TIDA020047 development board and transplanting the UDP server program.

I based on the official enet _ cpsw _ udpserver routine, then replaced the phy driver with the dp83tc812 driver, and synthesized a UDP server program.

However, when connecting to the sscom of the PC for testing, when sending, an error was returned. The error message was sendPckt sendto: error "Routing problem.",

The error location in the program is the udp _ sendto _ chksum () function in udp.c. This function returns ERR _ RTE. I don't know how to solve this problem?

Another question is how to compile the code corresponding to the library file into CCS so that you can see the debugging information?
PS: The development environment I use is Code Composer Studio12.4.0.00007+mcu_plus_sdk_am273x_08_05_00_24, and the demo uses
The enet_cpsw_udpserver routine replaces the phy driver with the driver of dp83tc812. The development board uses the TIDA020047 development board.
The ip set by the board udp server is 192.168.1.22, the gateway is 192.168.1.1, the subnet mask is 255.255.255.0, the ip of pc is 192.168.1.11, and the gateway mask is consistent with the board.