I've download the CMSIS pack for STM32H7 series. ST implement an I2C driver function like this:int32_t I2C_MasterTransmit (uint32_t addr, const uint8_t *data, uint32_t num, bool xfer_pending, I2C_RESOURCES *i2c), but the website, https://arm-soft...