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.

how to wakeup a micro controller from sleep mode



Hi all,

We are using LM4F232H5qd microcontroller from Tiva series.my application is the continuous interrupt based one.
i want to put the microcontroller into sleep mode until i get the next interrupt.i am calling SysCtlSleep() method
to put my microcontroller into sleep mode.But the problem is i am unable to wakeup the micro controller form sleep mode.
i am a newbie to this area.this question may sound trivial.looking forward for your quick response.