Question
[SOLVED] Use the I2C inside TouchGFX application
Is there an example to see how to use the I2C inside a TouchGFX application ?
I have found the following functions but how to select the target I2C port because
I have 4 i2C ports on my 32F746G-DISCO.
I don't know which is the I2C port number for the CN2 connector.
I2C_HandleTypeDef i2c_handler;
I2Cx_Init(&i2c_handler);
I2Cx_WriteData(0x20), 0x11, 0x00);