STM32WB works with Custom BLE, rtos and stop modes
What would be the best way to develop firmware on the STM32WB with customized Bluetooth and using an RTOS?
When using FreeRTOS, I’m unable to generate custom BLE code in CubeMX, and I’m having difficulty controlling the device’s sleep mode. It seems that the Bluetooth stack already has a mechanism for controlling sleep, but with my FreeRTOS v2, it’s not working properly.
Considering the two microcontrollers: STM32WB55 and STM32WB0, do they have differences regarding this?
Thanks
