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.
- load the program.
- Program stopped automatically at function ”_c_int00()” in file sys_startup.c
- Set two breakpoints at function “main()” in file sys_main.c. The first breakpoint at the beginning of function and the second inside of an endless loop. You can see both breakpoints have a checkmark.
- Press button “resume” to run the program
- Program starts and runs but it doesn’t stop at the breakpoints.
- Press button “suspend” and it stops (doesn’t matter where)
- Set a second breakpoint inside of the endless loop but don’t touch the first breakpoint inside this loop.
- Press button “resume” to run the program
- Now it stops and the second breakpoint inside of the endless loop but it still doesn’t stop at the first breakpoint inside this loop
- Clear the old breakpoint and set a new one at the same position.
- Press button "resume" to run the program
- Now the debugger stops at both breakpoints
- From now on the debugger stops correctly at every new breakpoint.
What could be my mistake?
Thanks for your hints.
Volker