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,352件の閲覧回数
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,324件の閲覧回数
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,334件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @shahmanishj ,

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

 

Regards,

Jing

0 件の賞賛
返信
1,327件の閲覧回数
shahmanishj
Senior Contributor II

Thanks for your prompt reply.

I get following error

shahmanishj_0-1665415995968.png

 

0 件の賞賛
返信
1,325件の閲覧回数
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