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.

IWR6843ISK: Locating and sending raw data over UART

Part Number: IWR6843ISK

Hello,

I would like to know how to transmit raw ADC (IQ) data over the USB-UART for the IWR6843ISK. I am running an example project for vital signs with people tracking, that sends the post-processed data (point cloud, target list, target index, presence indication) to be shown on screen via an executable GUI.

I am looking for suggestions as to where:

- the size of the ADC array is set (via number of chirps per frame?)

- the raw data is located after the above array is filled

- to add the raw data to the UART buffer (the demo places the post processed data in MmwDemo_uartTxTask)

I do believe the above questions are generic to most of the TI example code, so the specific demo I am using shouldn't matter too much - I am open to looking at other demo projects if that will help me find what I am looking for. We plan to do our data processing on our own processor.

I understand that using the DCA1000 board would make this process much easier, but the SWAP constraints for this project prevent that. I am fine with decreasing the sample rate, and chirps per frame; I am aware the UART on-board cannot keep up with the data output at the default configuration.

Regards,

C