I'm using HAL_UART_Receive to receive 8 bytes from a Nextion screen. The baurate is 9600, so the response takes ~10ms.If I set the timeout around 50ms, the response is not read properly. If I increase the timeout to 300ms, then all works fine.I don't...