Tool/software: Code Composer Studio
Hi,
we set the uart in read callback mode to receive random length(< 128)data, it call uart_read(uart1_handle,rxbuffer,128) every 100ms.
it goto callback function normally, but how to get the number of bytes when it step into the callback ?
Thanks,
LN