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.

CC2640R2F: UART

Part Number: CC2640R2F

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?