Hi,
I'm a new user of Code Composer 4.2 under Windows 7 for the MSP430F2274. Here's yet another issue I'm having with the tool.
1) I can't set more than one hardware breakpoint. I believe that IAR supports up to 8 if I'm not mistaken. CC only supports one? Message: "Breakpoint Mgr: Insufficient Resources. You can free up one resource by disabling software breakpoint support." Is there a way to enable more than one?
2) When I set a breakpoint, CC typically creates 2,3 or up to 8 "duplicate" breakpoints in the breakpoint window, all for the same line. I then have to go in and delete them. The number of these duplicates seems random and unrepeatable. Why does this happen and how can I prevent this behavior?
3) The CC help files and wiki tutorial say I can create a breakpoint by double clicking on a line. But when I do so, nothing happens. The only work-around seems to be to hover the cursor over the line number next to the line of code, right click and say "Add Breakpoint" and hope it works. Is this normal?
4) The wiki help/tutorial says that a so-called "blue dot" should appear when setting a breakpoint. Presumably it's supposed to appear in the source code window. It does not. After creating (or trying to) create numerous BPs, when I mess with the BP pane by deleting them or double-clicking them, sometimes all of a sudden in the C source code window all the breakpoints (enabled or not) will finally appear as various blue or gray icons (not dots, exactly). Until I can get this to happen, I have to work without being able to see where the breakpoints are in the code pane.
thanks,
- Chris