Setup of gyro (L3GD20H) for SPI using the STM32F303 Discovery board
Posted on September 01, 2017 at 22:58I am trying to read values from the gyro included on my Discovery board.I am using HAL_SPI_Transmit() to prepare the sensor and HAL_SPI_Receive() to read data values.The peripherals are specified using CubeMX. Th...