2024-07-26 01:30 AM
Hello everyone,
I'm currently working on a project that involves the STM32WL5MOC microcontroller, and I need to implement a firmware update mechanism for it. I have some experience with microcontrollers, but this is my first time handling a firmware update process.
Could anyone provide guidance or share resources on how to implement a firmware update for the STM32WL5MOC? Specifically, I am looking for advice on the following:
I appreciate any advice, sample code, or references to relevant documentation or tutorials. Thank you in advance for your help!
Best regards,
Solved! Go to Solution.
2024-09-13 05:46 AM
Bonjour @User2501
For the Firmware upgrade, I suggest you follow the Methode of Firmware upgrade over the Air (FUOTA). For that, the AN5554 and those examples on the STM32CubeWL 13.0 under Project > NUCLEO-WL55JC> Application (they are for the Nucleo-WL55JC, but you can use them as source of inspiration).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-09-13 05:46 AM
Bonjour @User2501
For the Firmware upgrade, I suggest you follow the Methode of Firmware upgrade over the Air (FUOTA). For that, the AN5554 and those examples on the STM32CubeWL 13.0 under Project > NUCLEO-WL55JC> Application (they are for the Nucleo-WL55JC, but you can use them as source of inspiration).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.