How to do USB DFU from a custom MS visual studio application?
Hi all,
I'm investigating what I need to be able to update the firmware on my custom STM32 board (with either an STM32H7 or STM32F7 MCU) from a C#/C++ Microsoft Visual studio application via USB. This is for Windows 7/10/11.
I found STSW-STM32080 but it says not recommended for new designs and that it was replaced by STM32CubeProgrammer (CLI specifically). I want my application to do the upgrading of the firmware without the customer having to install any additional software (like STM32CubeProgrammer).
Does STM32CubeProgrammer have any redistributable libraries to do this? Is there a better way to do this?
Thanks
