I am using nRF52832 and want to output HFINT 64MHz RC osc to an external pin for use be external component. Can I do this?
Thanks
Jake
I am using nRF52832 and want to output HFINT 64MHz RC osc to an external pin for use be external component. Can I do this?
Thanks
Jake
You can't, at best you can output P_CLK divided by 2 or 8 MHz. All the gpio runs on P_Clk (16MHz). So if you just wrap a ppi/gpiote around on itself toggling you get 8MHz out.