Question
How to programming a STM32 microcontroller with C#
I want to make a GUI with C# that I could choose the STM32 microcontroller and the xxx.elf file and programming it without using STM32CubeProgrammer with USB .
With the STM32CubeProgrammer it is look like this:


What to look for? where should I begin?
I saw that there is an API for STM32CubeProgrammer on C++. is there an option to call C++ program to C#?
