Can't read mpu6050 via I2C1
HelloI can read mpu6050 via I2c1 in stm32F4Disco but I cant read mpu6050 in STM32F746 Touchgfx.All values returns 0.This is my reading code. it is working in 32F4DISCO:#define MPU6050_ADDR 0xD0 #define SMPLRT_DIV_REG 0x19 #define GYRO_CONFIG_REG...