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.

[SOLVED] how to generate .bin file from keil IDE

Status
Not open for further replies.

abhishekdixit

Full Member level 2
Joined
Dec 30, 2011
Messages
124
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
India
Activity points
2,182
hello everyone,
i am working on a LPC1343 cortexM3 microcontroller. i have a development board for testing my code. but their is a problem that i have a laptop and their is problem of serial port, my USB to RS232 convertor cable has broken down. so their is a another option for programing the controller is through USB bootloader. for programing through USB bootloader i need .bin file. but i dont know that how to generate ,bin file form keil compiler, so please anyone knows it so please help me.


Regards,
Abhishek Dixit
 

write fromelf --bin -o @L.bin !L in the "run user program after build" command.
This command generates the bin file from the elf file

 
hello jayanth.
i search on keil website topic hex2bin software, but i did not get anything.
can you please give me another link.

Regards,
Abhishek Dixit
 

Didn't the above method that used fromelf work ?
The elf file is normally created next to the hex file and is used to debug, unless you only have a hex with no source code and you want to convert it.

- - - Updated - - -

You can download the HEX2BIN from https://www.keil.com/download/docs/7.asp
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top