When using UART in ArduinoIDE, ArduinoIDE uses a preset pin number for RX and TX for UART, and when using a board like ESP32 which has RX/TX pins preset it's fine.
What do you do when a board does not have any preset RX/TX pins but instead allows UART on all GPIO pins? how do you set the RX/TX pins in ArduinoIDE?
(The board I wanna use UART with is the NRF51822)