2014-06-17 01:53 AM
Hi folks,
I have ST's Flash Loader Demo application for programming via a UART and was wondering if anyone knows if there's an equivalent for programming via USB. I want to use the DFU bootloader so I can program without the need for the ST-Link adapter or an IDE - all I would need would be a USB cable, the Flash app and my binary file. Anyone able to help?Cheers!2014-06-17 04:25 AM
STSW-STM32080
DfuSe USB device firmware upgrade STMicroelectronics extension: contains the demo GUI, debugging GUI, all sources files and the protocol layer (UM0412)
http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1533/PF257916
2014-06-19 08:55 AM
Cheers Clive!
2015-02-10 02:25 AM
Dear all,
I reply to this post because we got some problem with the implementation of DFU dlls on our PC software. In fact, it seems that sometimes, this dll stops to response to our request. It appears most of the time during the ''erase'' phase. Is there any guideline or any other document about the integration of this dll on a PC software ? Moreover, is there any function on the dll to escape correctly from a blocking point ? Thank you in advance for your help. Regards, Thomas2015-02-11 02:24 AM
For information, we have no problem when we are using DfuSe to upgrade our firmwares.
That's why I think the problem comes from the dlls. Anybody have an idea about that problem ? Thanks Regards, Thomas