Skip to main content
MLame.8
Visitor II
June 3, 2019
Question

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.

  • June 3, 2019
  • 2 replies
  • 703 views

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.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
June 3, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
waclawek.jan
Super User
June 4, 2019

> 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