Part Number: MSP430F1611
Tool/software: Code Composer Studio
Hello,
I am currently using the MSP430F1611 in order to run it in Low Power Mode 3 (LPM3). My program is finished and works well when I am not in LPM3. So I implemented the LPM3.
And that is the point where I have some issues. It works, but I have no more Power-On Reset (POR) neither RST/NMI reset.
I have tried to discover what is the problem, and when i just put the MSP in LPM3, the reset works, but when I add the "__bic_SR_register_on_exit(LPM3_bits) " instruction in order to leave the LPM3 in an interrupt, it leaves and the program works but I can not reset any more my microcontroller.
Could explain me the issue ?
Thank you,
Antoine