Part Number:PROCESSOR-SDK-K2G
Tool/software: TI-RTOS
Hello.
I'm trying to implement a UDP client program with the K2GEVM arm processor.
Base on the example NIMU_BasicExample_evmK2G, I'v successfully able to send packets to other computer, as long the number of packets that are sent in succession is smaller than 128. when I'm trying to send more than 128 packets (in a for loop) I'm getting ENOBUFS error from the NDK_sendto function. Also the number of packets is not dependent on the packet size that I'm sending (I'm getting the same error for different packet's sizes).
What causing this error and how can I fix it such that I could send multiple packets in a row?
I'm using NDK version of 3.40.01.01 .
Thank you.
Offer.