TI中文支持网
TI专业的中文技术问题搜集分享网站

TMS320C6678: 【hyperlink中断】Hyperlink_int_i

Part Number:TMS320C6678

Hyperlink手册中,有下边这两句。

Detection refers to the capturing of either hardware interrupts via the HYPERLINK_INT_I[x] pin or writes to the SW_INT register into the HW_PENDING event holding latch.

When both INTEN and SIEN are cleared to zero, the HW_EVENT[x] cannot capture any events. When both INTEN and SIEN are set to 1, both HYPERLINK_INT_IN[x] and software can trigger an event.

1.我想问一下,INT_IN[x]指外部管脚是实际存在的吗?如果我想通过这个管脚触发中断,该怎么操作?

2.SW_INT触发是硬件中断还是软件中断?

/*manually trigger the hardware event, which will generate interrupt packet to remote side*/ 这句话的意思是SW_INT写操作是手动通过软件的方式触发硬件中断吗?

Nancy Wang:

Zahir Wang 说:我想问一下,INT_IN[x]指外部管脚是实际存在的吗?如果我想通过这个管脚触发中断,该怎么操作?

不是外部的管脚,是内部的。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/199734/hyperlink-interrupts

Zahir Wang 说:这句话的意思是SW_INT写操作是手动通过软件的方式触发硬件中断吗?

是的。

,

Zahir Wang:

我对HYPERLINK_INT_I[x] pin 还是有些疑问

您分享的链接里有这么一条回复

CIC2_OUT_8-39 are mapped to Hyperlink_int_i_0-31. 

Any input event of CIC2 could be the interrupt source of any output of CIC2. It depends on how you want to map the source input event to the output interrupt of CIC2.

For example, you can map CIC2 input event 49 (TINT4L) to CIC2_OUT_10. And TINT4L becomes the input event #2 (CIC2_OUT_10) of HyperLink interrupt.

他这个CIC2和hyperlink的映射关系是6670的吧?我在6678手册上看到CIC3输入事件是EDMA3CC0和hyperlink的二级事件。

请问对于hyperlink来说 32个secondary events和32个primary events分别对应于什么?在哪里可以找到?是不是这64个事件对应的就是Hyperlink_int_i_0-63?

有没有类似于含有128个事件的corepac primary events表的hyperlink primary events表?

赞(0)
未经允许不得转载:TI中文支持网 » TMS320C6678: 【hyperlink中断】Hyperlink_int_i
分享到: 更多 (0)