hi everyone,
I've been working on a battery operated wireless device which have a msp430f5510. when I configure it for lpm 4.5, I guess it successfully goes to lpm 4.5 as i can measure the core voltage going down to 0.00 from 1.47 V. The 5xx family user guide states that in lpm 4.5 mode device turns off cpu, all clocks, and cuts core regulator supply as well. Also it specifies that an exit from lpm 4.5 can be caused by RST/nmi, power cycle on via I/O pin causing a BOR and hence starting the program execution from main(). But in my case; after sending the device into lpm 4.5 (core voltage goes to 0.00); when I press RST/NMI switch to wake it, I can see the core voltage changing form 0.00 to 1.41 but It doesn't start program execution from main. In fact it does nothing and I'm not sure at this point, in what state the controller would be.
what I require is when I press the RST switch my controller should wake up form lpm4.5 and program should start from main as stated by the 5xx family user guide. Kindly help if someone would have tried using lpm 4.5.
Thanks !!