This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

i2c LPC1788 interface with raspberry pi3

Greetings ARM peoples

I am trying to interface LPC1788 with Raspberry Pi3 through I2C.

Raspberry Pi will be master and LPC will be slave (More LPC slaves have to be added in future)

Raspberry will send set of data to LPC and LPC will generted output for those input data . The output

data has to be send back to raspberry pi

I tried most of the sample code for i2c , but still can make any thing

I tried to connect I2C0 pins to Raspberry pi . Downloaded the slave code .

When i try i2cdetect -y 1 in raspberry pi , i get nothing

Please can anyone guide me in this issue