I have firmware running on LPC1754, 59 and 68 + FreeRTOS + CMSIS.
I'd like to be able to put the microcontroller in the lowest power mode possible, but:
As far as I read in the "LPC17xx User manual" (pg 58, 59), I should be able to wake up from EINT3 up to "power down" mode.
What I am missing? Is the interrupt being generated while in low power? How to tell? Should I do any specific stuff to be able to generate it?
EDIT:
From UM10360 - User manual, Rev. 2 — 19 August 2010 page 758:
Remark: If the processor detects a connection to a debugger it disables the WIC.
So it won't wake up!!!
What a shame...