Hi everyone
I'm looking for a way that I use the libuarte example with two UARTEs: one for receiving data, and one for sending data.
I tested serial uartes example in nRF5_SDK_15.2.0 and it works well.
I want to connect an external device to my nRF52840 DK using UARTE1 and then see the received data on my PC using PuTTY. I want to transfer more than 100 bytes and less than 255 bytes. How can I modify the libuarte example in nRF5_SDK_17.0.2 to come up with the idea?
Thanks