i am going to use uart in nrf51822.
but i don't know which pin is uart pins.
hope someone will help me.
i am going to use uart in nrf51822.
but i don't know which pin is uart pins.
hope someone will help me.
how about enable pin for uart?
You do that in software, by configuring the UART peripheral accordingly (setting the PSELRTS, PSELTXD, PSELCTS and PSELRXD registers). In practice you will most likely not do this directly, but rather via the UART driver.
thank you very much for your help