This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32 - building user application for DFU

I am using the STM32 Cortex M3 processor. I am having trouble building a project that can be downloaded via USB DFU. I have DFU working and I can download the sample .dfu images without error. My question is how to I configure my Keil project to build an image for dfu download. Please tell me where I am going wrong.

I build the project for base flash address of 0x8003000. I create a .hex file and then run the ST dfu file generation tool. When I download the resultant dfu file I either get an error during download or I get a failure on verification. It seems that I must have missed a step.

0