Re:Converting AXF to BIN
Actually, the file needs to be *.bin for the tool to "accept" it. You can use the fromelf utility to convert the file to binary. Here is what to do:
In project options, go to the Output tab and check "Run User Program #1" in the after make section. Then add this string:
C:/Keil/ARM/BIN30/fromelf.exe --output obj/sample.bin --bin obj/sample.axf
You may need to change the path to fromelf depending on where you installed the tools.
Eric
Post edited by: LMI Eric, at: 2006/11/13 09:43
login or register to reply
|