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