-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
NFC platform hardfault fix #12101
NFC platform hardfault fix #12101
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
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.
Approved with a nit.
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
.. rst-class:: v2-4-1 v2-4-0 v2-3-0 | ||
|
||
NCSDK-22799: Assert when requesting clock from the NFC interrupt context. | ||
The NFC interrupt is a low latency interrupt and calls Zephyr subsystem API that rarely can cause undefined behavior. |
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.
The NFC interrupt is a low latency interrupt and calls Zephyr subsystem API that rarely can cause undefined behavior. | |
The NFC interrupt is a low latency interrupt. | |
It calls the Zephyr subsystem API that can rarely cause undefined behavior. |
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.
Done
d5e6682
to
6f2a6c6
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
The NFC interrupt was a zero latency interrupt and it calls Zephyr subsystem API that causes rare undefined behavior. This fixes it and removes zero latency flag for the NFC interrupt. NCSDK-22799 Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
This updates documentation with fixes for the NFC platform interrupt priorities. NCSDK-22799 Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
6f2a6c6
to
4cc9109
Compare
Fixed the issue where an assertion could be triggered when requesting clock from the NFC platform interrupt context.