Discussion Forum

Utility to build axf-files from hex/binary

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Horst Wild
Posted
25-Feb-2009 09:40 GMT
Toolset
ARM
New! Utility to build axf-files from hex/binary

Hi,

i know fromelf.exe to get hex or binary files from an axf file. But i need a program to build an axf file out of an hex file (or bin). background: i use uVision to load program via jtag, so i need an axf file. but i want to manipulate some date before loading. so i generate an hex file, but now i need to get the axf back out of the hex-file.

Read-Only
Author
Andy Neil
Posted
25-Feb-2009 09:56 GMT
Toolset
ARM
New! RE: Utility to build axf-files from hex/binary

objcopy ?

Read-Only
Author
Tamir Michael
Posted
25-Feb-2009 10:45 GMT
Toolset
ARM
New! RE: Utility to build axf-files from hex/binary

if I am not wring, uv3 can load .hex files using the -f token. hence:

uv3 -f foo.hex

would program your device.

Next Thread | Thread List | Previous Thread Start a Thread | Settings