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.

CCS/TMS570LS3137: Using Flexray between two processors on the same board

Part Number: TMS570LS3137

Tool/software: Code Composer Studio

Hi,

Are you saying that to communicate between two microcontroller via FlexRay the circuit needs two FlexRay transceivers in between as below?

Microcontroller 1 -------- FlexRay transceiver -------- FlexRay transceiver -------- Microcontroller 2

  • Hi,

    It is not possible to connect a FlexRay controller directly to the physical flexray bus. While the FlexRay controller works with binary signals, the physical flexray bus uses differential signal transmission. This role is covered for the most part by the FlexRay transceiver. The FlexRay transceiver converts the logical signal stream received from the FlexRay controller into a differential signal stream. In the other direction, it converts the physical differential signal stream received from the FlexRay bus into a logical signal stream.

    If the 2 CPUs are located in the same PCB and close each other, your may not need the transceivers.