cancel
Showing results for 
Search instead for 
Did you mean: 

How do you upload code to the board. I see on CubeIDE only option to debug.

MNapi
Senior II

I wonder if it is only some free demo program.

Can I use touchGFX and CubeIDE to actually upload the program to the board and run without the USB cable. I would like to get one of those boards with display I am not sure which application to build the code and upload.

1 REPLY 1
Martin KJELDSEN
Chief III

By debugging you're also programming your connected target hardware (The device type is known from the project). You can download the program through CubeIDE (if you enable external flashloader, if required. STM32CubeProgrammer is used under the hood.) or you can just use STM32CubeProgrammer stand-alone and download the binary output of your CubeIDE build.

All the application templates from the designer come with CubeIDE projects.