cancel
Showing results for 
Search instead for 
Did you mean: 

Firmware update stm32u535

reedomneck
Associate III

Hi All,

I've this requirement, can someone suggest how do I proceed.

I'm using stm32u535 and over usart it's connected to Silicon labs chip. Silicon labs chip has Wi-Fi and I want to update firmware of STM32U535. This silicon labs chip is connected to cloud over Wi-Fi.

 

1 REPLY 1
Andrew Neil
Super User

So you'll need to use a UART bootloader - either a custom one, or the System Bootloader (in ROM).

 

The STM32 neither knows nor cares what is on the other end of the link, so see:

How can I use an ESP32 to update the firmware of an STM32 from any family

Links to app notes in this reply

 

#FirmwareUpdate #IAP

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.