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.

TMS320F28335 SCI中LOOPBACK模式是什么机理?

Other Parts Discussed in Thread: TMS320F28335, CONTROLSUITE

TMS320F28335 SCI中LOOPBACK模式是什么机理?

  • Self-test mode
    – Operates in a loopback mode receiving its own message. A "dummy" acknowledge is provided,
    thereby eliminating the need for another node to provide the acknowledge bit.

    LOOPBACK主要用于测试,自收自发

    您可以参考下
    read.pudn.com/.../Example_2833xSpi_FFDLB.c__.htm
  • LOOPBACK使能后Tx引脚和Rx引脚在内部相连。具体文档可参考http://www.ti.com/lit/ug/sprufz5a/sprufz5a.pdf 

    历程可参考controlSUITE下device_support\f2833x\v142\DSP2823x_examples_ccsv5\scia_loopback_interrupts

  • 5.42 SCI Digital Loop Back (scia_loopback)
    This program uses the internal loop back test mode of the peripheral. Other then boot mode pin
    configuration, no other hardware configuration is required.
    This test uses the loopback test mode of the SCI module to send characters starting with 0x00
    through 0xFF. The test will send a character and then check the receive buffer for a correct match.
    Watch Variables
    LoopCount - Number of characters sent
    ErrorCount - Number of errors detected
    SendChar - Character sent
    ReceivedChar - Character received

    :\ti\controlSUITE\device_support\f2833x\v142\doc
  • 那我用作485通信的时候,就不用选择LOOPBACK模式对吧?就是默认的方式就行吧。