STM32WB Bootloader and User Application Bluetooth Problem
Hey everyone, I am using STM32WB55RGV7 processor. At the beginning of my bootloader program,

I use this function then jumps to address 0x8050000. When I jump to the user application, my ble feature in the user application is not working but all the rest of my features are working.
I am experiencing the same problems as in the previous post, but I continue to have problems when I do the things suggested.
AN5289 Application notes also mention the solution to my problem. Where could I be making a mistake?

I have an LED light that lights up when my BLE feature is working. I know when it starts scanning for nearby bluetooth devices. As soon as my bootloader app starts scanning for sensors, I jump to my user app.
