Hi team,
My customer is evaluating the performance of using McBSP to achieve the communication between 2 F28377.
I am looking at this example mcbsp_ex5_ext_loopback, which I believe should be the correct starting point.
According to my understanding, the connection between 2 MCU should be like this, where 1 and 2 represent 2 MCUs.
MFSX1-> MFSR2
MCLKX1-> MCLKR2
MDX1-> MDRX2
MFSR1 -> MFSX2
MCLKR1 -> MCLKX2
MDRX1 -> MDX2
Here are some questions:
1) Are the connection correct, is there any extra connection needed?
2) In the demo code, I noticed the Tx frame-sync is set as internal, while the Rx frame sync source as external
Does this mean the TX frame-sync is an output which is generated automatically, and RX frame-sync is input, waiting for pulse from the TX frame-sync of another MCU?
Thanks for your help here.
Regards,
Brian