User Activity

Hello,I'm working on a STM32WBRGV6, with dual CPU's, CPU1 for main application and CPU2 for the BLE stack.I need to make the device ultra low power, and for that I launch the CPU2 in run mode only when I need it (on an external INT), with APPE_Init()...
Hello everyone,I would like to use the Uart over BLE with the STM32WB55.I'm not very familiar with BLE, but as I understood for now, Uart over BLE is not a Bluetooth SIG standard, but people have been developing custom services for it.I couldn't find...