Question
STM32F091 USART Idle line or Receiver Timeout Issue. Interrupts not firing. HAL Drivers
I have a requirement for receiving some long USART packets. (200 to 300 bytes). They can be of variable lengths. I did not want to poll or trigger interrupts for each byte and watch for a Stop byte symbol. But been trying to get the Idle line or Receiver Timeout feature but the interrupts are not firing correctly.
I am using HAL drivers.
Are there any known issues with these features ? Any knows workarounds that I am missing ?
