Hi,
I ran lab4 demo from texas instrument on code composer studio and it debugs fine
I want to know how can I show values of TLV ( x, y , z values) of the sensor using a terminal
Thanks.
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.
Hi,
I ran lab4 demo from texas instrument on code composer studio and it debugs fine
I want to know how can I show values of TLV ( x, y , z values) of the sensor using a terminal
Thanks.
I saw the demo of mmwave sdk but I need more details; i mean how can I have the TLV on a terminal interface they don't mention a practical way in the demo
All the TLV data are streamed over UART by C:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\xwr18xx\mmw\mss\mss_main.c
Refer these functions: MmwDemo_handleObjectDetResult, MmwDemo_transmitProcessedOutput where it transmit TLV data over UART. using UART_writePolling function.
.
Regards,
Jitendra