I am trying to make the nrf52832 enter in ON/low power mode for inactivity periode.
I must have the "System ON, No RAM retention, Wake on RTC" as indicated in nrf52832 datasheet, table " Current consumption: Ultra-low power ". Then the system must wake on RTC timeout. Is there simple code to do that?
I tried the "sd_power_mode_set(NRF_POWER_MODE_LOWPWR)" without any success. I can't find a clear explaination in the API.
Best Regards