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.

CCS/CC1352R: Using UART with TI 15.4/Collector

Part Number: CC1352R
Other Parts Discussed in Thread: CC2640, CC1350

Tool/software: Code Composer Studio

I am running the Collector example in TI 15.4.

The example uses System_printf for sending data to the UART, which works fine.

However I would like to use UART_write(uart, "A", 1) ( as in the uart echo example)  instead.

If I send:

UART_write(uart, "A", 1);

UART_write(uart, "B", 1);

then the first A will come on the uart and then the program will freeeze.

The uart_echo example work perfectly so it must be som wierd settings in the Collector example.

Please advice

/Dan