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

External crystal substitution question for nRF51822AC

Hi, All,

I am currently developing with nRF51822AC. Due to some issue, we would like to replace the current 16MHz crystal with a crystal other than this frequency. We would like to ask if it is possible to configure the PLL so that we can work with a crystal of different frequency. Since we are using Softdevice (s110 8.0.0), we want to know whether the substitution of the crystal will cause any issues to the SD. I notices that the Softdevice seems to be using the 16MHz as the 0th instance of NRF_DRV_TIMER. Also, will this replacement trigger any other issue for the components such app_timer or scheduler? If not, what configuration should be applied accordingly?

I am new to this field, sorry to bother. Thanks in advance.

Parents
  • @Questchin: As you can find at section 13.1.1 in the nRF51 reference manual, the chip only accept either 16MHz crystal or 32 MHz crystal. The oscillator also work with 2 alternative external source:

    • 16 MHz rail to rail clock
    • 16 MHz low swing clock.

    If you try to apply other frequency than 16MHz (or 32MHz), I'm pretty sure the radio won't work with correct frequency, even though the CPU may still work.

Reply
  • @Questchin: As you can find at section 13.1.1 in the nRF51 reference manual, the chip only accept either 16MHz crystal or 32 MHz crystal. The oscillator also work with 2 alternative external source:

    • 16 MHz rail to rail clock
    • 16 MHz low swing clock.

    If you try to apply other frequency than 16MHz (or 32MHz), I'm pretty sure the radio won't work with correct frequency, even though the CPU may still work.

Children
Related