码迷,mamicode.com
首页 > 其他好文 > 详细

TI_DSP_SRIO - Doorbell原理(中断路由到core-1)

时间:2014-07-08 16:36:13      阅读:419      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   color   width   

Doorbell的中断到core的机制是由DOORBELLx_ICRRx寄存器实现的,共有八个ICRR寄存器。

When doorbell packets are received by the SRIO peripheral, theseICRRs routedoorbell interrupt requests(在ISCR寄存器中指示) from the associated doorbell ICSRto user-selected interruptdestinations. Each of the four doorbells can be mapped to these registers.

每对Doorbellx_ICRR,ICRR2(x=0~3)寄存器与DOORBELLx_ISCR对应(x=0~3)。 因为每个DOORBELLx_ISCR寄存器对应16个中断源,而Doorbellx_ICRR,ICRR2就与该16个中断源一一对应,起到路由ISCR中每个对应的中断源的作用。如若Doorbell2_ICSR寄存器中的ICS6=1,Doorbell2_ICRR寄存器中的ICR6=0010b,这样来自Doorbell2_ICSR中的bit 6的中断将会路由到INTDST2。由下图可知,ICRR寄存器只能把ISCR表示的64个中断源路由到八个INTDST0~7。

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

TI_DSP_SRIO - Doorbell原理(中断路由到core-1),布布扣,bubuko.com

TI_DSP_SRIO - Doorbell原理(中断路由到core-1)

标签:des   style   blog   http   color   width   

原文地址:http://blog.csdn.net/yiyeguzhou100/article/details/37047039

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!