ESP32 C3 remap default pins setting
Posted: Tue May 24, 2022 1:54 pm
Hello, I can't find answer for my problem, so I'm starting my first topic here.
I have got custom made board with ESP32-C3-Mini, where is controll of the external motor connected to UART TX pin (GPIO 21) .
I'm able to reconfigure the pin after bootloader start (with bootloader_before_init() hook), but there is still some time which spins the motor at power up. I would like to pernamently disable UART and that pull-up, which spins the motor.
Is it possible to change default GPIO matrix (or UART setup) on esp32, which will be pernament and immediately after power up?
I have got custom made board with ESP32-C3-Mini, where is controll of the external motor connected to UART TX pin (GPIO 21) .
I'm able to reconfigure the pin after bootloader start (with bootloader_before_init() hook), but there is still some time which spins the motor at power up. I would like to pernamently disable UART and that pull-up, which spins the motor.
Is it possible to change default GPIO matrix (or UART setup) on esp32, which will be pernament and immediately after power up?