Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI had a look to the datasheet before sending my reply, and if I'm not mistaken you can clear the IRQ signal from the LAN9211 just by writing to the interrupt status register. You don't have to actually read the data. That's why I suggested that way of doing it.
Disabling the interrupt from the isr should be possible (I assume you want to mask the interrupt source in the VIC?) without any problem, but I think it is better to disable the source directly in the LAN chip. That way you won't have any trouble porting your code to a system without VIC one day, if required.