ESP32-MINI-1 responds on the UART 1 during the programming attempt
Posted: Tue Jan 31, 2023 3:02 pm
I try to programm an ESP32-MINI-1 module via UART by using ESP-PROG. Unfortunately I cannot establish communication with the module via UART0. But I get in a programming attempt via UART1 to change the baud rate:
Thanks.
Enable and boot pins are set correctly. I have tried different baud rates without success. RX and TX interchanging is already excluded. Does anyone have any idea why the module can't be programmed and why it talks on the wrong UART in boot mode?Sketch uses 290325 bytes (22%) of program storage space. Maximum is 1310720 bytes.
Global variables use 22504 bytes (6%) of dynamic memory, leaving 305176 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.2.1
Serial port COM31
Connecting....
Chip is ESP32-U4WDH (revision 3)
Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: c8:f0:9e:48:3d:60
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
A fatal error occurred: No serial data received.
Failed uploading: uploading error: exit status 2
Thanks.