dll for dfuse
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-09-16 10:35 PM
Posted on September 17, 2008 at 07:35
dll for dfuse
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:45 AM
Posted on May 17, 2011 at 12:45
Hello everybody,
I want to do a bootloader for STM32 using USB. There is no point of restarting from zero because ST provides an USB bootloader ''Device_Firmware_Upgrade'' in the application um0424. Then you can upgrade the firmware using Dfuse. But I would like to create my own application using a dll replacing DFuse. Does somebody know if ST provide a dll to upgrade the firmware with the application ''Device_Firmware_Upgrade'' in um0424? I saw there are some dll in the DFuse application um0412, but I don't know what they are doing. Is one of these dll can be used to upgrade the firmware? Is there any documentation about these dll? Thanks for your help.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:45 AM
Posted on May 17, 2011 at 12:45Hi, Here you go : All sources files of DFUse are here
http://www.st.com/stonline/products/support/micro/files/um0412.zip
And after install we will get all sources files & documentation. Enjoy ! Cheers, STOne-32Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:45 AM
Posted on May 17, 2011 at 12:45
Thanks a lot.
It's very usefull.