Hi,
I am using nRF52832 with sdk 15, freertos.
I need to implement the following logic:
1. Get into low power mode, while keeping a timer running.
2. Every 10 mins the system needs to 'wake up', run some commands and return to low power mode.
From the datasheet i understand that the most suitable mode is "System ON, Full RAM retention, Wake on any event" (17.1.1 page 77).
1. Am I correct?
2. Is there any code sample for this power mode?
3. Is there any API documentation for power mode configuration?
4. I am using the freeRTOS port from the HRM example, does this require any special adjustments?
5. I am using BLE on my device, does this require any special adjustments as well? (I don't need to maintain active connection during the low power state)
Thanks,
Shaked.