Chat freely about anything...

User avatar
By alonewolfx2
#2996 rx gpio3 tx gpio1. i am using like this

Code: Select all///set rx and tx for gpio
PIN_FUNC_SELECT(PERIPHS_IO_MUX_U0RXD_U, FUNC_GPIO3);
PIN_FUNC_SELECT(PERIPHS_IO_MUX_U0TXD_U, FUNC_GPIO1);

///rx gpio on
gpio_output_set(BIT3, 0, BIT3, 0);
///rx gpio off
gpio_output_set(0, BIT3, 0, BIT3);



scargill wrote:but which ones are they.. gpio?? and ??

kingfisher wrote:You can reconfigure tx and rx pins as gpio