This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

power save problem

Hello,

I'm using nrf51822/sd130/sdk12.1.0 and SOFTDEVICE_PRESENT defined. But, I didn't enable softdevice.

I want to realize power save mode.

  1. when I use __WFE()
  • no reset and right wakeup
  1. when I use sd_app_evt_wait()
  • __disable_irq(); while (loop); --> stop here __enable_irq(); in app_error_save_and_stop() function.

What should I do additionally?

thanks.

Parents Reply Children
Related