We want to use the GPIOS for UART.
We are already using these pins for UART as follows
#define COIN_v4_LAUNCHPAD_UART_RX IOID_9//IOID_11
#define COIN_v4_LAUNCHPAD_UART_TX IOID_10//IOID_12
But we want to use another UART for another purpose. So is it possible to use GPIO's for this another UART?
Are there any fixed pins for UART ? or any GPIOS can be used to as UART?