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.

[参考译文] TMS470MF06607:SCI 中断示例

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/870477/tms470mf06607-sci-interrupt-isue

器件型号:TMS470MF06607
主题中讨论的其他器件:HALCOGEN

大家好、我使用的是 TMDX470MF066USB Launchpad、我 想在中断模式下使用 SCI、

我已经使用 Halcogen 生成了代码、其中 Tx 和 Rx 都具有  高级中断、但 我 无法获取 TX 和 RX 的中断。

请为我提供帮助

代码片段如下所示

sciInit();

enable_interrupts ();

sciSetBudrate (sciREG1,9600);

scisend (sciREG1、5、"Hello");

while (1);

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

    您好!

    请为 VIM 中的 SCI 启用中断:

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

    感谢 王先生 的快速回复、这解决了我的问题、感谢您的帮助