OH51 User's Guide

Command Prompt

To invoke the OH51 Object-HEX Converter from the command prompt, type OH51 along with the name of the absolute object file. The OH51 command line must be entered using the following format:

OH51 abs_file <[>HEXFILE (file)<]>

where

abs_fileis the name of the absolute object file generated by the BL51 Linker or OC51 Banked Object File Converter.
fileis the name of the Intel HEX file generated. By default, the name given to the HEX file is the base name of the abs_file followed by the .HEX extension.

For example:

OH51 MYFILE HEXFILE(MYFILE.HEX)

creates an Intel HEX file named MYFILE.HEX from the absolute object file named MYFILE.