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

nrf52832 of UART problem

i am using uart of nrf52832. the SDK is nRF5_SDK_12.3.0_d7731ad. the uart is app_uart .when i was testing the uart sending and receing .i find that the uart is stoping where
while (!nrf_uart_event_check(p_instance->reg.p_uart, NRF_UART_EVENT_TXDRDY)) in nrf_drv_uart.c. the meaning is uart cant get flag of the sending completely.what i cand do?

Related