Hi,
I have found some example done by apps engineer that shows how to emulate the I2C protocol using the FlexIO.
Summary of the example
- Pins PTE4(SDA) and PTE5(SCL) on the EVB for I2C.
- It is configured for a baudrate of 100kbps.
- UART is used @9600 baudrate to print the data obtained via I2C in a serial terminal
- The example communicates with accelerometer fxos8700cq
- The component z of the accelerometer is read every time the user press a key.
You can refer to it and test it with your I2C memory.
BR, Petr