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?
已解决! 转到解答。
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
在原帖中查看解决方案
Yes, of course. Check properties->settings->Managed Linker Script->Link application to RAM.
Jing
Thanks for your prompt reply.
I get following error