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
View solution in original post
Yes, of course. Check properties->settings->Managed Linker Script->Link application to RAM.
Jing
Thanks for your prompt reply.
I get following error