Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWith a clock of 20 MHz, that means only 20 cycles between the interrupt. I think this is not sufficient for the processor to make all the stuff it has to do (call of the interrupt service routine, make the job, and go back). You can verify this by simulation.
Can you use a higher frequency ? Jérôme