Bootloader DFU stm32f103
Hi, i like to use the DFU bootloader to update my stm32f103. I like to have the following setup.
The binary is on the PC. From my own application i want to switch the mcu to dfu bootloader mode. It will be recognized as an DFU device. The mcu does not have a dfu bootloader. How can i make it able to have one? From my pc application i can start an upload. Either via stm external dfu upload tool calling them from application code or all integrated in my code?
Thanks in advance
