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,
To switch to basic variant, the following step need to be done:
Modify modules/hal/stm32/zephyr/module.yml file to: Recover LinkLayer_BLE_Basic_lib.a and stm32wba_ble_stack_llobasic.a libsUpdate the sha256 (you can used sha256sum.exe)
Modify...
Hello,
You can look BLE_HeartRate example available in STM32CubeWB package. By default, this application is configured to perform STOP2 low power mode while BLE is running. Then, you can use the HW timer server module to wake up the system, this mod...
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...