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
View all questions in Keil forum