Forum Discussion
Altera_Forum
Honored Contributor
21 years agoTimer problem (uS)
I need high resolution timer and I've configured timer to use uS resolution at SOPC Builder. When I call function alt_ticks_per_second() it shows 1000000 as expected but still the timer is runni...
Altera_Forum
Honored Contributor
21 years agoWell, if all you need is a high-resolution timestamp, I've got a component that does that (nanosecond resolution). If you need a simple periodic interrupt, the Nios Timer component can do that, too, but you have to set it up in the SOPC Builder.
Is one of these what you're looking for, or do you need something else?