![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
I need to convert the axf file to hex format used in flasmagic .
I have try to use the metod write in this page, but don't run ! http://support.code-red-tech.com/Cod...ight=%28hex%29 How must convert the axf to hex ? |
|
#2
|
|||
|
|||
|
Did you read the whole page, including following the link to:
http://support.code-red-tech.com/Cod...PostProcessApp If you follow the instructions, it works... If you are still having problems tell us what you did and what went wrong. |
|
#3
|
|||
|
|||
|
I have this message
arm-none-eabi-size MyApp.axf; # arm-none-eabi-objcopy -O binary MyApp.axf MyApp.bin ; checksum -d MyApp.bin; arm-none-eabi-size MyApp.axf; arm-none-eabi-objdump -S MyApp.axf >MyApp.lss; arm-none-eabi-objcopy -O ihex MyApp.axf MyApp.hex; text data bss dec hex filename 98824 716 5600 105140 19ab4 MyApp.axf But I don't find the MyApp.hex file |
|
#4
|
|||
|
|||
|
Did you even bother to READ the instructions? Remove the # from the line - it is a comment character.
|
|
#5
|
|||
|
|||
|
OK Thanks, I dont was read all well !!!
|
![]() |
| Thread Tools | |
|
|