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/AM5728: UART timeout interval

Part Number: AM5728

Tool/software: Code Composer Studio

Board: Beagleboard x15

SDK Version: PROCESSOR-SDK-RTOS-AM57X  05_03_00_07

I use this version sdk to develop my program which need to use the UART_read() function.

I use this function in blocking mode successfully. But the time of the timeout is too long.

The timeout of UART_read work in millisecond, how can I change it to microsecond.

Thanks.