Tool/software:
Hello,
I am working on a project which use SCI communication between two MCU's.Both the MCU's are TMS570LS3134 and they are connected to each other through SCI RX and SCI TX. We tested the communication between the MCU1 and the MCU2. When data is sent from MCU1 to MCU2, MCU1 get into the interrupt handler and receive the data. We tested the same thing between MCU2 and MCU1 with the same result MCU2 get into the interrupt handler and receive the data. However when MCU1 and MCU2 try to communicate at the same time neither of the MCU's receive any data. I scrolled through the datasheet and saw some information about the SCI working in full duplex. İs there any configuration or something special to because the sci in full duplex is not working on my part.
Im looking forward for your help
Thank you.