Other Parts Discussed in Thread: C2000WARE
Hi all,
I've been attempting to get SCI communication between a LAUNCHXL-F28379D and an ESP32 working properly, but I'm encountering an issue with synchronizing the transmission. When transmitting between two F28379D chips with a baud rate of 9600, the serial communication works perfectly fine. However, attempting to communicate with an ESP32 using the same configuration does not work. I used an oscilloscope to inspect the signal output from the Rx pins of both chips repeatedly sending 0x55 (alternating low/high) and the signal from the F28379D is slightly out of phase. From the reading, it seems that the frequency is slightly unstable.
I've already tried changing the baud rate, using different SCI pins/configuration, enabling autobaud (which resulted in the baud rate being set to 9600, but without a difference in the signal,) and modifying the clock divider to 2 and 1 and adjusting the baud rate accordingly. How do I go about getting the two chips to synchronize if they are out of phase?
