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.