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 for programming

Hi,

I use vVision3. Where can I find the .HEX file for programming after the building?

Best Wishes
Leo

Parents
  • Can this .H86 file be programmed into a microprocessor?

    Yes, it can. It is the HEX file you want. If you don't like the .H86 extension, you can input the DOS rename command into the 'Run User Program After Make' field.
    By the way, some ROM programmers don't like HEX files where data are not ordered, which is the case for Keil tools with default settings. You can instruct Keil tools to produce ordered HEX files by using the 'Flash fill byte' option, just set it to 0xFF.

    Regards,
    - mike

Reply
  • Can this .H86 file be programmed into a microprocessor?

    Yes, it can. It is the HEX file you want. If you don't like the .H86 extension, you can input the DOS rename command into the 'Run User Program After Make' field.
    By the way, some ROM programmers don't like HEX files where data are not ordered, which is the case for Keil tools with default settings. You can instruct Keil tools to produce ordered HEX files by using the 'Flash fill byte' option, just set it to 0xFF.

    Regards,
    - mike

Children