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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,342 Views
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?

Tags (1)
0 Kudos
Reply
1 Solution
1,314 Views
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

View solution in original post

3 Replies
1,324 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @shahmanishj ,

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

 

Regards,

Jing

0 Kudos
Reply
1,317 Views
shahmanishj
Senior Contributor II

Thanks for your prompt reply.

I get following error

shahmanishj_0-1665415995968.png

 

0 Kudos
Reply
1,315 Views
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