cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a periodic interrupt precise

xuyinghui810
Associate II
Posted on January 22, 2005 at 00:05

How to make a periodic interrupt precise

1 REPLY 1
xuyinghui810
Associate II
Posted on January 22, 2005 at 00:05

In my timer interrupt, I update DAC through ext. bus. I want to ensure that DAC update interval is precisely identical, but interrupt latence is affected by many factors.

How to make the interrupt latence is identical between two timer interrupts?

I make CPU enter IDLE state after timer interrupt subroutine and make CPU remain IDLE before timer interrupt request. Is this feasible?