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.

AWR6843AOPEVM: How to transmit full radarcube which is over 0x6000000 bytes from the AWR6843AOPEVM board?

Part Number: AWR6843AOPEVM

My board is AWR6843AOPEVM with a mmwave iceboost.

Before, I use DCA1000 to capture data, but it cannot achieve the performance that the data is captured and immediately sent to my computer for more processing.

So i modified the out of box demo code to config the board and sent the data back through UART port.

I have tried to transmit the radar cube data from UART port, and the baudrate is the maximum 3125000, it seems that the UART port failed to transmit this data (it stops when the buff is full) because it is quite large, which is noted in the message header as 0x6000000 bytes! Is there any way to transmit this large data out in time?