-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
soc: nordic: Add approtect workaround for 91x1 #79920
soc: nordic: Add approtect workaround for 91x1 #79920
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Cannot add reviewers, so ping @SeppoTakalo. |
Add CONFIG_NRF_CONSTANT_LATENCY_WORKAROUND for enabling a constant latency mode workaround for the nRF9161 anomaly: [36] Debug and Trace: Access port gets locked in WFI and WFE. Constant latency mode prevents WFI and WFE instructions from entering SYSTEM ON IDLE mode, which would reset the approtect. Signed-off-by: Markus Lassila <[email protected]>
bdb42b7
to
ba3c45f
Compare
@@ -188,7 +188,7 @@ manifest: | |||
groups: | |||
- hal | |||
- name: hal_nordic | |||
revision: d5c70305b2389641b0a166d0714775a1b13319a2 | |||
revision: pull/231/head |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should come from an MDK release integrated in a new release of nrfx.
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Add CONFIG_NRF_CONSTANT_LATENCY_WORKAROUND for enabling a constant latency mode workaround for the nRF9161 anomaly: [36] Debug and Trace: Access port gets locked in WFI and WFE.
Constant latency mode prevents WFI and WFE instructions from entering SYSTEM ON IDLE mode, which would reset the approtect.