HAL_I2C_Mem_Read_DMA and HAL_I2C_GetState never gets HAL_I2C_STATE_READY
Hi,I use the NUCLEO-F091RC, STM32CubeIDE with the MCU Package 1.11.3 and FreeRtos.The I2C1 is used with an Eeprom. So I would like to use the function HAL_I2C_Mem_Read_DMA as it is shown for example STM32Cube_FW_F0_V1.11.3\Projects\STM32091C_EVAL\Exa...