Page 1 of 1

ESP32 upload error "MD5 of file does not match data in flash"

Posted: Tue Jul 23, 2019 10:46 am
by longshenhao
It's very strange because this error will only appear when i upload the code below:

"#include<BLEDeveice.h>

void setup(){
BLEDevice::init("esp32");
}

void loop(){

}
"
other function like wifi, gpio, iic, spi, interrupt even bluetoothSerial all work.

I have four development boards and only one appear this problem.
Anyone help?

Re: ESP32 upload error "MD5 of file does not match data in flash"

Posted: Wed Jul 24, 2019 3:57 am
by ESP_Sprite
Perhaps something wrong with the level of GPIO12 on bootup?

Re: ESP32 upload error "MD5 of file does not match data in flash"

Posted: Wed Jul 24, 2019 6:23 am
by longshenhao
Thanks for the reply, I figure it out. It's the problem of the flash chip. I will attach a picture below.