Hi guys. What do you suggest when i have to use multiple uart devices?
See: infocenter.nordicsemi.com/index.jsp
As it says, "UART" and "UARTE" are different UART hardware implementations - that does not mean that both are present together on the same chip!
You will have one or the other - not both.
@awneil Thanks!
@awneil So I created UART emulation by GPIO.
@neosarchizo Can I ask you that UART emul code, plz?
Oops.. sorry everyone! I clicked convert to answer by mistake. I just used GPIOs for UART like following codes. https://pastebin.com/758qFU0Q
convert to answer