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

32.768 kHz Clock out

Dear Nordic Developer Zone,

Is there a way to set the LFCLK (32.768kHz) on a GPIO using nRF52811 ?

I want to use this clock for controlling another device.

Best regards

Parents Reply Children
  • You cannot get exactly 32.768 kHz from the HFCLK, but depending on the accuracy you need perhaps it would be good enough to just use a TIMER and PPI to GPIOTE. Alternatively you can do as suggested in this thread. (In both cases the current consumption would be significant though, so if you need to use this continuously in a low power device that would not be a good idea.)

    PCLK32KI is the output of the 32.768 kHz clock, but it is output from the clock to the internal 32.768 kHz clock tree inside the IC. There is physically no way to output this on a GPIO.

Related