This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_UART0->ERRORSRC = 0xC - what does it mean?

Hi,

I'm porting a nrf51822 evaluation board 10001 tested application to a custom board. Part of the application is using UART interrupts to raise a flag and start data transfer through BLE. When i run the application on the custom board, i seem to be getting a NRF_UART0->EVENT_ERROR with ERRORSRC = 0xC.

I've searched and the only thing i found about this in the documentation is the description of ERRORSRC "Error source. Write error field to 1 to clear error."(what is "error field"?) and some posts here in devzone, although the problems here seem to be a little different(ERRORSRC was 2 and explained as an overflow error. i've made sure no data is sent through UART after initialization so i doubt it's the problem here). Could anyone please give me an explanation what the value of ERRORSRC is supposed to represent exactly and direct me to a table of possible values? Currently i'm stuck on this - although when running the same project with only the UART pins changed everything is OK.

Related