In Lcf file,How to allocate user defined constant array into external memory like FRAM/MRAM for MPC5554 uC. While other constants (except this user defined array) to be allocated in default uC rom.
Hi,
see attached project. It is written for MPC5644A but it doesn't matter, it is still the same. See the MPC5644A.lcf and main.c. It shows how to force a constant to section in internal flash. Just create memory segment for external address space and the rest is the same.
Regards,
Lukas