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?
Check what programming option or boot loaders are available for your chosen micro-controller. Flash Magic?
Use a Segger J-Link, with command line tools?
Yes, FromELF can create binary and hex files, really depends on what your down stream tools can work with. The .AXF uses an ELF object format, not that complicated as such things go.