2011-05-30 01:46 AM
Does anyone know of a way to create a DFU file from the Windows Command prompt. I need to automate the generation of the DFU file from within a Makefile.
Thanks Cosma #makefile #command-prompt #dfu2011-06-07 04:57 AM
There is a python script to convert binary files to DFU files here
I don't know what is the easiest way of converting from hex to binary on Windows, but maybe you can run the Unix tool objcopy under cygwin. Tormod2015-02-06 06:06 AM
It's an old topic but it's Googles favorite so.
I am confused with what manipulations are needed in order to convert a .hex/.bin into a .dfuCan I use arm-none-eabi-objcopy.exe and if yes, with which parameters?Do I need dfu-prefix or dfu-suffix tools?In my case it's about stm32f4072017-07-19 02:42 PM
https://community.st.com/0D50X00009XkeovSAB
2017-07-20 11:21 AM
Hi Comsa,
we provide full sources code in Visual C++ for the GUI version. You can create your own command line version.
Cheers,
STOne-32.