Hi all,
I am using embedded motion driver 6.12 with msp430f5529lp and EMSENSR MPU9250 breakout board. I am also using logic level shifter (between SCL and SDA pins of MPU9250 and msp430) in order to guarantee to supply 3.3 volts to MPU9250. The connections between pins are as follows:
MPU9250 MSP430
SDA -> P4.1
SCL -> P4.2
VDD -> 3.3V
VDDI -> 3.3V
INT -> P1.6
When I run the sample code(mllite.c) in Motion Driver 6.12 (which can be downloaded from invensense’s web site) with Code Composer Studio, it failed to initialize the MPU. More specificly, it failed to reset the MPUusing i2c_write function provided by motion driver.
What could be the reason for that?
Thanks all.