Hello,
I've been trying to get the SCI2 module on a TMS570LC43x HDK to work for quite some time now. However, I am getting no response from the Tx (pin T5) or Rx (pin P4) pins.
I've tried the following:
1) Sending a Tx signal: pin remains low.
2) Setting both Tx and Rx pins to GIO mode and initializing them as high output. Pins still remain low.
3) Setting both Tx and Rx pins to GIO mode and toggling the pins from high to low. Pins remains low the entire time.
4) Sending a Tx signal through SCI1. This works fine.
The SCI2 register seems to be working fine (pin value is registered correctly in PIO2 register and TD is updated with the next Tx byte). However, I don't actually see any physical output from the pins. This makes me think I am using the wrong pins.
I've verified that the SCI2 is enabled in the PINMUX (i.e. bit 1 and bit 9 are set). The behavior seems to indicate that I am using the wrong pins. I've tried nearby pins on the board, but am still getting no response.