Boot the application from SDRAM in imxrt117x for MQX-RTOS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Boot the application from SDRAM in imxrt117x for MQX-RTOS

734件の閲覧回数
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 返信

704件の閲覧回数
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 件の賞賛
返信