Boot the application from SDRAM in imxrt117x for MQX-RTOS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Boot the application from SDRAM in imxrt117x for MQX-RTOS

442 Views
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

 

 

 

Labels (1)
0 Kudos
Reply
1 Reply

412 Views
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 Kudos
Reply