I'm using MSP430FR5969 Launchpad, TI-RTOS 2.12 and CCS 6.1.
I'm trying to use 2 UARTs on the MSP430 with the TI-RTOS UART driver. It works for one of them when I pass Board_UART0 to the driver's UART_open() (Board_UART0 is #defined as MSP_EXP430FR5969LP_UARTA1, which is the only element in an enum of UART devices). Why does the enumeration of UARTs on the board only contain this one, even though I know this board has at least 2 hardware UARTs? Is there any workaround to use more than one UART?