Hi.
I'm working with both custom board based on nrf52840 and nrf52840-dk.
I just moved from the app_uart api to the abstract serial api.
I have noticed that when an error occurs the api does not pass on the event error src as it appears in the uart0\1 registers.
Why ? i also seen that it appears that after the retrieval of the error the code resets the error code so even if i access it myself it's not going to have the value.
So using the serial abstraction api, when a driver error occurs, how am i to get the actual error code that caused the issue ?