Everything

 

-CHECK_OUTPUT_ROM_AREA [V1.07 or later]


This option checks whether the output address of a HEX file ranges in internal ROM or the data flash area.

[Specification format]

-CHECK_OUTPUT_ROM_AREA

 

-

Interpretation when omitted

Not checked.

[Detailed description]

-

If this option is specified, whether the output address of an Intel HEX file or a Motorola S-record file ranges in internal ROM or the data flash area is checked. If there is data outside of the range of internal ROM or the data flash area, a warning is output.

[Example of use]

-

To check whether the address of the output data of an Intel HEX file is outside of the range of internal ROM or the data flash area, code as:

>rlink -form=hex a.obj b.obj -device=dr5f100pj.dvf -check_output_rom_area

[Remark]

-

If the -device option is not specified, this option will be invalid.

-

If the -form={hexadecimal | stype} option is not specified, this option will be invalid.