-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Radio nrf54h20 clock control #18694
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
Radio nrf54h20 clock control #18694
Conversation
This adds support for clock control driver for nRF54h20 target in the ESB samples. Jira: NCSDK-28468 Signed-off-by: Dominik Kilian <[email protected]> Co-authored-by: Kamil Gawor <[email protected]>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 77e79a60e26982eb1282fdba9276147c0aa3ddc5 more detailssdk-nrf:
Github labels
List of changed files detected by CI (11)Outputs:ToolchainVersion: 6d50eb01ac Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
This adds clock control driver for nRF54h20 target in Direct Test Mode sample. Jira: NCSDK-28468 Signed-off-by: Dominik Kilian <[email protected]> Co-authored-by: Kamil Gawor <[email protected]>
3af1af4 to
cd558a2
Compare
This adds support for clock control driver for nRF54h20 targets in Radio Test sample. Jira: NCSDK-28468 Signed-off-by: Dominik Kilian <[email protected]> Co-authored-by: Kamil Gawor <[email protected]>
cd558a2 to
77e79a6
Compare
grochu
left a comment
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.
Thanks for the update, I'd like to clarify a few things.
| } | ||
| } while (err == -EAGAIN); | ||
|
|
||
| #if defined(NRF54L15_XXAA) |
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 section is repeated from the other branch of the #if directive. How is the selection between CONFIG_CLOCK_CONTROL_NRF and CONFIG_CLOCK_CONTROL_NRF2 determined for nRF54L15? Can it use both clock control implementations, or can we avoid the duplicate?
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.
For CONFIG_CLOCK_CONTROL_NRF2 it is not needed.
grochu
left a comment
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.
Can you add reference to clock control in the dependencies section of both samples? https://github.com/nrfconnect/sdk-nrf/blob/main/samples/esb/esb_ptx/README.rst#dependencies
This add support for Clock Control driver for nRF54h20 in radio samples that require manual control of HFXO clock.
Important
This is a copy of PR #16909. The old one had problems with CI probably due to the author is no loner in our organization.