User Activity

I have succesfully implemented my own BLE advertisement (LEGACY) using the STM32WB55 MCU.I have attached my code below.In a nutshell I have created three timers and two tasks.When the Heartbeat timer expires it calls the Heartbeat function:This then ...
I am trying to set the maximum number of times I send out an advertisement, I managed to do it with the extended advertisement quite easily. I did this using the "adv_set_param[i].adv_set.Max_Extended_Advertising_Events = 8;"However now I want to do ...
I have an STM32WB55CGU6 processor. I initially started with updated the FUS from v0.5.3 to v1.0.1 via the STM32CubeProgrammer. This update was successful. I then proceeded with trying to load the v1.2.0 FUS. However I got the following error:After do...