I have an SPI sensor that benefits from having a precise clock source, and has a muxed pin that can have a clock source.
The peripheral states that this pin can handle frequencies between 31 kHz to 50kHz, but the examples are all 32.768 RTC clocks.
So, I was wondering whether I can share the LF clock with the sensor by not compromising from jitter.
My questions from other posts and the Reference:
- I have seen the register LFCLKSRC, and that there are registers EXTERNAL and BYPASS. These are for external active oscillators, right? Their descriptions are a bit vague to me. Somehow this should disable the feedback circuit that rings the XTAL, right? What is actually bypassed? May I use a TCXO and hook it to both nRF and the sensor?
- If I avoided to share the clock, can I use PWM peripheral for the same effect? What is the accuracy that I can reach there?
- And would any one of these options, is there a big compromise on power efficiency?
Thanks!
MA