Hello there!
I'm developing an open source operative system for the Epiphany III and I'm needing a cyclic timer that set the timer counts once the timer reach the 0 value.
At the moment the interrupt handler is resetting the value but this is missing some cycles and it is problematic if another interrupt is being handled.
Is there anyway to set the timer in a way it resets by itself?
Greetings!