Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDMA - or at least a fifo that only requests an interrupt when it cintains a moderate amount of data.
You might manage that interrupt rate if it is your only interrupt source, and you handle it in assembler directly at the 'trap' address and using registers that don't have to be saved. Anything like the jtag uart interrupt probably disables interrupts for longer than 100 clocks.