PSoc as I2C Master and ST as I2C Slave
Hi,
I want to implement I2C communication between PSOC and ST.
I've configured PSoc as I2C Master and ST as I2C Slave. I've succesfully transferred data from PSoc to ST but I'couldn't read data from ST.
Here's the details about my implemention.
When I use I2C_Write_Data function on PSoc side, I didn't encounter a problem about the data transmission to ST from PSoC
I'didnt implement I2C Slave on ST side before. I may have used wrong APIs or made some configuration mistakes.
I've attached the images about the implementation. (Codes and Configuration). I'll be appreciated if you illuminate me about this problem. This is my first post on this web site so that please ignore my faults about this topic that I have )
Have a nice day..
1- ST I2C Slave Code
2- St CubeMx I2C Slave Configuration
3- Cypress I2C Master Functions
4- Cypress I2C Configuration
