User Activity

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 ...
Hey everyone, I am using STM32WB55RGV7 processor. At the beginning of my bootloader programif (((*(__IO uint32_t*)address) & 0x2FFE0000 ) == 0x20000000) // if there is an application at the APP_START_ADDRESS { typedef void(*pFunction)(void);pFunction...
Kudos given to