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.

[参考译文] Starterware/TMS570LS0332:TMS570LS0332 SCI 问题

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/585195/starterware-tms570ls0332-tms570ls0332-sci-issue

器件型号:TMS570LS0332

工具/软件:Starterware

您好:

   附件是我的软件!

   1:TX 和 RX 使用中断模式,独立测试良好

   2:用法:A,从 PC 接收数据,检查数据是否正确!

              B,接收数据 是正确的,向 PC 发送一些数据

 问题:分段时间接收和发送数据都正确,但在分段时间后接收数据总是不正确,您能帮助我?谢谢!

e2e.ti.com/.../8865.temp_5F00_k211.rar

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

    请尝试在您的代码中注释以下语句:
    scilinREG->FLR =((UINT32) SCI_FE_INT |(UINT32) SCI_OE_INT |(UINT32) SCI_PE_INT)|(UINT32) SCI_RX_INT;

    scilinREG->SETINT = scilinREG->SETINT & 0xFFFFFEFF;

    此致、