Replies: 1 comment 9 replies
-
Hello @MaazSk I am not sure the sdram (SDRAM1) through FMC controller can execute code, like the octoSPI does with memory Mapped mode |
Beta Was this translation helpful? Give feedback.
9 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I am using stm32h750b-dk. I want my application to run from from SDRAM or to start with certain
.c
files to run from SDRAM. I am usingzephyr_code_relocate
but this does not help. When I usezephyr_code_relocate
then when the function is called the code halts and does not proceed further. Also, if I include another file which is a.cpp
which has some instances then I get a fault error as below any help how to do this would be greatful.Also, if I use
SRAM
to relocate the code everything works fine without any issue. The problem is when I useSDRAM
Thank you

Beta Was this translation helpful? Give feedback.
All reactions