Other Parts Discussed in Thread: MSP430F2618
I am using the latest version of CCS (4.1.3) and TI USB FET. I have a project which I have been developing with for a while now using a MSP430F2618 device using the small memory model. I have just switch to the large memory model to use the address space above 64 and discovered a serious bug.
If I set a break to any function that exsits above 0x10000, (say 0x13BFC), the debugger will fire the breakpoint to 0x03bfc. I have test this at several places and the bug is repeatable.
Any workarounds? This is a project killer!
Can other tools (rowley, IAR) handle breakpoints above 0x10000?