Other Parts Discussed in Thread: MSP430F249, MSP430F248
Hello all,
I have an MSP430F249 chip that i've trying to program using the BSL ROM method - As a test, I've compiled the sample LED blinking code (msp430x2xx_fet_1.c) as a way to verify that i've downloaded the program correctly. Thus far, I've been able to communicate with the BSL, do a MASS ERASE, then RX PASSWORD and then finally the RX BLOCK. I've even done a TX BLOCK and can see the contents in memory matching my app.
When i finally do the LOAD PC call, I haven't been able to get the LEDs to start blinking; setting it to 0x4000, or even 0xfffe didn't help. Power cycling the MSP also didn't help. The LEDS only started blinking when i set the LOAD PC to 0x406a (where __main is). However, power cycling caused it to stop blinking.
Is there a reason why the MSP is behaving weirdly like this?
Any solutions will be much appreciated,
Thank you,
Jerry