MIMXRT1064 RAM Application

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

MIMXRT1064 RAM Application

441 次查看
GiulioDallaVecchia
Contributor I

Hi,

I'm working on a project with a MIMXRT1064 microcontroller. I need to load the application from External Flash to internal DTC RAM. I've followed this guide and everything works well, but I would like to create a bootable binary image from MCU Expresso or using a python script, so that I can load the application using Ozone or directly from MCUEspressoIDE. How can I do that?

0 项奖励
回复
1 回复

416 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

These are the steps to execute the image from RAM:

1. Select Project > Properties - C/C++ Build > Settings > Tool Settings > MCU Linker > Managed Linker Script and check Link application to RAM.

2. In Project > Properties > C/C++ Build > MCU settings, delete Flash, and modify SRAM_ITC to start at (BASE + 0x3000) with size (SIZE - 0x3000).

3. Move SRAM_ITC to the first position to make it default.

4. Build the image.

Best regards,
Omar

0 项奖励
回复