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

Hex File Format. Known as ???

Is there an industry standard name for the hex file output format Keil uses for an 8051?

In the target configuration, its called "HEX-80", but I'm not so sure that's the official name for this format.

Any help appreciated.

Parents
  • We use the Data I/O and have found that the files do indeed need to be in ascending order. (Obviously they gave the junior programmer the task of loading the files)

    Bob,
    Thanks for the info. I confirmed this with our Mfg'ng, but only with a file that's not only ascending ordered, but also 100% full (i.e. all 64K of space, whether or not programmed, has a record).

    My question is: If a file arranges its records in ascending order, but there's portions missing (i.e. that don't require programming), does the Data I/O have trouble with this?

Reply
  • We use the Data I/O and have found that the files do indeed need to be in ascending order. (Obviously they gave the junior programmer the task of loading the files)

    Bob,
    Thanks for the info. I confirmed this with our Mfg'ng, but only with a file that's not only ascending ordered, but also 100% full (i.e. all 64K of space, whether or not programmed, has a record).

    My question is: If a file arranges its records in ascending order, but there's portions missing (i.e. that don't require programming), does the Data I/O have trouble with this?

Children