Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
I 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.
- Altera_Forum
Honored Contributor
I 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?