What file(s) need to be uploaded to the chip? We used STM32CubeIDE to build the application, but we want a simple way to load & run the application without having to start up the IDE and click on buttons.
The *.ELF file needs uploaded which is in the build directory (typically Release or Debug). Sometimes the ELF is converted to a HEX or BIN which, for this purpose, are equivalent. It can also be uploaded with the STM32CubeProgrammer command line interface.
"If you feel a post has answered your question, please click ""Accept as Solution""."