Relocating Code and Data in External MRAM

Many times the internal RAM in the Microcontroller you are using is not enough for the application. For this reason it is needed to use external memories as part of the solution. The process to relocate code and data in external memories is exactly the same as you did for internal RAM. The only difference is that the external device needs to be communicated by an interface controller.

Related information
Predefined Sections
Additional Small Data Sections
Linker Map File
Deadstripping
CodeWarrior Linker Command File (LCF)
Creating an LCF from Scratch
Relocating Code in ROM
Relocating Code and Data in Internal RAM
Unique LCF Examples
Linker Command File Commands