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

uart_rx disable

i use nrf51822 and uart project i need disable only RX when tranmitsion and reuseable when tranmistion complete. i tried //NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled << UART_ENABLE_ENABLE_Pos;

but it turn off both Tx and Rx

and i tried
//NRF_UART0->TASKS_STOPRX = 1; to disalbe Rx but nothing happend, i still recive byte normaly.

coul you help me?

Related