User Activity

I am working on a custom board with the STM32WB55 microcontroller.The BLE_Ota and Main APP software are functioning properly.However, when the microcontroller jump to from Ble_OTA to the Main APP, the advertising stops.When I remove the BLE_Ota softw...
Split from https://community.st.com/t5/stm32-mcus-wireless/how-to-write-correct-sleep-function-for-wb55/td-p/746937 as this is a separate question   Hello,  I have another question: When I enable the CFG_LPM_SUPPORTED parameter in CubeMX, where shoul...
I want to write a function for the STM32WB55 where BLE advertising is always active, and the processor performs the necessary tasks, then sleeps and wakes up using RTC Wakeup.I want to do it with STOP2 mode, but my processor consumes 3mA and does not...