Tom Zerucha wrote:
> This leaves two possibilities, both involving high rez timing (there was
> an article in handheld developers journal). Either you have to double the
> clock speed to 200Hz/tick (which will have other side effects), or read
> the timer directly to find the subtick (as I do with my MIDI sequencer
> code, since I want 600Hz resolution).
reading subticks? can you give more detailed info on how to do this?
> One other possibility is to use the UART - set it to the baud rate
> corresponding to 5ms/char and check when the character is transmitted (or
> recieved as IrDA in loopback).
or how about more info on this?
pete