Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNios II Timer
I have the need for a 10 mS periodic timer interrupt for my system. I used the timer in the SOPC builder and selected a time base of 10 mS. To keep the size low, I opted for the simple periodic tim...
Altera_Forum
Honored Contributor
11 years agobut the problem what I faced is the delay is not accurate for the first time, after that it works fine.
alt_start_alarm(for 4 sec) ...............5secs................ callback called .........4sec.........callback called.............4sec...........callback called why it take 5 sec for the first time. Is it because the function alt_start_alarm take 1 sec extra