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

Implement additional SRAM / XIP addresses #16

Open
urish opened this issue May 9, 2021 · 0 comments
Open

Implement additional SRAM / XIP addresses #16

urish opened this issue May 9, 2021 · 0 comments

Comments

@urish
Copy link
Contributor

urish commented May 9, 2021

For XIP (Flash):

• 0x10… XIP access, cacheable, allocating - Normal cache operation
• 0x11… XIP access, cacheable, non-allocating - Check for hit, don’t update cache on miss
• 0x12… XIP access, non-cacheable, allocating - Don’t check for hit, always update cache
• 0x13… XIP access, non-cacheable, non-allocating - Bypass cache completely

For SRAM:

The four 64kB banks are also available at a non-striped mirror. The four 64kB regions starting at 0x21000000, 0x21010000,
0x21020000, 0x21030000 are each mapped directly to one of the four 64kB SRAM banks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant