STM L3GD20 Gyro and STM32F3 Interrupts on DRDY (data ready)
Posted on June 10, 2015 at 11:44 Hi, I have an STM32F3Discovery board and I can read the gyroscope values over SPI fine. Now I intend to have the gyro running at 96Hz but only read the data values when DRDY is high, but my interrupt handler neve...