Configure P0.05/P0.07 as GPIO when using uart0

I've got a custom board using an nRF52832.  I'm using the P0.06/P0.08 as the TX/RX pins for UART comms, but don't need the P0.05/P0.07 pins for CTS/RTS.  Is there anyway I can reconfigure those to be used as GPIO, rather than have them sitting unused?

If it is possible, how do I go about doing it?  I'm running NCSv2.6.1 and have Visual Studio Code as my IDE.

Cheers,

Mike

Related