Hello Everybody,
I have CC3200mod. UART1 on pins 16 (TX) and pin 17(RX).
MAP_PinTypeUART(PIN_16, PIN_MODE_2);
MAP_PinTypeUART(PIN_17, PIN_MODE_2);
If i run application based on TI-RTOS to read from UART1 - it does not work.
If i run a simple CCS application (without using of TI-RTOS) to read from UART1 - success.
Please, help.