This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SDK15.2: impact of NRF_SDH_CLOCK_LF_RC_* setup on performance

Hello

I'm currently struggling with the LF_RC setup in sdk_config.h.

Calibration of the internal LF clock can be parameterized thru NRF_SDH_CLOCK_LF_RC_CTIV and NRF_SDH_CLOCK_LF_RC_TEMP_CTIV.

Does anybody has already done measurements about current vs. parameters?  Nordic?  Also: is there any other impact due to these parameters (throughput etc)?

Regards

Hardy

Parents
  • The softdevice is probably intelligent enough to do the calibration while the HFXO is running anyway for radio operation, so the additional current could be rather hard to measure in most cases.

    But the *running* current of the LFRC is actually higher than the running current when using LFXO - that would make a difference. Bottom line: If your application requires low idle/standby current, use the LFXO with a crystal.

Reply
  • The softdevice is probably intelligent enough to do the calibration while the HFXO is running anyway for radio operation, so the additional current could be rather hard to measure in most cases.

    But the *running* current of the LFRC is actually higher than the running current when using LFXO - that would make a difference. Bottom line: If your application requires low idle/standby current, use the LFXO with a crystal.

Children
Related