• sprintf appends a null.
    Why does sprintf() append a null?
  • armcc and appending to log with '--errors' for CMake
    armcc, armasm, armlink etc has command line option "--errors=file" to redirect diagnostic output messages to a file instead of stdout. This always overwrites the logfile. Other compilers have the possibility...
  • Generate axf from hex
    Hi all, I should program a LPC2478 (ARM7) with ULINK2 of keil. I run the upload of memory with the SAVE command from COMMAND LINE, so I create the file xxx.hex At this point I want to download via...
  • Hex to axf converter
    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...
  • HEX to AXF load
    We have a hardware engineer that has been loading new devices using a ULINK2 on a K64. Long story short, he has been renaming our released .hex file to a .axf file. There is no conversion that he is...