Handling T1024RDB MPIC External Interrupts

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Handling T1024RDB MPIC External Interrupts

Jump to solution
658 Views
abineshselvaraj
Contributor III

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.

0 Kudos
1 Solution
480 Views
abineshselvaraj
Contributor III

Hi,

The issue got solved, by calling

irq_parse_map () and request irq function.

Thanks,

S.Abinesh.

View solution in original post

0 Kudos
1 Reply
481 Views
abineshselvaraj
Contributor III

Hi,

The issue got solved, by calling

irq_parse_map () and request irq function.

Thanks,

S.Abinesh.

0 Kudos