jrowberg / i2cdevlib

I2C device library collection for AVR/Arduino or other C++-based MCUs
http://www.i2cdevlib.com
3.92k stars 7.52k forks source link

Stuck at dmpInitialize(); #184

Open judepereira opened 9 years ago

judepereira commented 9 years ago

Can't figure out why, but my Arduino Due simply freezes at the following line:

devStatus = mpu.dmpInitialize();

I'm using the MPU 9150. Any hints as to what's happening here?

MobiliseMe commented 9 years ago

Same issue using the Pro Micro

ghost commented 8 years ago

Hi, I'm facing the same issue with a due. Have you found out a solution now? dmpInitialize() calls writeProgMemoryBlock() which calls writeMemoryBlock(). in my case it's the memory allocation in this function that fail.

tplooker commented 8 years ago

I'm facing the same problem with an Arduino pro mini 3.3v, any update on this issue?

SgtMajMinor commented 6 years ago

Same problem with my Arduino Mega 2650 and the MPU-6050. dmpintialize error.