This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TM4C1294NCPDT: SSI0 - is only DAT0 and DAT1 to be used for Tx and Rx in normal two wire mode?

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

PA4 is the pin for SSI0DAT0 which for some reason I have used for UART3.. Can I sue then PA6 for Tx or Rx operation?

How is a pin specified to be Tx and Rx in the Tivaware. I only see these commands in SSI0 initialization:

   GPIOPinConfigure(GPIO_PA4_SSI0XDAT0);

or

GPIOPinConfigure(GPIO_PA5_SSI0XDAT1);

GPIOPinConfigure(GPIO_PA6_SSI0XDAT2 );

How does Tiva know which is Transmit and which is Receive as all these are bi directional pins?