Keil Logo

OH251: Intel Hex-File is Incomplete


Information in this article applies to:

  • C251 Version 3.20
  • µVision2 Version 2.20

QUESTION

I have created a project that uses NCONST space. I have verified the MAP file and all NCONST segments are correctly placed in the MAP file. However the HEX file does not contain any of my NCONST data.

What's wrong?

ANSWER

By default, the 251 toolchain creates a 64KB HEX file for the address range 0xFF0000-0xFFFFFF which is the 8051-compatible address range.

To get a HEX file that contains the memory image for the whole 16MB address space of the 251, you must select the INTEL HEX386 format and specify the address range 0x000000-0xFFFFFF.

Use the following command line if you OH251 from the command prompt.

OH251 filename H386 RANGE (0 - 0xFFFFFF)

If you use µVision2, you must make the following selections on the Output Tab of the Project Options dialog.

  • Create HEX File
  • HEX Format: HEX-386
  • Start: 0
  • End: 0xFFFFFF

MORE INFORMATION


Last Reviewed: Thursday, February 25, 2021


Did this article provide the answer you needed?
 
Yes
No
Not Sure
 
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.