Getting problem with interfacing STM32 L072Z and MPU6050. Always getting a constant value on I2C Read
Hello Everyone,I am trying to interface MPU6050 with STM32L072Z and while communicating to I2C line I am always getting constant value, bellow is the codevoid Serialprint(char *msg){ uint16_t msg_len = strlen(msg); HAL_UART_Transmit(&huart2, (uint8_t...