Hello,Since STM32CubeIDE V1.11.0, there is an issue in linker file template, see STM32WB55RGVX_FLASH.ld file. In this file, there is an extra dot for MB_MEM2 section initialization, see this part: .MB_MEM2 :
{
_sMB_MEM2 = . ;
*(.MB_MEM2) ; ...
The new STM32WBA series comes to complete the STM32 Wireless MCUs portfolio.
The STM32WBA series is brings designers the performance, efficiency, and security required for Bluetooth® Low Energy 5.3-enabled applications.
Certified for Bluetooth® Low...
Hello, A corner case has been recently identified with FUS v1.2.0. It is not possible to upgrade back-to-back a wireless firmware with a new version that is exactly one sector bigger than the installed version. This limitation applies only when the r...
Hello,
On CPU1 side, there is no register bit to know if the radio has a scheduled wakeup. The software architecture doesn't allow to synchronize the activity running on CPU1 side and the RF activity. As mentioned in the UM, there is a case where the...
Hello,
Indeed, if you ensure that CPU2 is not running by checking PWR_CR4.C2BOOT and PWR_EXTSCR.C2DS values and there are any scheduled RADIO events, you can switch the system clock frequency without calling SHCI_C2_SetSystemClock system command.
Yo...
Hello,
Indeed, from v1.16.0, you should initialize ACL data buffer for all the HCI variants of the stack. It's done in BLE_TransparentMode application which can work in HCI mode. In your cases, it worked in the previous version because you configure ...
Hello,
I look the information that you have shared on GitHub, according to your explanation, in your project you use the stm32wb5x_BLE_HCILayer_fw.bin and you set the SHCI_C2_Ble_Init_Cmd_Param_t's Options field bit 0 to 1 which means LL + Host.
Inde...