configure UART to send/receive commands from PC

Hi,

I have a custom board that is based on nrf52833 SoC. I need to configure a UART COM port for communication.
In this custom board, default pins for uart0 and uart1 are occupied by another HW, therefore I'm not able to use them. What is the way to go in general? Am I still able to create another UART port by using unoccupied pins? If I can, could you please help me to get on track?

using nRF connect SDK v2.2.0

Apo

Related