-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Radio samples: nrf54h20 Clock Control driver support #16909
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
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 81259565331f39154c09da0ce621c282a256b25a more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: 2aae60c2f9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
1d3b6c9 to
8125956
Compare
maje-emb
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.
On the nRF54H20 CONFIG_CLOCK_CONTROL_NRF2 is not enabled by default, the sample build fails due to assert: BUILD_ASSERT(false, "No Clock Control driver");
@anangl will look at this issue. Probably it should be enabled by default. |
|
Blocked by: nrfconnect/sdk-zephyr#2123 |
8125956 to
9040e92
Compare
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.
NRF_CLOCK_TASK_PLLSTART task triggering applies to nRF54L15.
Since CONFIG_CLOCK_CONTROL_NRF2 is for nRF54HX, it seems that this part is redundant.
This adds support for clock control driver for nRF54h20 target in the ESB samples. Jira: NCSDK-28468 Signed-off-by: Kamil Gawor <[email protected]> Co-authored-by: Dominik Kilian <[email protected]>
This adds clock control driver for nRF54h20 target in Direct Test Mode sample. Jira: NCSDK-28468 Signed-off-by: Kamil Gawor <[email protected]> Co-authored-by: Dominik Kilian <[email protected]>
This adds support for clock control driver for nRF54h20 targets in Radio Test sample. Jira: NCSDK-28468 Signed-off-by: Kamil Gawor <[email protected]>
9040e92 to
e5fc6da
Compare
|
Important This PR has problems with CI, so it was replaced by the #18694. |
This add support for Clock Control driver for nRF54h20 in radio samples that require manual control of HFXO clock.
Clock Control is in PR and needs go first: nrfconnect/sdk-zephyr#1920
Important
This PR has problems with CI, so it was replaced by the #18694.