to convert axf to hex

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

to convert axf to hex

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by sanvar on Wed Jan 19 00:28:21 MST 2011
hai,
    i am new to this lpcxpreso ide.after building  i am getting the axf file.i need to convert it to the hex file for loading it to my arm cortex controller. is it possible?
0 Kudos
Reply
1 Reply

651 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Wed Jan 19 03:05:13 MST 2011
The axf file can be downloaded directly to the MCU using the "Debug" button within the LPCXpresso IDE, or using the build-in "Program flash" functionality - either using the icon within the IDE, or from the command line:

http://support.code-red-tech.com/CodeRedWiki/CommandLineFlashProgramming

Alternatively if you need a hex file for use with another tool, then the 'objcopy' utility can be used to create one. For more details see:

http://support.code-red-tech.com/CodeRedWiki/OutputFormats

Regards,
CodeRedSupport
0 Kudos
Reply