Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32-S3: IRAM and DRAM regions overlapping in Linker Script #162

Closed
gustavonihei opened this issue Aug 22, 2022 · 0 comments · Fixed by #164
Closed

ESP32-S3: IRAM and DRAM regions overlapping in Linker Script #162

gustavonihei opened this issue Aug 22, 2022 · 0 comments · Fixed by #164
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gustavonihei
Copy link
Contributor

ESP32-S3 implementation presents an issue similar to #160, but instead of the whole Internal RAM, only a part of it (Internal SRAM 1) is shared between IRAM and DRAM, as shown in the following table from the ESP32-S3 TRM:

image

Relevant information:

Application image linker scripts for ESP32-S3

Bootloader linker script for ESP32-S3

@MabezDev MabezDev added the bug Something isn't working label Aug 22, 2022
@jessebraham jessebraham added this to the v0.1.0 milestone Aug 22, 2022
@bjoernQ bjoernQ self-assigned this Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants