STM32F107 and mems LIS3DH spi data exchange problems
Posted on June 10, 2016 at 13:29 I'm trying to configure LIS3DH chip via SPI interface. Here is my code: void init(void) { SPI_InitTypeDef SPI_InitStructure; // SPI configuration SPI_InitStructure.SPI_Direction = SPI_Direction_2...