I2C_HandleTypeDef structure for STM32F722ZETx doesn't have Device Address Anymore
Would anyone knows why the STM32F7xxin stm32f7xx_hal_i2c.h structure I2C_HandleTypeDef doesn't have __IO uint32_t Devaddress; /*!< I2C Target device address */ __IO uint32_t Memaddress; /*!< I2C Target memory address */ ...