??? 08/11/06 07:22 Read: times |
#122024 - fastest output Responding to: ???'s previous message |
Ivan_law80 said:
If an interrupt is not used, then what is the fastest frequency of the square wave generated by timer 0 8-bit auto reload?
Assume i am using internal RC of 7.xxMhz I'd assume you have already tried, it's just a few lines of code, initializing the timer and enter an endless loop... The fastest output you'll achieve with reload value TH0=0FFh; I'd guess that's what you want. JW |