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.

[参考译文] TMS320F28335:使用 GPIO 中断处理器

Guru**** 2392905 points
Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1517133/tms320f28335-using-a-gpio-to-interrupt-the-processor

器件型号:TMS320F28335
Thread 中讨论的其他器件:C2000WAREcontrolSUITE

工具/软件:

我在 GPIO51 上有一个信号、需要用于在从高电平到低电平转换时中断处理器。 我似乎可以使用 XINT3 - XINT7 来中断那个 GPIO 信号、但我在如何配置各种寄存器以设置中断并为中断提供服务方面感到困惑。 任何类似的示例都会有所帮助。

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

    尊敬的 Gail:

    C2000ware SDK 中有一个名为“外部中断“的示例、显示了此功能的示例。 您应该能够使用它来设置中断配置和初始 ISR。 示例位于 SDK 路径中: [C2000ware install]\device_support\F2833x\examples\external_interrupt\。 如果回答了您的问题Slight smile、请对该回答进行支持

    此致、

    Delaney

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

    我找不到指定的路径、但找到了 C:\ti\controlSUITE\device_support\F2833x\v132\DSP2833x_examples_ccsv4\external_interrupt。 感谢你的帮助。