2015-07-08 07:55 AM
Hi folks,
I'm reading up on the usage of the USB DFU bootloader capabilities for an STM32F429. It appears that the device on the other end must support the USB DFU protocol. Is it possible to configure a flash drive (USB ''thumb'' drive) to perform this function? In other words, can the built in USB DFU bootloader be used with a flash drive?I think the answer is probably no, but it does not hurt to ask.I also think this might be possible using BadUSB to configure the thumb drive but that might involve a lot of work and could be a tough sell with the client. ;)Thanks! #usb-dfu-bootloader-thumb2015-07-08 09:52 AM
No, the System Loader has no idea how to OTG an external flash drive.
The F4 and F429I DISCO boards have an ''upgrade_fw'' example which does this, basically by being a custom boot loader.2015-07-08 03:09 PM
Hi Clive,
I was hoping to find a USB stick that knew how to USB DFU. ;)Thanks for the pointer to the application. That's where I started and didn't even know about the built in boot loader until it was mentioned at a seminar I attended.thanks,hank