Replies: 1 comment 8 replies
-
I can run zephyr.elf from a debugger by removing the following lines from Kconfig.defconfig in my custom board directory (MIMXRT1060). choice CODE_LOCATION It defaults to CODE_ITCM for me if I remove it. You can try the same maybe! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I wanted to link my application to SDRAM and then download the zephyr.elf using the debugger for debug purposes (can't debug my application from the FLASH).
I tried to run my zephyr application from the SDRAM using CONFIG_XIP=n and CONFIG_NO_OPTIMIZATIONS=y, but the application hangs in arm_mpu_init(). In order to overcome this, I set CONFIG_ARM_MPU=n but I get warning regarding stack protection.
When will execution from SDRAM be supported by zephyr ?
Best Regards,
Ofir.
Beta Was this translation helpful? Give feedback.
All reactions