Working on my ADC routines, I ran into this:
MSP430: There were 6398 (code) and 68 (data) bytes written to FLASH/FRAM. The expected RAM usage is 1962 (uninitialized data + stack) bytes. MSP430: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x5646: Software breakpoints cannot be set on the given opcode.
So what gives? That's apparently automatically set breakpoint and now I cannot do source stepping among other things. I've got MSP430fr5969 and according to my memory map I've got plenty of ram to play with.
Offending code memory looks like this:
main(): 005646: 403C 0150 MOV.W #0x0150,R12 00564a: 12B0 5E00 CALL #WDT_A_hold