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
  • You're now contradicting your own original question. There, you explicitly asked about an "external EEPROM burner". Any device falling under that definition would already support the file format Keil generates, so there should be nothing to do.

    Now you say you've designed your own in-system-programme, using your own, home-grown file format. There's nothing intrinsically wrong with that, but you really shouldn't expect anybody else to generate that home-grown format for you. It's your choice, but also your duty to live with its consequences.

    You've reinventend the wheel, really, and as so often happens in such cases, you came up with a square one. I would strongly advise to reconsider your "hex file" format design. Intel-Hex is better than that format in just about every imaginable aspect.

Reply
  • You're now contradicting your own original question. There, you explicitly asked about an "external EEPROM burner". Any device falling under that definition would already support the file format Keil generates, so there should be nothing to do.

    Now you say you've designed your own in-system-programme, using your own, home-grown file format. There's nothing intrinsically wrong with that, but you really shouldn't expect anybody else to generate that home-grown format for you. It's your choice, but also your duty to live with its consequences.

    You've reinventend the wheel, really, and as so often happens in such cases, you came up with a square one. I would strongly advise to reconsider your "hex file" format design. Intel-Hex is better than that format in just about every imaginable aspect.

Children
No data