Resolved! Problem with L3G4200 Sensor using I2C
I have a problem interfacing with L3G4200 using I2C on STM32F469 Discovery. Here is my code to config the I2Cvoid I2CConfig(void){ I2CHandle1.Instance = I2Cx; I2CHandle1.Init.AddressingMode = I2C_ADDRESSINGMODE_7BIT; I2CHandle1.Init.ClockSpeed = ...