Other Parts Discussed in Thread: MSP430F5438, MSP430F5418
TI, help please on these items. We are using Code Composer version: CCE v3.1 build: 3.2.4.3.8 with a MSP430F5438 and the 'MSP430 USB-Debug-Interface' box. We did try Code Composer v4 and it had the same problems.
Having the following problems with breakpoints:
1. Set a breakpoint, say at address 0x0XXXX. XXXX = any hex number, not a beer :-). The debugger also stops at 0x1XXXX and 0x2XXXX.
If address 0x1XXXX or 0x2XXXX are in a piece of code that is executed often, say 100 times, (eg any comms code) the debugger keeps stopping at these address and rarely at the desired point in the code. Makes it almost impossible to do the job.
Also if you debugging a real-time problem the extra breakpoints stops the executiion flow and you can't recreate the problem.
(TI please fix this issue. Reported multiple times since 11 March via email to tech support, now > 4 months ago)
2. Reload the program and the list of breakpoints are sometimes not reloaded. The user expects the program to stop at the locations listed in the breakpoint list and it does not stop.
3. Ditto above, with Reset instead of Reload.
Depending on the code sometimes this occurs all the time. Otherwise it occurs sometimes.
4. Close Code Composer with breakpoints set. Code Composer sometimes hangs at 'terminating debug session'. Taskmgr and kill the processes seems to be the only option.
Try putting up with these items on a daily basis. It gets on your nerves.
