cancel
Showing results for 
Search instead for 
Did you mean: 

Firmware upgrade using USB key on STM32L4

MMerc.1
Senior

Hi,

Currently, I know how to upgrade firmware using USB key on STM32F746BGT.

I want to upgrade on STM32L433CCT6 but I can't find example...

Could you help me ?

Best regards

11 REPLIES 11
MMerc.1
Senior

Hi,

For DFU mode, can I use a USB stick or do I necessarily need a computer ?

If I use a custom hardware acting as USB host, which mode will the L433 use ?

> For DFU mode, can I use a USB stick or do I necessarily need a computer ?

USB stick is a Device. You need to have a Host, i.e. a computer.

> If I use a custom hardware acting as USB host, which mode will the L433 use ?

Presumably you would write your own bootloader, then you could use whatever protocol you want, even nonstandard one too.

JW