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.

[参考译文] TMS320F28377S:1ms 间隔 USB 中断

Guru**** 2397685 points


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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1172595/tms320f28377s-1ms-interval-usb-interrupt

器件型号:TMS320F28377S

您好!

我的客户在设备模式下使用 USB。 该模式以1ms 的间隔生成 USB 中断(SOF)。

是否可以在一段时间内禁用此中断?

他们希望在一段时间内禁用此中断。 (例如、GPIO 中断不会延迟)

此致、
Sasaki

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

    您好、Sasaki-San、

    是的、它们可以使用 Interrupt_disable (INT_USBA) driverLib 函数。 另一个选项是在某些情况下不清除 ISR 内的 PIE 中断组、下面是这方面的代码行。

    INTERRUPT_clearACKGROUP (INTERRUPT_ACK_group9);

    最棒的

    Kevin

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

    大家好、Kevin San、

    感谢您的支持。

    我将对其进行测试。

    此致、
    Sasaki