User Activity

Hi, I'm working with STM32WB5MM, the application is a ble application with freertos.I have this issue, at boot, on custom board the cpu2 not start every time, so, when this happend APP_BLE_Init() is never called, and because at boot is request to sta...
Hi, In my application I have added a custom service with 5 characteristics, all have 128bit UUID, 3 characteristics are 4 byte long and 2 characteristics are 2 byte long.When I compile and connect to board by my phone I can't see the last charactersi...
hi,I need to run a freertos ble project on stm32wb5mm-dk board like "BLE_HeartRateFreeRTOS" example project avaiable for p-nucleo-wb55 board, but there isn't any avaiable and if I try to replicate it from new project it don't work, "APP_BLE_Init()" i...
hi,I'm trying to create a freertos based ble poject on stm32wb5mm-dk board like ble_heartrateFreertos example avaiable for p-nucleo-wb55 board. I have changed sys time base to tim17 and enabled freertos and stm_wpan, and in clock configuration I have...
HII am doing experiments with board P-Nucleo WB55, in particular I wanted to update the ble firmware in the allowed ways:1 - Connection in dfu mode via usb with the cube programmer gui2 - Connection in swd mode with the cube programmer gui3 - Connect...