Search found 3 matches

by Ech0__
Fri Feb 23, 2024 3:31 am
Forum: General Discussion
Topic: ESP32-D0WDQ6-V3 showing "MD5 of file does not match data in flash!" message
Replies: 3
Views: 694

Re: ESP32-D0WDQ6-V3 showing "MD5 of file does not match data in flash!" message

Also, note that in my schematic the VDD_SDIO is not connected to the memory chip. My board is now back to life: the solution was to change from a memory of 16MB to a memory of 4MB. Shouldn't the 16MB work just fine? (I am asking to know if it was a problem with the part number of that memory of 16MB...
by Ech0__
Fri Feb 23, 2024 3:16 am
Forum: General Discussion
Topic: ESP32-D0WDQ6-V3 showing "MD5 of file does not match data in flash!" message
Replies: 3
Views: 694

Re: ESP32-D0WDQ6-V3 showing "MD5 of file does not match data in flash!" message

VDD_SDIO keep HIGH all the time. The pin does not trigger the oscilloscope, steady at 3V3.
by Ech0__
Thu Feb 22, 2024 3:49 pm
Forum: General Discussion
Topic: ESP32-D0WDQ6-V3 showing "MD5 of file does not match data in flash!" message
Replies: 3
Views: 694

ESP32-D0WDQ6-V3 showing "MD5 of file does not match data in flash!" message

Hello, I've designed a custom board which uses the ESP32-D0WDQ6-V3 chip, as shown in the schematic below: ckt.png Note: the pins GPIO0 and CHIP_PU are being driven by a STM32. The STM32 reads the pins of a nodemcu dev board and mirror these pins states into the GPIO0 and CHIP_PU to program the ESP3...