Page 1 of 1

Download image to ESP32

Posted: Sat Sep 12, 2020 7:43 am
by qinannan
Strictly referring the official design of module ESP32-S2-WROOM, I designed my own small WIFI board by the chip ESP32-W0WD. But I failed to download my program to flash. The flash tool complains that:  Flash synchronization error.  
My BSL programming tool is : flash_download_tools_v3.6.8.exe and the hardware tools is USB-UART
IO0 was configured as low power Level
EN pin is configured as high

Re: Download image to ESP32

Posted: Sun Sep 13, 2020 8:04 am
by ESP_Sprite
Hard to say.

- If you boot up the board normally and run a terminal emulator on the serial port, do you see any output?
- Can you confirm the 40MHz crystal is doing something?

Re: Download image to ESP32

Posted: Mon Sep 14, 2020 2:40 am
by qinannan
I am sure the 40MHz crystal is working normally.

Re: Download image to ESP32

Posted: Mon Sep 14, 2020 2:45 am
by qinannan
Image

Re: Download image to ESP32

Posted: Mon Sep 14, 2020 7:51 am
by ESP_Sprite
And the other half of my post? If you boot up the board normally and run a terminal emulator on the serial port, do you see any output?

Also, note that EN should be low for a while on power-up; you can't just tie it to 3.3V.

Re: Download image to ESP32

Posted: Tue Sep 15, 2020 1:47 am
by qinannan
Will the serial port of the circuit board without any program also have output? When the program is burning, the oscilloscope can see the data packet that the upper computer communicates with the lower computer, but the lower computer does not respond, and the flash is used for burning. When using the flash tool, the flash is not detected

Re: Download image to ESP32

Posted: Tue Sep 15, 2020 9:44 am
by ESP_Sprite
Given that GPIO15 is unconnected or pulled high, the ESP32 should output a line or two indicating the ROM version and reset reason as soon as it starts up.

Re: Download image to ESP32

Posted: Mon Sep 21, 2020 3:04 am
by qinannan
I had not seen nothing in serial port

Re: Download image to ESP32

Posted: Tue Sep 22, 2020 8:37 am
by ESP_Sprite
Hmm, the 40MHz likely indicates that the chip does have power, but the lack of a serial port signon message is a symptom... Do you happen to have a schematic for the board we can take a look at?