Distinguish between read/write faults
Open
bug
issue
mirrored
- Dominant language
- C
- Stars
- 135
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
When creating a RO region, write access will create an access fault as expected - but it needs to avoid configuring the corresponding MPU region again: instead faulting with an security exception.
Workaround:
- avoid writing to RO-regions
Contributor guide
Assessment
This issue has not been assessed yet.