can external interrupts be masked individually from INTC

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

can external interrupts be masked individually from INTC

1,651 次查看
nakrachi
Contributor II

Hi everyone,

I was wondering if external interrupts can be individually masked (disabled/enabled) using the INTC (or other registers?), we cannot use the global interrupt mask MSR[EE] since it will also disable decrementer interrupts. 

my final thought was to enable/disable interrupts at the peripheral level, but I wanted to make sure if it is the most efficient way?

Thanks

标签 (1)
0 项奖励
回复
2 回复数

1,533 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi,

you can set INTC[CPR] to 15. This masks external interrupts.

1,533 次查看
nakrachi
Contributor II

Thanks David,

I will give it a try

0 项奖励
回复