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.
We tried following this method but it didnt work, still the same above error.
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