I2C_HandleTypeDef structure for STM32F722ZETx doesn't have Device Address Anymore
Would anyone knows why the STM32F7xx
in 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 */
__IO uint32_t MemaddSize; /*!< I2C Target memory address size */
Is there any substitute function to query for the I2C device address?
