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.
Hello,
I work with Hercules Safety MCU Development Kit TMS570 MCU and use CCS 5.3.0.00083 on system windows 7 servicepack1.
Since three days there are problems with breakpoints (before everything runs well).
After load program the debugger doesn’t stop at breakpoints, please see scenario described below.
What could be my mistake?
Thanks for your hints.
Volker
Hi,
Optimization level (--opt_level, -O) : 1
Optimize for speed(--opt_for_speed, -mf) : 5
changed to
Optimization level (--opt_level, -O) : off
Optimize for speed(--opt_for_speed, -mf) : 0
but the problem still exits.
Thanks Volker
Hi,
I found my change which leads to this behavior.
This problem only occurred when in HALcodeGen SAFETY INIT the CPU Selftest is enabled.
Thanks for your hints.
Volker