i.MX6ULL interrupt table issue?

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

i.MX6ULL interrupt table issue?

跳至解决方案
993 次查看
felixhsu
Contributor III

Hi All

Could you explanation the i.MX6ULL interrupt table IRQ number why different between the i.MX6ULLRM rev0 and i.MX6ULLRM rev1?

Thanks.

i.MX6ULL REV0

pastedImage_2.png

i.MX6ULLRM REV1

pastedImage_1.png

标签 (3)
0 项奖励
回复
1 解答
853 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Felix

interrupt table did not change, changed only representation:

rev.1 did not include offset for 32 interrupts, as described in sect.3.2I.MX6ULL RM

Cortex A7 interrupts The Global Interrupt Controller (GIC) collects up to 128 interrupt requests

from all chip sources and provides an interface to the Cortex A7 CPU. The first 32 interrupts are
private to the CPUs' interface. These interrupts are not included in the table below..

Detailed description of GIC interrupts usage can be found in SDK documentation:

Github SDK
https://github.com/backenklee/swp-report/tree/master/iMX6_Platform_SDK

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
854 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Felix

interrupt table did not change, changed only representation:

rev.1 did not include offset for 32 interrupts, as described in sect.3.2I.MX6ULL RM

Cortex A7 interrupts The Global Interrupt Controller (GIC) collects up to 128 interrupt requests

from all chip sources and provides an interface to the Cortex A7 CPU. The first 32 interrupts are
private to the CPUs' interface. These interrupts are not included in the table below..

Detailed description of GIC interrupts usage can be found in SDK documentation:

Github SDK
https://github.com/backenklee/swp-report/tree/master/iMX6_Platform_SDK

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复