Hi, Does anyone have or know where I could find an example of operating sleep mode using an LPC4337 in CMSIS / RTL. I have found this example: http://www.keil.com/pack/doc/cmsis_rtx/_timer_tick.html but its not for the same processor and the registers seem different to what is in the user manual. Thanks
Registers seems different?
__WFE() is an intrinsic that makes the compiler insert the processor instruction WFE
infocenter.arm.com/.../index.jsp
www.nxp.com/.../
http://www.lpcware.com/
I understand the WFI / WFE instructions, the registers that seem to be specific (are not in other examples) are: PD0_SLEEP0_HW_ENA and PD0_SLEEP0_MODE. Ian