cancel
Showing results for 
Search instead for 
Did you mean: 

dll for dfuse

stm322
Associate II
Posted on September 17, 2008 at 07:35

dll for dfuse

3 REPLIES 3
stm322
Associate II
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.

16-32micros
Associate III
Posted on May 17, 2011 at 12:45

Hi,

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-32

stm322
Associate II
Posted on May 17, 2011 at 12:45

Thanks a lot.

It's very usefull.