S32K312 I2C SyncTransmit example

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K312 I2C SyncTransmit example

1,852件の閲覧回数
kjy106906
Contributor IV

I find I2C example only about I2c_AsyncTransmit. (SW32K3_RTD_4.4_2.0.0, I2c_TS_T40D34M20I0R0)

Is there an example about I2c_SyncTransmit?

 

Thank you

タグ(1)
0 件の賞賛
返信
1 返信

1,839件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @kjy106906,

There is no such example.

But the I2c_AsyncTransmit() function can be replace with the I2c_SyncTransmit() function.

Then, there is no need for the I2c_GetStatus() while loop.

 

Regards,

Daniel

 

 

0 件の賞賛
返信