does MPC5744P have i2c module?

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

does MPC5744P have i2c module?

1,429 Views
jackjack
Contributor III

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

Labels (1)
0 Kudos
6 Replies

794 Views
AlinaB
NXP Employee
NXP Employee

Hello, 

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

Best regards, 

Alina 

0 Kudos

794 Views
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 Kudos

794 Views
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.  

794 Views
jackjack
Contributor III

where can i find it? the I2C example.

0 Kudos

794 Views
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 Kudos

794 Views
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