User Activity

Throughout the codebase the PLACE_IN_SECTION macro is used to place bluetooth related static variables into their own sections. I guess this is done increase the isolation from possible errors in other parts of the code.The sections (for example "BLE...
All Examples for the STM32WB have the following code in their app_ble.c:const uint8_t* BleGetBdAddress( void ) { ... udn = LL_FLASH_GetUDN(); if(udn != 0xFFFFFFFF) { company_id = LL_FLASH_GetSTCompanyID(); device_id = LL_F...
When trying to refresh IWDG when it has not been initialized, causes the FLASH->SR->CFGBSY bit to get stuck on SET. It will not return to zero ever.Also mentioned in this post: https://community.st.com/s/question/0D50X0000Bh5LOVSQ2/trouble-programmin...
SBSFU 2.4.0 initializes CPU2 in all cases (for a good reason, locking the AES Key used for decryting the firmware image(s) )When trying to set a HSE tune value (neccessary for proper Bluetooth connectivity) in the application (and also in my loader),...
Currently when using SBSFU (1-Image in our case) one defines the application/download region.Usually this region goes up to the wireless stack install address to utilize the space most efficiently.My issue now is: What happens when due to a wireless ...
Kudos from