2021-11-15 10:03 PM
Hello,
I transfer data by uart interrupt(Uart_RX_IT_Start()).
Now UART overrun error is occurred continuously.
Should I have checked any point?
I want to use the uart interrupt, not DMA.
Thanks.
2021-11-16 03:22 AM
If overrun occurs, your interrupt handling is too slow or the transmission speed to high. Remedies:
hth
KnarfB