Hi,
When streaming ADC data to my PC I find that UDP packet loss is quite high. In fact after the first 11 packets transmitted I've already lost data. This is after just 13KB of data:
Seq numb 9, byte count 11648.
Seq numb 10, byte count 13104.
Seq numb 18, byte count 24752.
I've googled and it appears that the buffer sizes on my ethernet (gigabit) are at the max. I'm not doing any processing accept trying to get the data.
I really need to stream the data out as live as possible - so storing it to the sd card on the DCA1000EVM would not be acceptable. In the data capture user guide it talks about slowing down the ethernet packet delay options from 25us. Is this my best option and if so what command do I issue and what value to set it to (CONFIG_PACKET_DATA_CMD_CODE???).
I'm not even getting one radar frames worth of data so cant make up the data cube and a bit stuffed at the moment. Any help greatly appreciated
Best regards