Skip to main content
Associate
September 18, 2025
Question

STM32WBA52CGUX firmware OTA documentation

  • September 18, 2025
  • 1 reply
  • 375 views

where do I get API documentation for firmware OTA of STM32WBA52CGUX ?

1 reply

STTwo-32
Technical Moderator
September 18, 2025

Hello @rahul-thanki and welcome to the ST Community.

For the STM32WBA series, I suggest you to follow the recommandations of this wiki.  Also, you may find helpful the OTA examples BLE_p2pServer_ota. and BLE_HeartRate_ota (developed on the  NUCLEO-WBA55CG).

PS: the same 2 examples are available on the STM32CubeWBA V1.1.0 for the NUCLEO-WAB52CG that is not a recommended for new design boards. That is why no more example on the SDK updates for this evaluation board.

 

Best Regards.

STTwo-32

Associate
September 22, 2025

Hello @STTwo-32 

Thanks for your answer,

I am working on project which uses the STM32WBA52CGUX 

I went through the your answer and links you shared with me, however I did not get resource that useful to implement the firmware update OTA functionality, similar to the ST BLE Toolbox in my react native app. Any further assistance would be highly appreciated. 

STTwo-32
Technical Moderator
September 22, 2025

Hello @rahul-thanki 

For that i may suggest you have a look at the STM32WBA-Web-Bluetooth-App-Interfaces that support lots of services including the OTA. You can refer to it to implement your own configuration.

Best Regards.

STTwo-32