Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

duration of interrupt handling

Altera_Forum
名誉分销商 II
1,293 次查看

How does it take to handle an hardware interrupt? Has anybody measured this? 

I need this for buffer size calculation.
0 项奖励
2 回复数
Altera_Forum
名誉分销商 II
613 次查看

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.

0 项奖励
Altera_Forum
名誉分销商 II
613 次查看

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?

0 项奖励
回复