does MPC5744P have i2c module?

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

does MPC5744P have i2c module?

1,511 次查看
jackjack
Contributor III

does MPC5744P have i2c module? i want to use i2c communication ,but i couldn't find i2c in MPC5744P manual. 

标签 (1)
0 项奖励
6 回复数

876 次查看
AlinaB
NXP Employee
NXP Employee

Hello, 

The next release, MPC574x SDK EAR 0.8.2, have the software i2c. 

Best regards, 

Alina 

0 项奖励

876 次查看
jackjack
Contributor III

when will that be released? it includes examples about using gpio to simulate i2c? or can i get some example about using gpio to simulate i2c, because i am going to use i2c communication with mpc5744p real soon.

thank you.

0 项奖励

876 次查看
AlinaB
NXP Employee
NXP Employee

It will be released next month and it comes with an example in which sw-i2c master send and receive data.  

876 次查看
jackjack
Contributor III

where can i find it? the I2C example.

0 项奖励

876 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

the example is part of EAR SDK v0.8.2. Check if you have installed all updates (Help -> Install New Software). With updated S32DS - you can find example here: 

pastedImage_1.png

Jiri

0 项奖励

876 次查看
jiri_kral
NXP Employee
NXP Employee

Hello, 

On MPC5744P is not I2C hardware module present. If you can't use other interface (SPI, CAN, UART) - you have to implement your own software i2c by using GPIO pins. 

Jiri