Skip to content

fix: read ICSR volatile in SCB::vect_active()#664

Open
jakobjung10 wants to merge 1 commit into
rust-embedded:masterfrom
jakobjung10:fix-vect-active-volatile-icsr
Open

fix: read ICSR volatile in SCB::vect_active()#664
jakobjung10 wants to merge 1 commit into
rust-embedded:masterfrom
jakobjung10:fix-vect-active-volatile-icsr

Conversation

@jakobjung10

Copy link
Copy Markdown

SCB::vect_active() now reads ICSR with a volatile access, preventing the load from being narrowed to a byte read that faults on word-only ICSR models.

`SCB::vect_active()` now reads ICSR with a volatile access, preventing the load from being narrowed to a byte read that faults on word-only ICSR models.
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

Successfully merging this pull request may close these issues.

1 participant