Closed frillip closed 11 years ago
Why? If your scheduler timer fires an interrupt every 1ms or 10ms, no need to use 2 timers. Right?
or am I missing something?
32.768kHz crystal is +/- 20ppm, the 16MHz is cheap and less accurate. Also I will eventually set timer1 as a high priority interrupt so it can interrupt other interrupts. On 8 Aug 2013 19:00, "Callan Bryant" notifications@github.com wrote:
Why? If your scheduler timer fires an interrupt every 1ms or 10ms, no need to use 2 timers. Right?
— Reply to this email directly or view it on GitHubhttps://github.com/frillip/averclock/issues/7#issuecomment-22341824 .
or just use a better 16MHz crystal?
Currently they use the same timer.
Would be better if the workload was scheduled independantly from the timekeeping.