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.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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.

936 次查看
vemularamavarap
Contributor II

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.

标签 (1)
0 项奖励
回复
1 回复

872 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复