APIC Timer
Posted: Mon Dec 08, 2003 12:00 am
I am trying to get APIC Timer generated interrupts, and I was wondering if you need LINT0 or LINT1 for it to work? I masked all interrupts in the Local APIC, then unmasked the timer interrupt, programmed my task priority register to 0, and made sure even the spurious interrupt vector was programmed. I also write to the eoi register just in case. However, I receive no calls to my handler for the LAPIC timer interrupt....
I thought maybe you need one of those others enabled to make it work.
Also, I was wondering how you can program say 1 second into it? The documentation didn't completely explain how the Divide Register Works.
Thanks in advance
I thought maybe you need one of those others enabled to make it work.
Also, I was wondering how you can program say 1 second into it? The documentation didn't completely explain how the Divide Register Works.
Thanks in advance