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

DFU and MCBSTM32E, general questions about DFU

Hi everybody,

i have here an MCBSTM32E and i want to upgrade its Firmware via USB.
So i found the DFU example from ST and tried to load it to the board, it worked.
But i have some trouble with switching between DFU and Usermode. As i have seen in the example from ST there is the function DFU_Button_Read() called but what button is this on the MCBSTM32E?
I also tried to define a own Button but with no success.

I also have some general questions about DFU:
Have i understood right that at for example adress 0x8000000 starts the DFU programm and when the button is pressed the programm will jump to 0x8003000 where the User programm is located.
With the DfuSe i only write the programm to 0x8003000 and dont change the DFU programm at the beginning?

Hope you can help me and understand my horrible english.

Thanks and regards
Mathias