Hi All. I've tried to implement the serial port example that Anthony Vaughan demonstrated in a Youtube video here:
I'm using the TMS570LS20x USB Stick Development Kit, so I've adapted the example to work on the Lin 2 port. What I've found is that the program works correctly at first. It transmits "Please press a key." I then send a character to the Rx line, and the Tx line goes low. When the dev kit sends the character out the Tx line, it is not understood, I'm guessing because the line doesn't start in the correct initial state. In these captures, I'm receiving then sending the / character. Channel 2 is Rx, and Channel 1 is Tx.
Neither PuTTY, nor the scope can understand the response.
I've tried different drive tx configurations in HALCoGen, but the result is the same. I'm using HALCoGen 4.05.02, and CCS 6.1.2. The project is attached. What am I doing wrong?