This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

keil-help

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

Parents
  • 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

Reply
  • 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

Children