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?
Solved! Go to Solution.
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
Hi @shahmanishj ,
Yes, of course. Check properties->settings->Managed Linker Script->Link application to RAM.
Regards,
Jing
Thanks for your prompt reply.
I get following error
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