Hi TI engineer:
We develop an application to send UDP packet to PC base on the NDK helloworld example.We have 2 question on this thing:
1. But it seems like we can't send a packet larger than 1KB( call send func one time).We know that the length limit for a UDP packet is 64KB, does c6678 limit the UDP length to send?Dowe make any problem in using the function to send?
2.Now we have to delay 200 us between 2 UDP packet, or PC will lose some data. If we send UDP continously, is it necessary to insert delay between calling send()(We want to make sure that which one should be responsible to the data lose, DSP or PC)?
Thank you very much
regards