Arduino nano 33ble clock output 16mhz

Hi im trying to output a 16mhz signal on one of the gpio pins but the max frequency im able to reach is 8mhz.
I used the code from this thread.

Shouldnt the arduino nano ble33 be able to output a higher frequency because it runs at 64mhz instead of 16mhz?

The processor may run at 64MHz but the timer base frequency is 16MHz. Have a look at the nRF52840 datasheet section 6.30 Timer.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.