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.

[FAQ] AWR2944P: condition breakpoint usage on CCS, test with awr2944p

Part Number: AWR2944P

modify based on high end corner radar

radar_toolbox_3_30_00_06/source/ti/examples/Automotive_ADAS_and_Parking/high_end_corner_radar/src/demo/awr2x44p/mss/mss_main.c

Add a variable conditional_break, the if and debug log is used to avoid auto optimization by compiler

add breakpoint where you want it:

right click the breakpoint and select breakpoint property

add a condition like this:

continue program and breakpoint hit when the condition_break becomes 200

For ccs 20.3.1 I did similar test and it also works. The first breakpoint is not hit and the second breakpoint is hit when condition_break is set to 200.

Regards,

Adam Hua