cancel
Showing results for 
Search instead for 
Did you mean: 

I have a stm32f072rb board and i would like to know if it is possible to update its firmware directly from a pendrive with a .hex, .bin, .dfu file or another extension. If f072 cannot do it, is there another option capable of it? Thanks in advance.

MLame.8
Associate

I already can update the firmware using uart and usb using the DFUSe Demo and the Usb demonstrator GUI, but i need to make a standalone pendrive updater.

2 REPLIES 2

Why does the forum even let you like your own questions?

Does the F072 allow it to be a USB Host? The ROM firmware doesn't do this sort of update. It can be done on F2/F4 parts. The are Firmware Update examples for the F4-DISCO using a USB Flash drive, although those used a .BIN rather than a .DFU, but that of course could be adapted. I've done DFU updates from an SDCard.

Check for EVAL board examples in the F0 series parts for an MSC HOST.

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

> Does the F072 allow it to be a USB Host?

No.

> I have a stm32f072rb board and i would like to know if it is possible to update its firmware directly from a pendrive

No.

JW