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: [AWR6843AOPEVM] How to use Range profile or MMWDEMO_OUTPUT_MSG_RANGE_PROFILE in this project overhead_3d_vod_68xx_mss?

Part Number: AWR6843AOPEVM

Thank you TI team!

We’ve seen this document.

C:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\xwr68xx\mmw\docs\doxygen\html\index.html.

In this document, it showed that xwr68xx can dump the content array of profile points at 0th Doppler. This is actually what we need.

 

In the workspace_v12\overhead_3d_vod_68xx_mss\common\vod3D_output.h

In the structure Pcount3DDemo_output_message_tl. The TLV type can be found here. And the Pcount3DDemo_output_message_UARTpoint showed us the output msg from UART. This is for the MMWDEMO_OUTPUT_MSG_POINT_CLOUD.

 

Now, need to use this MMWDEMO_OUTPUT_MSG_RANGE_PROFILE. How to let mss dump the Range profile msg and the point cloud msg at the same time with AWR6843AOPEVM?

 

Best regards,

Webb