Wakeup Sources
The system can be woken up by wake-up sources from low power modes, including from idle mode to active mode and from sleep mode to active mode.
Wake-up sources from idle mode to active mode:
- Reset
- NVIC Event
- Debug Event
Wake-up sources from sleep mode to active mode:
- Bluetooth LE Timer
- Sleep Timer
- Real Time Calendar
- AON GPIO
- LPCOMP
- Reset
Users can call the following API in the GR5525 Software Development Kit (SDK) to configure wake-up sources:
void pwr_mgmt_wakeup_source_setup(uint32_t wakeup_source);
For details about configuring the wake-up sources, refer to GR5525 Datasheet.