Skip to content
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

nrf: clock control: nrf5340: using CLOCK_CONTROL_NRF_K32SRC_RC results in build failure #25578

Closed
ioannisg opened this issue May 25, 2020 · 0 comments · Fixed by #25583
Closed
Assignees
Labels
area: Clock Control bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: high High impact/importance bug
Milestone

Comments

@ioannisg
Copy link
Member

Describe the bug
It appears to me that setting CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y in nRF5340 builds for Application MCU results in build failure.

To Reproduce
Steps to reproduce the behavior:

Try hello_world sample with CLOCK_CONTROL_NRF_K32SRC_RC=y

Build for nRF5340 CPUAPP

  1. mkdir build; cd build
  2. cmake -DBOARD=board\nrf5340pdk_nrf5340_cpuapp
  3. make
  4. See error

Expected behavior
Shall be able to build.

Impact
Cannot use RC oscillator on nRF5340

If this configuration is not supposed to be a valid one, i believe it should be blocked in Kconfig level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Clock Control bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: high High impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants