Forum Discussion
Altera_Forum
Honored Contributor
12 years agoInterval timer problem
Hello. I’ve got a problem with simple interrupt from interval timer in uC/OS-II System frequency is 75Mhz. There are PIO and timer. It makes strobe. Duration 10 ms. Here it is:
// glob...
Altera_Forum
Honored Contributor
12 years agoI am satisfied with the accuracy of the timer. It works perfect - proved experimentally.
--- Quote Start --- ... something linked to uC/OS. --- Quote End --- :) I got it. But there are no other interrupts with higher priority and no other treads(tasks) ... I want to be sure that delay of timer initialization functions is constant, so it can be considered when calculating the timeout (timer init value). I also want to minimize time to execute timer initialization functions, because it is longer than my strobe duration.