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/CC2640R2F: CC2640R2F UART pin configuration

Part Number: CC2640R2F

Tool/software: TI-RTOS

hi,

I am using CC2640R2 5XD . One question for UART configuration. 

if possible change UART pin to 

/* UART Board */
#define CC2640R2DK_5XD_UART_RX IOID_1 /* P1.7 */
#define CC2640R2DK_5XD_UART_TX IOID_2 /* P1.9 */

or 

#define CC2640R2DK_5XD_UART_RX IOID_3   /* P1.7 */
#define CC2640R2DK_5XD_UART_TX IOID_2   /* P1.9 */

I tried both setting. But these didn't work well for me.

Thanks.

Austin