Power Management for LPC2368 ??

09 Apr 2010

Hi is there any facility to do power management in LPC2368(ARM7)?

I plan to use MBED in sensory applications and need to put it in sleep mode once its work has been finished.But dont know how to do it on LPC2368. all power management topics i see is for cortex M3 .

Thanks.

 

Ashwin.

09 Apr 2010

LPC2368 has a PCONP register similar to that of LPC1768, which you can use to turn off unnecessary peripherals. The processor itself also has a couple of low-power modes, namely Idle, Sleep, Power-down and Deep power-down modes. For details, see Chapter 4, section 8 in the User Manual.

22 Apr 2010

Igor Skochinsky wrote:

LPC2368 has a PCONP register similar to that of LPC1768, which you can use to turn off unnecessary peripherals. The processor itself also has a couple of low-power modes, namely Idle, Sleep, Power-down and Deep power-down modes. For details, see Chapter 4, section 8 in the User Manual.

Thanks Igor.