Hi,
We are using the mentioned processor CC1310F128, and struggeling with the documentation of the UART Module.
I need the following information:
1: unit of UART_Params_.readTimeout and UART_Params_.writeTimeout
2: When I use the Blocking mode, when is the UART_Params_.readTimeout applied?
3: What happens when I call UART_read() in blocking mode and not directly a byte is received. Is than the UART_Params_.readTimeout applied?
4: What happens when a gap happens for example I call UART_read(handle, buffer, 10) and after 5 bytes a little delay happens. Is than the UART_Params_.readTimeout applied or is there the 32Bit timeout applied
5: In non blocking mode, is there a timeout applied? In the code comments it says, that UART_Params_.readTimeout is just for blocking operation.
Kind Regards
Christian