Hex for flashmagic

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hex for flashmagic

1,192 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by blasiis on Thu May 10 05:37:46 MST 2012
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/CodeRedWik/OutputFormats?highlight=%28hex%29

How must convert the axf to hex ?
0 Kudos
Reply
4 Replies

1,151 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by blasiis on Thu May 10 08:04:25 MST 2012

Quote: TheFallGuy
Did you even bother to READ the instructions? Remove the # from the line - it is a comment character.



OK Thanks, I dont was read all well !!!
0 Kudos
Reply

1,151 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Thu May 10 07:26:25 MST 2012
Did you even bother to READ the instructions? Remove the # from the line - it is a comment character.
0 Kudos
Reply

1,151 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by blasiis on Thu May 10 07:17:12 MST 2012
I have this message

[I]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
[/I]
But I don't find the MyApp.hex file
0 Kudos
Reply

1,151 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Thu May 10 06:42:35 MST 2012
Did you read the whole page, including following the link to:
http://support.code-red-tech.com/CodeRedWiki/PostProcessApp

If you follow the instructions, it works... If you are still having problems tell us what you did and what went wrong.
0 Kudos
Reply