2025-03-06 6:05 AM
Hi all,
I'm referring to BLE_HeartRateFreeRTOS example project. As per my understanding, controller wakes up to advertise based on the Adv Interval. This can be fast(80ms-100ms) or low power advertising(1s-2.5s).
In this project there is a default task, which gets initialized and is run on boot up. This default task is not running after subsequent wakeup of controller. May I know, how can I make this default task to run??
Also is there any FreeRTOS, STOP2 mode and BLE Beacon based example project available?