STM32WB09 Deepsleep mode with BLE
Hi,
I want to create device, based on STM32WB09, with BLE and battery power. I get sample from CUBE and turn on CFG_FULL_LOW_POWER and CFG_LPM_SUPPORTED. It works, between BLE events MCU work in Deepsleep mode, but i need scheduller:
1) Deepsleep
2) wakeup by Button or every 60 second by RTC
3) turn on BLE, send data to phone
4) go to deep sleep after 15 second of work
Could you help me, how can i implement this scheduller with BLE and Sequencer?
In Sequencer low power mode implements in UTIL_SEQ_Idle, can i change this function?
thanks
