mpu6050&dmp and stm32h7 usage

323 Views Asked by At

I trying to use mpu6050 with dmp but how I can do that? I didn't find any source, any register or something like that. I have a stm32h7 right now but there is no library related to this or I didn't find again. please someone help me

1

There are 1 best solutions below

0
On

MPU6050's DMP has to be programmed first by the main micro-controller. The code is in form of HEX and it is to be uploaded when the program starts.

This is done by the Invensense Motion Driver.You would likely have to download the motion driver from Invensense website, define device specific i2c functions and then use the DMP functionality.

If you are planning to use Mbed Abstraction layer, you may find this library helpful too,