This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Interface MU6050 with TM4C123GH6PM

Other Parts Discussed in Thread: TM4C123GH6PM

What are the library files and driver files that has to be included for interfacing MPU6050 with TM4C123GH6PM ? Pls don't point me to the example. It justs includes all the library and driver files.

Why is this not covered in the documentation? The programming example in the documentation doesn't cover the dependencies. Honestly, the documentation for the tivaware is pathetic.

  • Hi Grimreapervx ,

    If you don't use TivaWare API and write your own code from scratch , you don't need to include any library and drivers from TivaWare. If you want to use TivaWare driver library, please include the driverlib which is located in "${SW_ROOT}/driverlib/ccs/Debug/driverlib.lib". You need I2C or SPI drivers to interface MPU6050, you need to include the header files for I2C, SPI, and sysctl.

    Regards,
    QJ