How do I avoid flashing code at every deploy and deploy to RAM

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

How do I avoid flashing code at every deploy and deploy to RAM

跳至解决方案
1,355 次查看
shahmanishj
Senior Contributor II

It takes a long time to program and verify at each deploy. We want to speed up deploy process. All our IDEs so far allowed to deploy image to RAM. Is is possible with MCUxpresso?

标记 (1)
0 项奖励
回复
1 解答
1,327 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @shahmanishj ,

Then you have to deploy your project to SDRAM. Before debug, you must use a script to initialize SDRAM. Please refer to https://community.nxp.com/t5/i-MX-RT/RT1060-SDRAM-Initialization-Script/m-p/1309789

 

Regards,

jing

在原帖中查看解决方案

3 回复数
1,337 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @shahmanishj ,

Yes, of course. Check properties->settings->Managed Linker Script->Link application to RAM.

 

Regards,

Jing

0 项奖励
回复
1,330 次查看
shahmanishj
Senior Contributor II

Thanks for your prompt reply.

I get following error

shahmanishj_0-1665415995968.png

 

0 项奖励
回复
1,328 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @shahmanishj ,

Then you have to deploy your project to SDRAM. Before debug, you must use a script to initialize SDRAM. Please refer to https://community.nxp.com/t5/i-MX-RT/RT1060-SDRAM-Initialization-Script/m-p/1309789

 

Regards,

jing