Hi,
how is it possible to stop the uart modul after it was running?
Which perepherie is running after init the uart modul?
best regards Nils
Hi,
how is it possible to stop the uart modul after it was running?
Which perepherie is running after init the uart modul?
best regards Nils
Hello Niis.
I think you means stop the uart receive/trasnmit operation by some cause, right?
If you set the register like below, you will be stop the uart.
NRF_UART0->STOP = 1
Thanks.
-yjpark
Hello Niis.
I think you means stop the uart receive/trasnmit operation by some cause, right?
If you set the register like below, you will be stop the uart.
NRF_UART0->STOP = 1
Thanks.
-yjpark