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

In our product, we would like to select LFCLK from the following choices instead of external XTAL. However we have some manufacturing issues with the XTAL chosen and so we muct use the LF_SRC to be the RC

So with the errata in mind the RC oscillator has a accuracy of +/-500 ppm, while the XTAL on the nRF52 DK has a accuracy of +/-20 ppm. During the longest waiting period of 30 seconds the 20ppm crystal would, at worst case, be 600 us off. With 500 ppm you end up at 15 ms off.

    NRF_CLOCK_LF_SRC_RC
    NRF_CLOCK_LF_SRC_XTAL

Does this mean that not using a XTAL is ever going to cause any issue? We have some manufacturability issues coming from the XTAL selected and so I am trying to weigh the options of respinning the PCB with this XTAL or using a different one.

We are using SDK 14.2 and in the future likely 15.3 if that matters at all as well.....I have seen some posts for issues regarding this.

Parents Reply Children
Related