Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks a lot for all your effort on my problem
Yes, you're right, you can clear the interrupt signal from the LAN9211, that's the first thing I tried - but as the condition for the interrupt is still met (data level >= 1 eth-packet), the LAN9211 will just assert the interrupt again next clock cycle. There are 2 solutions I see: 1. Disable the interrupt either in the Nios or in the LAN9211. 2. Route the interrupt signal to a PIO component (or similar) which can handle edge-triggered interrupts. Anyways, thanks for your help, I got some new ideas for my problem now I can try. :)