I2C does not work when FMC is turned on
Hi,
I am using STM32H743II microcontroller. In which communicating with external SRAM with FMC. It is working fine.
I need to communicate with the touch LCD IC via I2C. There is no problem in communication when FMC is not active. I am reading the touch coordinates properly. However, when FMC is active, none of the I2C ports on the stm32 work. I tried all I2C1-I2C4 ports one by one. I set the I2C pins not used by FMC. When I scan HAL_I2C_IsDeviceReady, the I2C address of the integrated circuit does not appear. I cannot communicate with the IC. Why does I2C not work with FMC?
