Command line Hex to DFU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-30 1: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 #dfu- Labels:
-
Bootloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-06-07 4: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. Tormod- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-06 6: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 stm32f407- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-07-19 2:42 PM
https://community.st.com/0D50X00009XkeovSAB
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
