s32k344 I2C example

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

s32k344 I2C example

491 次查看
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 项奖励
回复
1 回复

468 次查看
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 项奖励
回复