Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

binary to hex file using keil

Status
Not open for further replies.

Hassan Gazal

Junior Member level 3
Joined
Apr 6, 2013
Messages
25
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,450
i have keil and bin2hex but i can't use it to convert bin file to hex file

can any one please tell me about the steps
 

Im using Keil 4 uVision for Arm, to make HEX file, and if that's what you want to do, the step in this case is:

Menu Project
Options for Target "TargetX"... or ALT + F7...
In tab Output, mark the option Create HEX File.
 
Thanks my friend but this is not what i need , i will till you about the situation

i have a 89xxx usb programmer but you can only read the chip and save file as . bin not .hex , so that i need to convert .bin to .hex
so if there is a possible way to do that
 
yes i have this program hex2bin but i can't run it
 

Copy the hex file to folder which contains hex2bin.exe

If you placed hex2bin.exe in C:\hex2bin folder then

Open CMD window and go to C:\hex2bin >

type

hex2bin.exe filename.hex to filename.bin [press enter]

filename should be replaced by yout hexs filename.
 
Its not run on Windows 64 Bits!!!

IF using win64, try using virtualbox, virtualpc, etc...
 
Thanks for your Help (jayanth.devarayanadurga , nagkiller)

but do you have any way to convert Hex File to Asm language using Keil or something else
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top