Arduino Due Clock output

dishimwe:
Does anybody know how to generate a clock signal on an digital pin of an Arduino Due?
like a CPU clock. I am trying to communicate to a OV3640 but i have to give it a 24 MHz clock signal. I was wondering if there was a way to generate that using the CPU clock of the Due.

I don't think that it is possible using the CPU clock, but you could maybe use a pwm signal. Or a timer interrupt.