i2cdevlib icon indicating copy to clipboard operation
i2cdevlib copied to clipboard

ERROR! DMP code verification failed.

Open mroeckl opened this issue 10 years ago • 0 comments

I have an ESP8266 connected to my MPU6050. The communication between ESP8266 and MPU6050 is working. I am able to read raw measurements. But if I run the MPU6050_DMP6 example, I get the following error:

Block write verification error, bank 6, address 0! Expected: 0x11 0x39 0x64 0x49 0x30 0x19 0xF1 0xAC 0x00 0x2C 0x54 0x7C 0xF0 0x8C 0xA8 0x04 Received: 0xB9 0x96 0x7E 0x86 0xE8 0x53 0x75 0x84 0xA0 0x1B 0x73 0xE3 0xD7 0x71 0xF5 0x21 ERROR! DMP code verification failed.

I tried it several times, the error is always the same although the received bytes change. Does anyone know what is going wrong here?

mroeckl avatar Jun 20 '15 18:06 mroeckl