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.

IWRL6432BOOST: Real-time Tracking Debug Algorithm of Vital Sign Example

Part Number: IWRL6432BOOST
Other Parts Discussed in Thread: IWRL6432

Tool/software:

Hi TI experts,,

 

I am using CCS 12.8, radar toolbox and SDK 5.5.0.2 with this board, and I have imported the vital sign example of IWRL6432 board into CCS. I have edited the vital_sign.c with my own algorithm to detect vital sign and debug, but CCS cannot track my algorithm in real time. Do you guys have any idea that I can track it, for example, set a breakpoint and drive the debugging process to stop at the breakpoint and see the variables, so I can verify every step of my algorithm to work. It is urgent and important so please help me.

 

Regards,

Geyang

  • Hi

    Before you debug with the your modifications to the demo, can you try debugging with the default vital signs demo with IWRL6432? With CCS 12.8, you should be able to debug and keep breakpoints and halt the processor wherever you need. Follow the procedure mentioned below to debug with CCS.

    radar_toolbox_3_00_00_05/software_docs/using_ccs_debug.html

    Regards