This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Resuming from Idle mode

Hi,

Myself Ganesh, If the microcontroller is in the idle mode, how can I resume it back to the normal mode of execution?
Thanks in advance.

Parents
  • If the microcontroller is in the idle mode, how can I resume it back to the normal mode of execution?

    This should be described in the microcontrollers datasheet. Usual events that will cause the microcontroller to exit the idle mode are external interrupts and resets, for example.

Reply
  • If the microcontroller is in the idle mode, how can I resume it back to the normal mode of execution?

    This should be described in the microcontrollers datasheet. Usual events that will cause the microcontroller to exit the idle mode are external interrupts and resets, for example.

Children