2020-07-02 01:26 PM
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.
2020-07-02 02:27 PM
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.