Other Parts Discussed in Thread: MSP430F2616, MSP-FET
uC : MSP430x2xx/MSP430F2616
CCS version: CCS v6.1
Compiler : msp430_4.4.4
debuger : MSP-FET 430 UIF
I have the problem recently where my program run into main() repeatedly after power up. The breakpoint I put in main() repeatedly entered.
When pause in debugger, I came across no symbols are defined for 0x6C100B which apparently is out site the range of flash memory. Then it ends up in ISR P1_ISR() at 0x2100.
I have no slightest of clue what is happening, any suggestion in way to analyse this problem is very much appreciated.