STM32F411 SPI2 - MPU6000 - Tx and Rx with DMA
Posted on May 04, 2015 at 01:37 I'm comunicating a nucleo board with a mpu6000 mems sensor, using CubeMX to make initialization code. It is working ok, but with just one issue. I have to write 0x3B|0x80 and a 16 0x00 (dummy bytes) and read b...