Almost agree :) > A real-time clock is a high precision clock that periodically triggers > a high priority interrupt to ensure some code That part is correct, but if CPU is down, there is no code to execute, therefore need some unit to calc that interrupts :) and unfortunately that unit called also "real-time clock" you can also find chip for example PCF8583 with that function, which is working from lithium battery or other energy source which is also called "Real-time clock":).
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Wednesday, March 12, 2008 8:33 PM To: [email protected] Subject: Re: Real-Time clock I think your your terminology is off. A real-time clock is a high precision clock that periodically triggers a high priority interrupt to ensure some code is executed exactly at that time. This is separate from hwclock which is just a time keeper and does not create interrupts. and only provides to the second information. On Wed, Mar 12, 2008 at 10:25 AM, George Eliozov <[EMAIL PROTECTED]> wrote: > Does neo1973 have any real-time hardware clock which is working while neo is > turned off? > > >

