Equivalence of PIT and RTC
Posted: Wed Dec 10, 2003 8:42 pm
Am I only one that thinks that the PIT interrupt has the same nature as the Periodic interrupt of the RTC?
I was going to move my delay timing from the PIT to the RTC Periodic interrupt and use the PIT solely for Task switching.
Also instead of reading the CMOS Clock and Date info on every PIT interrupt I'm going to Use the Update Interrupt in the RTC which fire everytime it updates the time i.e once every 1/1024 sec.
I'm trying to increase interrupt response time.
How do you guys combine the RTC and PIT?
I was going to move my delay timing from the PIT to the RTC Periodic interrupt and use the PIT solely for Task switching.
Also instead of reading the CMOS Clock and Date info on every PIT interrupt I'm going to Use the Update Interrupt in the RTC which fire everytime it updates the time i.e once every 1/1024 sec.
I'm trying to increase interrupt response time.
How do you guys combine the RTC and PIT?