User Activity

I've got custom hardware that needs a wireless stack upgrade to the latest stack, located here:https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x/stm32wb5x_BLE_Stack_full_fw.binBut I do no...
Hi!  We have a working project on the STM32WB55 nucleo board that we are ready to port to our target hardware which uses the STM32WB5MMG. However, the BLE portion of the project is not behaving the same. Specifically, it will advertise, but will not ...
Normally, I click "Run" in CubeIDE, my program loads onto the Nucleo board and starts running as soon as its loaded. However, in the course of using the debugger, I've somehow messed this up. Now, when I press run, the program downloads correctly, bu...
I am trying to get quick-started with the following:STM32WB55 - Nucleo PackX-Nucleo-IKS01A3 (MEMS Inertial and Environmental Expansion Board)Stm32CubeIDE v 1.6.0STBLESensor (Phone app)FP-SNS-MOTENVWB1 v.1.0.0To start, I've flashed the provided binary...
I have an existing project, and I'm switching from HAL drivers to LL drivers. I noticed that my workspace is missing many of the LL drivers, despite the fact that I've downloaded the STM32Cube MCU Packages via CubeMX. So, once I've downloaded the MCU...