Specifying RAM addr_mode

Use MEMORY directive and any of the following parameters to specify the RAM addr_mode.

addr_mode = external-To specify an external RAM addr_mode.

addr_mode = internal-To specify an internal RAM addr_mode.

By default the RAM addresses are internal.

For example, RAM : org = 0x000e0000, addr_mode = external will make sections defined in the RAM external.

Note: addr_mode is ignored if SDA PIC/PID in the ABI list box in the CodeWarrior IDE's EPPC Target target preferences Properties > C/C++ Build > Settings > Tool Settings > PowerPC CPU panel is not selected.