Memory partitioning on stm32h747i #60019
-
I am new to the zephyr and west. I am trying to program my stm32h747i_disco device.
Although stm32h747i_disco has 2MB flash and 1MB RAM, I don't want this partitioning between two core as I am only using one m7. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
Hi @TayyabaZainab0807! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@erwango @FRASTM seems like this should be converted into a discussion, since it seems more of a question rather than a bug? |
Beta Was this translation helpful? Give feedback.
-
In the DTS of your board :
Building a samples/hello_world gives:
|
Beta Was this translation helpful? Give feedback.
-
With a west debug, the memory examination should be possible at any flash address in bank1 and in bank2, at any memory address in any RAM block too |
Beta Was this translation helpful? Give feedback.
-
I was able to access 2MB of flash by replacing:
with
But I am unable to access RAM more then 512 KB
|
Beta Was this translation helpful? Give feedback.
-
Building the samples/hello_word for the stm32h747i_disco_m7 target, the SRAMx is accessible: |
Beta Was this translation helpful? Give feedback.
Building the samples/hello_word for the stm32h747i_disco_m7 target, the SRAMx is accessible:
sram0: memory@24000000
sram1: memory@30000000
sram3: memory@30040000
sram4: memory@38000000