Hi,
i'm using the MPC5748G Devkit and i want to communicate via I2C with a Raspberry Pi. The Devkit is the slave and i want to receive multiple bytes from the Master. But i only can receive the first byte, the other ones are lost. I tried with another Hardware as slave and it worked fine.
Am i doing something wrong in the configuration or is the hardware i2c timing not compatible?
I dont want to send the bytes seperately because of time loss.
Thanks for any help!
Solved! Go to Solution.
I had to connect a data storage write with the same dimensions as number of bytes to receive. It is not possible to process the data directly.
I had to connect a data storage write with the same dimensions as number of bytes to receive. It is not possible to process the data directly.