Crossware

Table of Contents        Previous topic       Next topic       

LINKER->Linker Command Line Options->Specify Internal Ram Size (/IRAM:)

This option specifies the upper address of internal 8051 ram.  The format is:

/IRAM:[high address]

[high address] should be specified in hexadecimal.

The default value for high address is 7FH.  The option /IRAM:FF should be used for the 8032 and 8052 microcontrollers which have 256 bytes of internal ram.  (Do not use an 'H' after the hexadecimal number).