Can the nRF52 output the 32.768kHz clock on a GPIO. If so, do I need the 32.768kHz xtal, or can I output the generated clock from the 32MHz xtal? I need this clock to sync other ICs.
Can the nRF52 output the 32.768kHz clock on a GPIO. If so, do I need the 32.768kHz xtal, or can I output the generated clock from the 32MHz xtal? I need this clock to sync other ICs.
here it gives you an idea of how to generate 8Mhz clock from HFCLK using timer and gpiote. On nrf52 it should be the same logic. Ofcourse to get the lower frequency out you need higher prescaler and different value in TIMER CC
here it gives you an idea of how to generate 8Mhz clock from HFCLK using timer and gpiote. On nrf52 it should be the same logic. Ofcourse to get the lower frequency out you need higher prescaler and different value in TIMER CC