-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
doc: mpsl: List changes related to nRF54h20 SoC #20892
doc: mpsl: List changes related to nRF54h20 SoC #20892
Conversation
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
47bb577
to
b89468f
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: add588661038e49772f3ebcd9d1e5d1be37698e9 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
* Added integration with nrf2 clock control driver for nRF54H20 SoC. | ||
* Added integration with Zephyr's System Power Management for nRF54H20 SoC. | ||
* Added global domain HSFLL120 320MHz frequency request if MPSL is enabled. | ||
The high frequency in global domain is required to ensure that instructions fetching from L2-cache and MRAM is as fast as possible. | ||
It is needed for radio protocols to operate correctly. | ||
* Added MRAM always-on request for scheduled radio events. | ||
It is needed to avoid MRAM wake-up latency for radio protocols. |
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.
* Added integration with nrf2 clock control driver for nRF54H20 SoC. | |
* Added integration with Zephyr's System Power Management for nRF54H20 SoC. | |
* Added global domain HSFLL120 320MHz frequency request if MPSL is enabled. | |
The high frequency in global domain is required to ensure that instructions fetching from L2-cache and MRAM is as fast as possible. | |
It is needed for radio protocols to operate correctly. | |
* Added MRAM always-on request for scheduled radio events. | |
It is needed to avoid MRAM wake-up latency for radio protocols. | |
* Added: | |
* Integration with the nrf2 clock control driver for the nRF54H20 SoC. | |
* Integration with Zephyr's System Power Management for the nRF54H20 SoC. | |
* Global domain HSFLL120 320MHz frequency request if MPSL is enabled. | |
The high frequency in global domain is required to ensure that fetching instructions from L2-cache and MRAM is as fast as possible. | |
It is needed for the radio protocols to operate correctly. | |
* MRAM always-on request for scheduled radio events. | |
It is needed to avoid MRAM wake-up latency for radio protocols. |
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.
Changed as suggested.
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
b89468f
to
a6f5f91
Compare
Added list of changes done to MPSL integration layer that were needed for nRF54h20 SoC support. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
a6f5f91
to
add5886
Compare
|
@peknis could you review the recent change? |
Added list of changes done to MPSL integration layer that were needed for nRF54h20 SoC support.