I2C Slave Receive multiple bytes

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I2C Slave Receive multiple bytes

Jump to solution
866 Views
erde5544
Contributor I

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!

Tags (2)
0 Kudos
1 Solution
837 Views
erde5544
Contributor I

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.

erde5544_0-1647344657140.png

 

View solution in original post

0 Kudos
1 Reply
838 Views
erde5544
Contributor I

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.

erde5544_0-1647344657140.png

 

0 Kudos