Change Log pins on ESP32-C3
Posted: Wed Nov 08, 2023 1:58 pm
Hi all,
21 and 20 are default pins for UART0, utilized as logging UART in ESP-AT for my ESP32-C3. However, I need those pins to be assigned for the communication/command UART instead (UART1) and I need to reroute UART0 pins to some other (I was thinking pins 7 and 6, originally expected for UART1).
The documentation says to do so in menuconfig, but it doesnt offer me the options that I am expecting.
https://docs.espressif.com/projects/esp ... t_pin.html
Instead, in menuconfig Component config -> Commmon ESP-related I only have the option to [] Enable lookup of error code strings.
So, I guess my question is, how do I change the pins of the logging uart?
Thanks in advance,
Fahira
21 and 20 are default pins for UART0, utilized as logging UART in ESP-AT for my ESP32-C3. However, I need those pins to be assigned for the communication/command UART instead (UART1) and I need to reroute UART0 pins to some other (I was thinking pins 7 and 6, originally expected for UART1).
The documentation says to do so in menuconfig, but it doesnt offer me the options that I am expecting.
https://docs.espressif.com/projects/esp ... t_pin.html
Instead, in menuconfig Component config -> Commmon ESP-related I only have the option to [] Enable lookup of error code strings.
So, I guess my question is, how do I change the pins of the logging uart?
Thanks in advance,
Fahira