Hi,
We want to simulate the Ethernet PHY interrupt(EC1_INT_N) in T1024RDB board.The EC1_INT_N is connected to IRQ2 pin (External Interrupt) of T1024 CPU. It is understood from the T1024 reference manual (T1024RM) that, the MPIC has to be configured with interrupt vector,priority and sense for IRQ2. Is there any sample code that shows the configuration of MPIC for external IRQs in SDK 2.0. If it is not available, please provide the sequence of routines (present in MPIC driver (arch/power/sysdev/mpic.c)) to be used for configuring IRQ2 in edge from a character driver.
Please provide some suggestions.
Thanks,
S.Abinesh.
Solved! Go to Solution.
Hi,
The issue got solved, by calling
irq_parse_map () and request irq function.
Thanks,
S.Abinesh.
Hi,
The issue got solved, by calling
irq_parse_map () and request irq function.
Thanks,
S.Abinesh.
We are also facing the similar kind of issue in accessing external interrupts. Please share the source code where modifications are done in details.