cancel
Showing results for 
Search instead for 
Did you mean: 

Flash mcu by pendrive memory

ATorr.2
Associate

Hi,

I need to do a project where the mcu has to be flashed by an usb pendrive.

Some time ago I think I read that the mcu STM32F1xx family has this feature, but I don't found now.

It's the STM32F1xx correct or anyone knows about other mcu capable of doing that ?

thanks.

3 REPLIES 3
Ozone
Lead

> Some time ago I think I read that the mcu STM32F1xx family has this feature, but I don't found now.

They never had.

This was/is a feature of second-stage bootloaders, like mbed.

I don't recall an USB MSC host for the F1's

The F4's had a "fwupgrade" example for the STM32F407-DISCO, which could be back ported to F2 and other F4 boards.

There should also be F7 examples of this also using the HAL libraries.

SD Card might be an easier path, all F1 can use SPI, and several support SDIO

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
ATorr.2
Associate

ok, Thanks for you time.

I will go with the SD Card.