-->
Page 1 of 1

Using UART0 pins as GPIO

PostPosted: Thu Jun 23, 2016 2:13 pm
by J Roger
Can I use the UART0 pins for GPIO just by changing the pin function, such as:

Code: Select allPIN_FUNC_SELECT(PERIPHS_IO_MUX_U0RXD_U, FUNC_GPIO3)


Or will I still have conflicts due to other library functions assigning pin functions?