Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/10/02 00:42
Read: times


 
#20669 - RE: asembly code for digital clock/stopwatch
Marciek,

Stop Watches usually requires precision greater than the interval timed. So external counters are a simple approach.

However, you can make a good Real Time Clock using a Watchdog Timer.

I have implemented Calendar/Clocks using the Dallas '320 Watchdog.

Yes, a trick or to is required to keep the long term accuracy in place. You have to implement assymetric counters where you use an alternate count for every other second.

It has one advantage it allows a WatchDog Time out of 1 second which is alot easier to margin into executing code than the shorter WD timeouts.

regards,
p



List of 17 messages in thread
TopicAuthorDate
asembly code for digital clock/stopwatch            01/01/70 00:00      
RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
   RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
   RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
   RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
      RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
RE: asembly code for digital.. more            01/01/70 00:00      
RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
   RE: asembly code for digital clock/stopwatch            01/01/70 00:00      
RE: asembly code for digital philip            01/01/70 00:00      
RE: asembly code for digital philip            01/01/70 00:00      
RE: asembly code for digital philip            01/01/70 00:00      

Back to Subject List