Hello everyone,
I used 2944 unboxing demo and ported udp socket to send and collect RadarCube data, but encountered the following issues;
When my data size is (168 * 8 * 768)/2, udp can send messages normally without interruption;
2. When I modify the chirp quantity to 192, an error will be reported; It seems that the pool memory is insufficient; L3 allocates lwip 1972pool to 584k; May I ask if the udp socket will send all the data together every time? I tried to send only half of the data but failed;
3. I am trying to send each packet with a delay of 2ms, but the minimum must be 2ms. Is there any other better way to ensure that the data is not blocked?
Regards,
Gary