hello.. how to generate intel hex file after compiling the program because i wanna to do eeprom through external programmer ?? i changed the options for target - output- generate hex file ..but unable to locate the hex file. generally ..the format what is the format of the file .. thanks .. pruthvi
A Hex file shall not be generated under circunstances where a compiler or linker error is present. If there are no erros and the Generate Hex file option is checked, I presume you know what to do, right? Alex
hi ..everything is fine. i am generating hex file ..but the format is different..can u suggest me any third party tool which simply generates the hex file as below.. =================================== address location | optcode 0x0000 0x23 0x0001 0xfe .... ... =================================== thanks ..pruthvi
Please Check: http://www.keil.com/support/docs/1584.htm Keil is able to generate HEX-80 and HEX-386 ( PK51 ). Alex
Do you mean you want a Binary file? If so, look at HEX2BIN in the downloads section. Can't your programmer do Intel Hex?
0x0000 0x23 That would be a terribly wasteful format for a "hex file". Are you positively sure that this is the format you need? Intel-Hex isn't exactly rocket science, either, but * it's way more efficient than the above * it's the format Keil generates for you, and * it's almost certainly also understood by your Eprom burner --- just about all of them support this format.
=================================== address location | optcode 0x0000 0x23 0x0001 0xfe .... ... =================================== What strange piece of equipment requires that format? Erik
View all questions in Keil forum