Hi,
How Can I verify if my CPU has entered Low Power mode??
I have power manage function running in the main loop , but when I put breakpoint on sd_app_evt_wait() or after same function, TASKS_LOWPWR stays to 0x00000000 and DCDCEN also stays to 0x0000001.. moreover, my HFCLKSTAT also shows hfclk is running .
As per NRF51 Reference manual, It says it disables dc-dc when entering to Low power mode and also turn off the hfclk...
So, how can I make sure that my CPU has entered Low Power mode ?? If not what is causing it to not allowing Low power mode... I made sure that all the pero
Thank you.