i.MX51 disable interrupts

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

i.MX51 disable interrupts

跳至解决方案
793 次查看
george
Senior Contributor II

Hi all,

Please let me know about interruption of i.MX51.

When disabling interrupts, should I-bit of the CPSR register of ARM core be set to DISABLE?

Or is anything alse needed?

GPIO interrupt occurs I-bit in set to DISABLE.

* Trust Zone Interrupt Contoller is ENABLE and F-bit of CPSR register are ENABLE.

Please give some ideas.

Best Regards,

George

标签 (1)
0 项奖励
1 解答
625 次查看
jimmychan
NXP TechSupport
NXP TechSupport

I think you can try to configure the interrupt control register (INTCTRL) of TZIC. According to the Chapter 57.3.3.2, INTCTRL

can enable or disable all normal or secure interrupts to the CPU. For more details, please read the i.MX51 Reference Manual (i.MX51RM) Chapter 57.3.3.2.

在原帖中查看解决方案

0 项奖励
1 回复
626 次查看
jimmychan
NXP TechSupport
NXP TechSupport

I think you can try to configure the interrupt control register (INTCTRL) of TZIC. According to the Chapter 57.3.3.2, INTCTRL

can enable or disable all normal or secure interrupts to the CPU. For more details, please read the i.MX51 Reference Manual (i.MX51RM) Chapter 57.3.3.2.

0 项奖励