s32k344 I2C example

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

s32k344 I2C example

437 Views
Sankeerthan123
Contributor I

HI,

I am trying  to run an I2C example code for S32K344 that has both a slave and master configuration initialized. Can I connect the FLEXIO master to the LP12C slave on the same evaluation board?  Will the data transfer happen between the tx buffer to the rx buffer. 

0 Kudos
Reply
1 Reply

414 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Sankeerthan123 

The example code was developed to be used in one board. In the description.txt provided with the example, the required connections are specified. 

The application will initialize two I2C instances, one as a master and the other as a slave. The master initiates a send transfer on the I2C bus. After the transfer is completed, and both master and slave are idle, the RX buffer of the slave is checked against the master TX buffer.

 

B.R

VaneB

0 Kudos
Reply