This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Loading .axf image to target without open uVision

Hi,

i compiled successfully an .axf Image sucessfully with CMake in my CLion Environment.

One further Question:

On http://www.keil.com/support/man/docs/uv4/uv4_commandline.htm is described how to use the flashing/download manually on command line.

Examples:
UV4 -f PROJECT1.uvprojx -t"MCB2100 Board"

When I use it uVision opens and downloads the image and closes itself afterwards. Is there a more smooth way?

Like seeing the progress in command line or suppressing the opening of the keil uVision Window?

Or even better: Directly integrated in CMake?

I read i can create an .hex file from an .axf file with fromelf.exe. Do you have any recommandations of flashing the image?