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.

CC2642R: Display_printf vs UART_write

Part Number: CC2642R

I want to log data from the board to my linux machine, when i use Display_printf  (initalized with Display_Type_UART) to transmit serial data I can see all the data correctly on my linux machine with minicom. 

But when I use UART_write to transmit serial data from the board I am seeing random gibberish getting printed on the machine. 

1. What is the different between Display_printf  and UART_write?

2. When I use Display_printf, it takes almost 3ms to transmit 1 byte of data, why is this so- can i reduce this value?