|
MEM attribute |
Top Previous Next |
|
The MEM attribute can be used to add an available memory block to an underlying processor type in either a PROCTYPE or PROCESSOR statement. It can be used several times, or in both PROCTYPE and PROCESSOR statements, for a cumulative effect.
Each MEM= attribute takes the following form:
MEM attribute = "MEM", "=", [memory area ":"], memory address, ":", memory size; memory area = identifier; memory address = constant; memory size = constant;
The following are valid MEM= attributes:
MEM=0x00400000:1M MEM=SDRAM:0x00400000:1M
When the configurer is allocating memory for any purpose, it allocates from the following areas in descending order of preference:
|