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?