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 would do the work in a tasklet. The ISR has only to read a value from the device and to set a flag. Can his be done in less than a ms?