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.

[参考译文] TMS570LS0432:如何在 Halcogen 中启用 GIO 中断并在 IDE 中使用它。

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1470710/tms570ls0432-how-to-enable-gio-interrupt-in-halcogen-and-use-it-in-ide

器件型号:TMS570LS0432

工具与软件:

你(们)好

 我正在处理 GIO 中断,其中我选择了端口 GIOA 并启用了高优先级中断。 我已将方向设置为 Gio bit 7的输入,但我无法获得所需的结果。

下面是我的代码:

gioInit ();

printf ("开始\n");

vimInit ();

gioSetDirection (gioPORTA、0<<7);

gioEnableNotification (gioPORTA、7);


_enable_irq();

 

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

    尊敬的 Sai Teja:

    我将在我的设置上测试这一点、请给我一些时间提供同样的更新。

    ——
    谢谢、此致、
    Jagadish。

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

    好的  

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

    尊敬的 Sai Teja:

    在我的初始测试中、我还发现 A7的 GIO 中断无法工作、此引脚中断似乎存在一些问题。

    我需要更多时间进一步调试。

    ——
    谢谢、此致、
    Jagadish。