iMXRT1170 - Execute from SDRAM
Unsolved
Qt for MCUs
-
wrote on 11 Jan 2021, 17:04 last edited by
I have a custom board for iMXRT1170. Memory map is same as EVK1170. I am trying to build one of the demo apps to execute from SDRAM since the QSPI Flash is not yet functional on the board. In MCUExpresso IDE, I can do that just by deleting the Flash from the memory configuration settings. How do I do the same from Qt creator. I tried using the option -DQUL_TARGET_STORAGE=SdRam as mentioned in the documentation. However the memory map remains unchanged on inspecting the .elf file. Code is still located at 0x3000 000 which is Flash address. How does one create an executable for executing from SDRAM directly ?
1/1