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.

[参考译文] TMS570LS3137:两个3137微控制器之间 SCI 通信中空闲线模式或地址位模式的重要性

Guru**** 2482105 points
Other Parts Discussed in Thread: TMS570LS3137

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/714708/tms570ls3137-significance-of-idle-line-mode-or-address-bit-mode-in-sci-communication-between-two-3137-microcontrollers

器件型号:TMS570LS3137

您好!

我们使用 SCI 在两个 TMS570LS3137微控制器之间进行通信。

发送方在一个数据包中的特定周期将一组字(每个字大小为4字节、并且包含1字节地址)传输给接收方。

接收器端是否有任何方法来区分每个字?

请告诉我们空闲线模式或地址位模式如何在需要进行字分组的情况下帮助实现点对点通信?

此致、

Satya Sudhir

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

    SCI 帧格式包含:1个起始位+(1~8)数据位+(0~1)地址位+(0~1)奇偶校验位+(1~2)停止位。 最大数据长度为8位(1个字节或1个字符)。

    您可以使用地址位来区分块的第一个字节。 您可以通过另一种方式:多缓冲模式传输 TX/RX 4字节数据。