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

can not disable Rx or TX

i need to disable RX when data was transmit and enable RX again when data transmit complete. i tried :

NRF_UART0->TASKS_STOPRX = 1;
NRF_UART0->TASKS_STARTRX=1;
NRF_UART0->TASKS_STOPTX=1;	
NRF_UART0->TASKS_STARTX=1;

( i use SDK11 pca10028) but nothing happend,i still transmit and recive data normaly.

i tried config UART without FIFO and use command below,but it's not working.

could you help me?? thanks

Related