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.

AWR1843BOOST: running ODOC demo

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

Hi,

I am running ODOC demo in AWR1843.

Now i'm able to get data in my canbus analyzer but i couldnt understand the data i'm getting.let me know how to convert these data into point cloud data.

-----------------------------
Data from ID: 0xC1
2 1 4 3 6 5 8 7
-----------------------------
Data from ID: 0xC1
4 0 1 2 C0 7 0 0
-----------------------------
Data from ID: 0xD2
2 0 0 0 0 2 0 0
-----------------------------
Data from ID: 0xD3
3 0 0 0 0 2 0 0
-----------------------------
Data from ID: 0xD6
6 0 0 0 18 0 0 0
-----------------------------
Data from ID: 0xB1
F F F F F F F F
-----------------------------
Data from ID: 0xC1
42 16 A 0 1 0 0 0

Thanks,

Vimal

  • Hi Vimal,

    Please refer the source code of ODOC to find out the data format received at GUI end.

    mss_main.c: MmwDemo_mboxReadTask() -> case MMWDEMO_DSS2MSS_DETOBJ_READY: Here you need to check the 'Can_Transmit_Schedule' function and the message indentifier to map at GUI captured data.

    dss_main.c: MmwDemo_dssSendProcessOutputToMSS().

    As this demo is based on mmw demo of SDK 2.1, you can find original UART based object data format in doxygen document <SDK>\packages\ti\demo\xwr16xx\mmw\docs\doxygen\html\index.html (search for 'Output information sent to host').

    Regards,

    Jitendra