Can Stop mode or any low power mode be used with BLE with Sequencer (present in While(1))?
Hi, I have STM32WB55CE chip and want to use stop mode or any other low power mode along with BLE + sequencer active. I tried to implement stop mode in while 1 outside sequencer. But it does not work. If I enable the LPM mode in BLE configuration part(in Cube MX part of Cube IDE), I observed that the stop mode inside sequencer works and exits from sleep, but within very less time.
If we need to stop all RF activities before going to stop mode, how can we do it?
Also can anybody share a document on Sequencer to understand its working?
Thank you..
