Other Parts Discussed in Thread: HALCOGEN
Hello,
I want to use the SCI/LIN port as SCI.
This tutorial was followed:
training.ti.com/hercules-how-tutorial-using-sci-uart-communication
The XL2-TMS57012 has pins J11.9 (Tx) and J11.10(Rx) connected to a PC running Teraterm using a TTL RS232 3V3 interface.
Transmission from TMS570 to PC is working fine, but RX under interrupt on TMS570 does not work.
The Rx interrupt / sci_notification is never triggered.
The pin level of the J11.10 (Rx) pin is 3.3V and it seems to be configured as output, even though the Halcogen config settings seem to be fine.
Any idea on what might be wrong?