Link to home
Start Free TrialLog in
Avatar of QurbanDurrani
QurbanDurrani

asked on

I need to take a intel hex file and create a binary image.

Hi Experts,
I need to read an intel hex file and create a binary image.
How do I do that, any ideas?
Thanks
Avatar of jazzIIIlove
jazzIIIlove
Flag of Sweden image

Hi there;

A command line tool:

http://www.keil.com/download/docs/113.asp

and yet another one:

http://www.programmersheaven.com/download/3179/download.aspx

Best regards...
SOLUTION
Avatar of jazzIIIlove
jazzIIIlove
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
actually, the questiona sker should clearify what he udnerstand by "intel hex file" and "binary image".
ciuly:
you are right...

best regards...
Avatar of QurbanDurrani
QurbanDurrani

ASKER

Thanks for your responses thus far guys.
sorry for the lack of clarity.
I need to open an intel hex format file (http://en.wikipedia.org/wiki/.hex) the format described in the wiki document. Next I need to create a binary image file, meaning that I need to create a 1 MB arrey and put the data in the type '00 record at the address specified in the address field of the type '00 record.
I might add that the address specified in the type '00' record is added to the address specified in the type '02' record for the segment to come up with the real address.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
lol...