2021-06-07 05:23 AM
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
2021-06-29 12:39 AM
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 ?
2021-06-29 12:50 AM
> 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