Skip to main content
Associate II
May 7, 2025
Question

Is the STM32WB55xx OTA binary file usable for the entire line?

  • May 7, 2025
  • 1 reply
  • 339 views

I would like to know if the binary recording file (BLE_Ota_reference.bin) that is in the folder path
C:\Users...\STM32Cube_FW_WB_V1.22.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_Ota that is seen
is in the path P-Nucleo-WB55.Nucleo can be used in other microcontrollers (even STM32WB55), but with different
characteristics such as Flash Size, smaller pinouts (Example of the Nucleo kit uses 68 pins STM32WB55GVx) and
what I want to use is the STM32WB55CE microcontroller that has 48 pins and smaller Flash space.

1 reply

STTwo-32
Technical Moderator
May 23, 2025

Hello @sibort50 

As mentioned on the ReadME file of the BLE_OTA, this example has been tested with a STMicroelectronics STM32WB55VG-Nucleo board and can be easily tailored to any other supported device and development board. An also the same file mentions that This example runs on STM32WB55xx devices. That means that it should run as it is, but it may need some minor changes.

Best Regards.

STTwo-32

 

 

sibort50Author
Associate II
May 23, 2025

Hello, thank you for your answers. Do you know what small changes to (BLE_Ota_reference.bin) I would have to make? I tried to find where and couldn't.

STTwo-32
Technical Moderator
May 26, 2025

I don't know exactly but I think it should work as it is.

Best Regards.

STTwo-32