Handling T1024RDB MPIC External Interrupts

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Handling T1024RDB MPIC External Interrupts

跳至解决方案
1,156 次查看
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 项奖励
回复
1 解答
978 次查看
abineshselvaraj
Contributor III

Hi,

The issue got solved, by calling

irq_parse_map () and request irq function.

Thanks,

S.Abinesh.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
979 次查看
abineshselvaraj
Contributor III

Hi,

The issue got solved, by calling

irq_parse_map () and request irq function.

Thanks,

S.Abinesh.

0 项奖励
回复
406 次查看
shrikantkumar
Contributor I

We are also facing the similar kind of issue in accessing external interrupts. Please share the source code where modifications are done in details. 

0 项奖励
回复