Hi,
I want to run UART on my custom PCB module that uses Wuerth Elektronik Thyone-I module that has nRF52840 chip. The project has just a RX, TX pins (and power supply, of course) on GPIOs. How to run this kind of UART in software? it's crucial that data come through every typical serial terminal (RealTerm, SerialPlot etc.), because they ought to be plotted in real-time.
What I'm mostly confused is:
1) Which modules should I enable in "sdk.config.h"?
2) Am I supposed to use "NRF_LOG_(...)" macro-functions or "printf()"? It probably depends on modules from 1. question.
3) Which pins should I assign in .h file (like "pca10056.h")? I'm confused with two sets of UART pins (Application and Connectivity) and their RTS/CTS.
Anyway, the step-by-step solution would be appriecieated too.
Thank you!