Uart RX losing data when recieving data at high baud rates
Posted: Mon Feb 03, 2020 6:03 pm
Summary
the rx isr looses data when the receiving consecutive data over the uart fifo full threshold (120 bytes @115200 bps)
The default uart ISR is very long and has while loops in it processing the TX of data. ( up to 300 lines of code)
So has anyone a working minimal uart isr that only deals with Rx and TX of 8N1, no control. ?
I originally thought it may be a hardware issue but I think its more a IDF driver issue now
viewtopic.php?f=12&t=14078
the rx isr looses data when the receiving consecutive data over the uart fifo full threshold (120 bytes @115200 bps)
The default uart ISR is very long and has while loops in it processing the TX of data. ( up to 300 lines of code)
So has anyone a working minimal uart isr that only deals with Rx and TX of 8N1, no control. ?
I originally thought it may be a hardware issue but I think its more a IDF driver issue now
viewtopic.php?f=12&t=14078