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.
- when I use __WFE()
- no reset and right wakeup
- 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.