This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TMS320C6678:SRIO、门铃、中断。我如何接收门铃作为一个中断?

Guru**** 2455560 points
Other Parts Discussed in Thread: SYSCONFIG

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1484499/tms320c6678-srio-doorbell-interrupt-how-can-i-receive-the-doorbell-as-an-interrupt

器件型号:TMS320C6678

工具与软件:

我修改了 LoopbackDioIsr.c 在 C6678上提供了示例 内核0对 DDR3执行 SWRITE、内核1使用 nread 读取它 .

在完成 SWRITE 之后、我想发送一个 门铃 因此内核1将其接收为 SysConfig 、触发 nread 操作。

我的问题:

  1. 我如何接收门铃作为一个中断?

    • LoopbackDioIsr.c 无论该中断是由 NWRITE、NREAD 还是 SWRITE 触发、示例都会接收 LSU 中断。
    • 我只想接收 门铃中断 . 如何实现?
  2. INTDST0~23何时接收中断?

    • 我怎样才能确定 绝缘性能 INTDST0~23接收中断?
  3. 我可以修改 INTDST0~23的中断条件吗?

    • 如果可以修改中断条件、我想根据我的要求对其进行调整。