Hi guys,
I have already asked some questions related to this topic before, but I am still trying to figure out how to enable the UART communication on my nRF52832 board. I tried multiple examples such as NordicSnippets-master/examples/uart and nRF5_SDK_17.0.0_9d13099 /examples/peripheral/uart but without success. Also, I am using Zephyr RTOS and because of that these examples were not compatible (some header files are not included, or some other functionalities are not supported in Zephyr). My main goal is to read the output in Minicom terminal when my device is not directly connected via USB to my PC, but using the FTDI cable. Can you please help me with some advice or example how can I enable the UART communication on my board because I think that is the only way to read the outputs (using Tx and Rx pins). Also, if you maybe have some other ideas how can I do that, I am open for your comments!! Thanks in advance!!