Can someone show me a code fragment that will set up a timer to fire off an interrupt every 1 ms and another timer to fire off every 10 ms.
All the timers needs to is interrupt when they roll over, the isr acknowledge the interrupt, the timer reloads, and repeat...... think of it as a couple of time keepers. no external pins needed for anything, 2 timers, 1 at 1ms, 1 at 10ms, overflow reload... no-pins Thanks,