Replies: 2 comments 2 replies
-
Yes, it's split because there is some RAM reserved for ROM functions which we should not touch.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
#1289 should fix it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In ESP32 - Looking at https://github.com/esp-rs/esp-hal/blob/main/esp-hal-common/ld/esp32/memory.x, it seems like DRAM is split into two memory addresses:
dram_seg
anddram2_seg
.Can my program use both? Do I need to do anything special to utilize both of them or is it automatic?
I need a large contiguous array, so want to understand how to optimize the memory resources available.
Beta Was this translation helpful? Give feedback.
All reactions