Resolved! STM32L476rg UART RX missing data. Continue receiving data until "OK" or "ERROR" encountered.
I am trying to receive some uart input from data that is an unknown size. I should end on \r\n or on an OK or ERROR received. The issue I am having with interrupts(HAL_Receive_IT()) is obviously losing too much data. I have also tried to implement t...