vedranMv / tm4c_mpu9250

MPU9250 library for TI's Tiva TM4C1294 with I2C/SPI and DMP
12 stars 1 forks source link

SPI wiring wrong #1

Closed vedranMv closed 3 years ago

vedranMv commented 5 years ago

Wrong wiring table for SPI.

Corrections:

MPU9250 EK-TM4C1294XL
MPU9250 SDA PD1(SPI2MOSI)
MPU9250 SCL PD3(SPI2CLK)
MPU9250 INT PA5(GPIO)
MPU9250 AD0 PD0(SPI2MOSI)
MPU9250 NCS PN2(GPIO used as slave select)
MPU9250 VCC 3.3V
MPU9250 GND GND
vedranMv commented 3 years ago

Fixed by d30d5a6