Boot the application from SDRAM in imxrt117x for MQX-RTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Boot the application from SDRAM in imxrt117x for MQX-RTOS

741 次查看
Jeevan
Contributor IV

Hi Team,

We are trying to build the mqx sample helloworld application in imxrt117x processor and we are able to boot from QSPI Flash where address is starting from 0x30000000.

But we need to boot this application from SDRAM where address is from 0x80000000 but it is giving the below error while building/compiling the application. Kindly help to resolve the below issue and boot from SDRAM.

Jeevan_0-1710510566436.png

We tried following this method but it didnt work, still the same above error.

Jeevan_1-1710511225624.png

 

 

 

标签 (1)
0 项奖励
回复
1 回复

711 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
I hope you are well.

Please make sure that __MCUXPRESSO macro is defined. Although the code is executed on SDRAM, it has to be stored on flash so it can be copied to SDRAM at boot time to be executed. 

Best regards,
Omar

0 项奖励
回复