2024-01-19 10:09 AM - edited 2024-01-19 10:10 AM
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
Solved! Go to Solution.
2024-01-19 11:13 AM
> Does STM32CubeProgrammer have any redistributable libraries to do this? Is there a better way to do this?
A few options:
2024-01-19 11:13 AM
> Does STM32CubeProgrammer have any redistributable libraries to do this? Is there a better way to do this?
A few options:
2024-01-19 12:27 PM
But note that the STM32CubeProgrammer API DLL has dependency on Qt.5 redistributable DLLs, further redistribution rights on these are not clear.