Hello,
I've adapted the code from app note SLAA341 to CCS v5.5 and made my own bootloader. It is working very well, except for programs that have interrupts.
I've made some debug with blinking leds to see where the problem is, and find out that when I set the GIE, the program stops. Since the WD is running after a few moments the msp resets, the bootloader starts, the control is transferred to the main program and it stops again.
My guess is that the interrupt vectors aren't configured correctly, but I can't figure out why.
Attached are my bootloader main file and the linker file. I am using a msp430F5419a.
Can anyone help me?
Thanks,
Pedro