Hi
I'm using UART1 built on interrupts,
everything more or less works, but I can’t catch UART errors.
From the documentation, I saw that it is possible to activate an interrupt by error.
(void uart_irq_err_enable(const struct device *dev)), but I don't understand how to use it :(