• Device won't leave power-down mode (but does exit IDLE mode)
    The problem I am having is getting the device to exit power down mode with the keyboard interrupt. The board comes out of IDLE mode fine but when I set PCON=0x02 instead of PCON=0x01 (i.e. power down...
  • idle mode with lpc9102
    Hello all, I'm playing with lpc900_idle.zip example measuring current in idle mode with lpc9102. It's the same as in normal mode ~6mA. I'm getting the same result even when PCON is set to 0x03...
  • 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.
  • watchdog timer in idle mode
    Could someone of you explain me a common way to restore the register value of the watchdog timer? I'm working with the LPC2214 controller. At the beginning of the programm I initialize everyting...
  • Entering IDLE mode within Timer0
    To keep very accurate timing during ACTIVE and IDLE modes I would like to push the core into IDLE mode and pull it out within Timer0. When I try to do this the system hangs. If I simply set a flag and...