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.

Processor behavior when pausing debugger in LPM4

Other Parts Discussed in Thread: MSP-FET, MSP430F2619

I am developing a low-power application with the MSP430F2619 using CCS v6.1.1 and the MSP-FET debugger connected via JTAG.

I observer the following behavior when debugging:  with the processor is in LPM4 I suspend execution using the "pause" button, then resume using the "play" button.  The processor then restarts the application, jumping to _c_int00_noargs_noexit().  If I modify my code so that I don't enter the LPM, then things behave normally (i.e. the processor resumes from where it left off, as expected).  Is this expected debugger behavior when using LPM4?

**Attention** This is a public forum