Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Enabling internal clock for NRF 52832

Hi,

 I am trying to enable the internal clock for NRF 52832 (BMD-350) module.

The configuration option for the clock has

1. RC Oscillator 

2. Crystal Oscillator

3. Synthesized from HFCLK

4. External Low Swing

5. External full swing

The SoftDevice SDK is 1.9.1. Please suggest how I should enable the same 

Thanks

Parents Reply Children
  • Where do you get that warning from (which file)? I am not able to find it when searching through the SDK code, so I cannot check why you get it. It is clearly related to some code that rely on the LFXO though, which for some reason is included. If this is from some code that is not part of the SDK, than please explain or share it.

    Also, my comment was about how to select LRFC in general in the nRF Connect SDK, you mentioned a lot of keywords so I am not sure if that is what you wanted, but that was my assumption (for instance synthesized clock is typically not useful due to current consumption constraints, and swing configurations are relevant for external clocks (not just crystals). You can see all relevant configuration options by searching for CONFIG_CLOCK_CONTROL_NRF_ in the Kconfig search.

Related