Tool/software: TI-RTOS
When I use the sendto() to send a udp frame, it return -1, and when i use the fderror(), i get the error code 61.
please tell What does it mean wrong?
pdk_am437x_1_0_10,ndk_2_26_00_08,bios_6_52_00_12,Code Composer Studio 7.4.0
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.
Tool/software: TI-RTOS
When I use the sendto() to send a udp frame, it return -1, and when i use the fderror(), i get the error code 61.
please tell What does it mean wrong?
pdk_am437x_1_0_10,ndk_2_26_00_08,bios_6_52_00_12,Code Composer Studio 7.4.0
Hi Eric,
in the TI Network Developer's Kit (NDK) v2.25 API Reference Guide.pdf, page 267, the sendto() has not this error no. also, the udp is used on unconnected, non-connection oriented sockets, so the 61 should be not the connected refused.
I think it should mean something different. and what is it?
Hi Eric,
I am now using the AM437x Example. I had successfully implemented the transceiver of UDP packets in the test program, but I encountered this problem when I was using UDP to receive on my engineering project. So, I want to know what causes this function to return the error code when receiving UDP packets.
Hi,
"I am now using the AM437x Example. I had successfully implemented the transceiver of UDP packets in the test program, but I encountered this problem when I was using UDP to receive on my engineering project. " ========>If TI NIMU example with UDP server worked well to do data Tx and Rx, then you can build your test example based on it, what is the major difference between your UDP program that failed and the TI working one?
Regards, Eric