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

APP_UART_COMMUNICATION_ERROR

hi, When using the UART examples I found that as long as I opened the uart_init () program will not work, debug the discovery process will be executed

        case APP_UART_COMMUNICATION_ERROR:
        APP_ERROR_HANDLER(p_event->data.error_communication);
	
        break;
p_event->data.error_communication = 0x0c

What do I need to do to solve this problem?

Related