We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I have generated the bin file in gcc. I want to download in to the Freescale K20 (cortex-m4) processor. But the tool ( Code warrior ) can only download axf files.
Can anyone tell how to convert the bin file to axf format. or a hex file to axf format.
Or is there any option in gcc to generate axf file?
... look into the GCC binutils - particularly objcopy
Note that this has nothing to do with Keil!