Content originally posted in LPCWare by mitaka on Fri Nov 14 16:29:04 MST 2014
Hi,
I have a custom board using LPC1517.
I'm trying to set the micro in power-down mode, but it still draws close to 1mA.
Do you have an example code or procedure that I can follow?
Do I have to disable something explicitly before going to power down mode.
I use the this API :
LPC_PWRD_API->power_mode_configure(PMU_POWERDOWN, 0xFF);
__WFI();
Thanks