This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F1611: System Reset and Initialization

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 

**Attention** This is a public forum