We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that on ESP32-S3 SRAM 0 (32k) is unused by the linker script.
Previously we had something like this:
esp-hal/esp32s3-hal/ld/esp32s3.x
Line 74 in 22ac479
e.g.
[ 1] .rwtext PROGBITS 40378400 0e4400 001594 00 AX 0 0 4 [ 3] .vectors PROGBITS 40378000 0e4000 000400 00 AX 0 0 4
Probably now with the unified linker scripts it might be harder to make use of SRAM 0
The text was updated successfully, but these errors were encountered:
Ah we reserve whole of SRAM0 for ICACHE apparently
Sorry, something went wrong.
No branches or pull requests
It seems that on ESP32-S3 SRAM 0 (32k) is unused by the linker script.
Previously we had something like this:
esp-hal/esp32s3-hal/ld/esp32s3.x
Line 74 in 22ac479
e.g.
Probably now with the unified linker scripts it might be harder to make use of SRAM 0
The text was updated successfully, but these errors were encountered: