Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. iMXRT1170 - Execute from SDRAM

iMXRT1170 - Execute from SDRAM

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
rt1170 sdram
1 Posts 1 Posters 540 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    satishp59
    wrote on last edited by
    #1

    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 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved