Skip to content

Micropython on ESP32-C3 GPIO18 and GPIO19 cannot be configured as ordinary GPIO #13168

Answered by robert-hh
orztrickster asked this question in ESP32
Discussion options

You must be logged in to vote

Pin 18 and 19 are reserved for Serial JTAG when the respective flag is set. That flag is set for ESP32_GENERIC_C3 and LOLIN_C3_MINI. To get rid of that, you would have to build your own firmware and remove the setting of CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y in boards/ESP32_GENERIC_C3/sdkconfig.c3usb.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@orztrickster
Comment options

@robert-hh
Comment options

@JustDr00py
Comment options

Answer selected by orztrickster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants