NXP Semiconductors logo
LPCXpresso Logo

Reply
 
Thread Tools
  #1  
Old 05-10-2012, 02:37 PM
blasiis blasiis is offline
Senior Member
 
Join Date: Mar 2010
Location: Italy
Posts: 135
blasiis is on a distinguished road
Default Hex for flashmagic

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 ?
Reply With Quote
  #2  
Old 05-10-2012, 03:42 PM
TheFallGuy TheFallGuy is offline
Senior Member
 
Join Date: Dec 2009
Posts: 473
TheFallGuy is on a distinguished road
Default

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.
Reply With Quote
  #3  
Old 05-10-2012, 04:17 PM
blasiis blasiis is offline
Senior Member
 
Join Date: Mar 2010
Location: Italy
Posts: 135
blasiis is on a distinguished road
Default

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
Reply With Quote
  #4  
Old 05-10-2012, 04:26 PM
TheFallGuy TheFallGuy is offline
Senior Member
 
Join Date: Dec 2009
Posts: 473
TheFallGuy is on a distinguished road
Default

Did you even bother to READ the instructions? Remove the # from the line - it is a comment character.
Reply With Quote
  #5  
Old 05-10-2012, 05:04 PM
blasiis blasiis is offline
Senior Member
 
Join Date: Mar 2010
Location: Italy
Posts: 135
blasiis is on a distinguished road
Default

Quote:
Originally Posted by TheFallGuy View Post
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 !!!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 03:29 AM.