Forum Discussion
Altera_Forum
Honored Contributor
13 years agoReading Interval Timer Core snapshot from an ISR
Reading Interval Timer Core snapshot from an ISR Hi all i have a strange problem regarding reading Interval Timer Core snapshot from an ISR. IRQ is triggered by custom UART interface pe...
Altera_Forum
Honored Contributor
13 years agoIs the interval timer implemented as a 16bit slave - requiring multiple operations to read the value?
If so you will have problems if the isr tries to access the timer at the same time as non-isr code. I've NFI why Altera hasn't implemented 32bit versions of the timers, I'm sure they'd require less logic overall.