-
Notifications
You must be signed in to change notification settings - Fork 208
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
Cache/Memory mapping #955
Comments
Ah we actually configure something for S3, didn't knew that 🤔 Oh - that was me |
Is the DCACHE only enabled when using the PSRAM driver? |
I think for most targets the second stage bootloader will enable it and use whatever was configured when building it |
I don't think this will be a priority for a long long while, closing for now. |
Copied from #954 (comment)
We could replace this piece of code (which is currently hardcoded) with a proper cache driver.
One limitation we have is that I don't think any of the cache registers are in the SVDs - but it looks like there is only one register with just a few bits: https://github.com/espressif/esp-idf/blob/c8243465e45489835d645bf217a6929fd0c01b7f/components/esp_mm/include/esp_cache.h#L21-L47
The text was updated successfully, but these errors were encountered: