> Implemented cadence Triple Timer Counter (TCC)

It looks like you're implementing a periodic timer as sequence of chained 
oneshot timers.  This is a bad idea.  In qemu interrupt latency may be high, 
so you're likely to suffer from significant time skew.

Paul

Reply via email to