I am facing a problem. GPIO43 and GPIO44 is normally used for UART0. But I would like to use these pins to communicate using UART1. But it seems, that is difficult. The output is just high, and there is no data. The code is running, cause if I select a different pin for TxD, there is data. But on GPIO43 and GPIO44 there is nothing.
I have tried to
Code: Select all
uart_driver_delete(UART_NUM_0);
gpio_reset_pin(GPIO_NUM_43);
gpio_reset_pin(GPIO_NUM_44);