USART timeout counter does not operate after a long gap in iincoming characters
Hi,I'm receiving characters in polling mode on USART2 in an STM32L476VG.The USART is set up and enabled. I have set the timeout period using LL_USART_SetRxTimeout(USART2, 30000);ie 3 seconds at 9600 baud.My Get Char routine is as follows:int8_t AquaG...