Hi,
I am currently working on a project with nRF52 preview DK.
In my system, an ECG chip is used to measure the heart rate and the data will be transferred back to nRF52 through the UART interface.
My question is, since the nRF52 has only one UART port (pin05-pin08 on the DK), if I connect my chip to aforementioned UART pins, would I still be able to use the virtual COM port to see the debug messages? (say, use UART to get data from ECG chip and print debug messages to the virtual COM port at the same time.)
According to the Nordic documentation, those pins are designed to be tri-stated, but I am still a bit confused about how I can actually make it work. (Source: infocenter.nordicsemi.com/index.jsp
Any insights are appreciated! Thank you!