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.

DCA1000EVM: IWR1843 + DCA1000EVM: UDP data stops uploading after ~70 seconds in MATLAB capture

Part Number: DCA1000EVM
Other Parts Discussed in Thread: IWR1843,

Hi TI team,
I'm using the IWR1843 with the DCA1000EVM to stream raw ADC data over UDP, and I'm capturing the data using a MATLAB script. However, the UDP data stream always stops after around 70 seconds, regardless of my configuration. The DCA1000EVM is set to capture up to 1024 MB, so the data stream should last much longer.
I suspect this may be related to a timeout mechanism in the CLI tool that stops the capture if no data is received — which seems to occur when MATLAB fails to receive new UDP packets in time.
Here’s a screenshot of the relevant part of my MATLAB code:


The code gets stuck at this loop and does not receive any new datagrams after ~70 seconds, even though the DCA1000 is still supposed to be running.
Is there a known workaround or modification (e.g., in the CLI or firmware) that would allow continuous data streaming for longer durations (e.g., 10 minutes or more)?
Any insights or suggestions are highly appreciated!
Thanks in advance.