Upload example code to STM32F407
Using CubeMX, selecting "Start My project from Example" I find 33 examples if I filter for the "STM32F407G-DISC1" Board. I would like to have a deeper understanding of the one named "Demonstrations" I select it and "Start my project in External IDE" and then "Open with Explorer", since VSCode is not an option.
Now how do I go from there to upload the code onto my board?
I have two questions:
- I find no IOC-file, I would like to open the project in CubeMX to see how the microcontroller pinout is configured.
- I find no makefile nor CMakeList.txt, how do I build the project which I need to do in order to upload it?
