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

LFSYNTH additional current and accuracy

Hi

in our device, HFXO is running permanently.  There is an external LFXO running permanently as well.

Now I'm wondering what would be the additional current draw if we switch from NRF_CLOCK_LF_SRC_XTAL to NRF_CLOCK_LF_SRC_SYNTH.  Any data available about this?

Because our application depends on an accurate LFCLK: how actually is LFSYNTH generated from HFCLK?

Thanks for help

Hardy

Parents
  • Hi

    Sorry, I was looking at the nRF52832 PS, which includes the ILFSynth of 100µA. This has been removed from newer product specs, as you generally can't add these current consumption values to find the correct current consumption, since current consumption might be subsets of others, etc.

    That's why we've chosen to have a separate chapter for current consumption in newer PS's. I'm sorry that the LFSYNT is not added here though, and that seems to be a mistake from our side. I have reported it internally, so we'll be looking into this on our side.

    Regardless, we did some quick measurements here on our side (which should be taken with a grain of salt, and are not official measurements), but they showed that the LFSYNT draws ~375µA when running if from the HFRC, and noticeably more, ~614 when running from the HFXO. So if current consumption is essential in your application, I highly recommend going for the LFXO crystal as that provides the best combination of low power consumption and high accuracy for your low-frequency clock.

    Best regards,

    Simon

Reply
  • Hi

    Sorry, I was looking at the nRF52832 PS, which includes the ILFSynth of 100µA. This has been removed from newer product specs, as you generally can't add these current consumption values to find the correct current consumption, since current consumption might be subsets of others, etc.

    That's why we've chosen to have a separate chapter for current consumption in newer PS's. I'm sorry that the LFSYNT is not added here though, and that seems to be a mistake from our side. I have reported it internally, so we'll be looking into this on our side.

    Regardless, we did some quick measurements here on our side (which should be taken with a grain of salt, and are not official measurements), but they showed that the LFSYNT draws ~375µA when running if from the HFRC, and noticeably more, ~614 when running from the HFXO. So if current consumption is essential in your application, I highly recommend going for the LFXO crystal as that provides the best combination of low power consumption and high accuracy for your low-frequency clock.

    Best regards,

    Simon

Children
  • Hi Simon

    thanks again.  In the application both LFXO and HFXO are yet permanently running.

    But out problem is, that temperature drift of the LFXO is to high.

    So the ideas are

    • use some drift compensation formula, which is crystal dependent (so another manufacturing step to consider)
    • use LFSYNTH (so LFXO can be switched off at all) because the temperature drift of the HFXO is much smaller (small enough at least)
    • use HFXO and some TIMER to measure the LFXO drift from time to time

    Any more hints?

    Thanks

    Hardy

Related