Forum Discussion
Altera_Forum
Honored Contributor
21 years agoduration of interrupt handling
How does it take to handle an hardware interrupt? Has anybody measured this? I need this for buffer size calculation.
Altera_Forum
Honored Contributor
21 years agoI imagine that this would depend on what you're doing in the interrupt handler, and especially whether you're doing all the work there or deferring some of it to a tasklet or work queue.