Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- There are some systems [1] where it is possible to exit the ISR before the write (2) has propogated far enough to actually cause the IRQ line to be deasserted. This can cause 'splurious' ISR messages under certain loads. [1] eg when the write gets 'posted' on some bus, and the check (3) involves looking in shared memory (typical of ethernet receive). --- Quote End --- ah I just remember..:eek: maybe my case is same as like what dsl said. The program exits the ISR earlier before the 'write' signal comes. Now I'm modifying my components interface signal behavior. Let me see whether it will fix my problem or not..:confused: Thanks