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.

[参考译文] TMS570LC4357:UART 中断

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/576887/tms570lc4357-uart-interrupt

器件型号:TMS570LC4357

尊敬的 e2e:

我们使用的是 UART (SCI1)通信 b/w TMS570和 gsm 模块。 我们将通过轮询方法和中断方法接收响应向 GSM 模块(Sierra Wireless)发送数据、但不会在中断中接收数据。 我们在 SCI1模块中启用了 Rx int、在 VIM 模块中启用了 LIN1高级中断。 在 main 函数中、我们调用了 scienenenification 和 enable_IRQ 函数。 但无法接收数据。

请进一步建议可以做些什么?

谢谢、此致

Chedthan R.

 

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

    您好、Chedthan、

    您能不能看一下这个线程  

    。 它可以很好地逐步完成设置基于中断的接收的过程。 请注意、即使该线程用于 LS20216器件、也会应用相同的步骤。