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

🔒 Specifiy Physical Memory Attributes #372

Merged
merged 5 commits into from
Jul 21, 2022
Merged

🔒 Specifiy Physical Memory Attributes #372

merged 5 commits into from
Jul 21, 2022

Conversation

stnolting
Copy link
Owner

This PR specifies Physical Memory Attributes (PMAs) for each of the default address space regions:

# Region Description PMAs Note
1 Instruction address space r(w)x Write accesses to the the internal instruction memory (IMEM) can be disabled.
2 Data address space rwx Code can also be executed from data memory.
3 Bootloader address space r-x Read-only memory.
4 On-Chip Debugger address space --- Not accessible at all by "normal" software - accessible only when the CPU is in debug-mode.
5 IO/peripheral address space rw- Read/write accesses only.

@stnolting stnolting added DOC Improvements or additions to documentation HW hardware-related labels Jul 21, 2022
@stnolting stnolting self-assigned this Jul 21, 2022
@stnolting stnolting marked this pull request as ready for review July 21, 2022 09:52
@stnolting stnolting merged commit 9d93017 into main Jul 21, 2022
@stnolting stnolting deleted the add_pmas branch July 21, 2022 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DOC Improvements or additions to documentation HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant