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