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.

IWRL6432BOOST: Not Able to Read Continuous Data Frames

Part Number: IWRL6432BOOST

Hello,

I am trying to read the radar cube data through UART. I am using this post ([FAQ] IWRL6432: Exporting the radar cube over UART) as a reference, I am using the motion_and_presence_detection_demo project with modifications. The modified files are motion_detect.h and motion_detect.c.

I built the project and flashed the app image onto the board and used the example configuration file that was attached in the reference post.

I was able to receive only the first frame of data (screenshot added), utilizing the industrial_Visualizer (running gui_main.py). I am not able to receive continuous frames. As can be seen in the screenshot, after receiving the first frame, rest all are "ERROR: No data detected on COM Port, read timed out. Be sure that the device is in the proper mode, and that the cfg you are sending is valid" messages

Could you please help me understand what could be wrong?