Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIs Vectored Interrupt Controller-VIC , affect the Inter-niche functionality?
Is Enabling Vectored Interrupt Controller (VIC) will affect the functioning of InterNiche TCP/IP Stack..? i have seen that if VIC controlled interrupt (IRQ 1) comes to NIOS-II, the system stop ...
Altera_Forum
Honored Contributor
13 years agoIs IRQ 1 related to network in any way?
The IP stack uses the Altera TSE drivers, which in turn use the SGDMA drivers. The SGDMA are the only components related to the network that use IRQs. You can check the SGDMA drivers and see if they are using the correct API to register the interrupts. Please note that "stop responding to ping requests" doesn't mean that the problem is coming from the network or the TCP IP stack. It could also mean that the CPU or the operating system is completely crashed. You need to check what is going on with a debugger.