Posted on February 06, 2017 at 13:32I have data coming through UART interrupt to STM32F4, I need to stop receiving bytes after say 20millsec.It was implemented using Std peripheral library, I am trying to implement the same in HAL library:void Logge...