I2C S32K344

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

I2C S32K344

803 Views
enthuCutlet
Contributor II

The Example projects of I2C are made only from the FlexIO module. I could not find example projects for LPI2C module being used as Master and/or Slave. Using RTD 3.0

0 Kudos
Reply
1 Reply

767 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @enthuCutlet.,

You can find inside the RTD_I2C_UM.pdf under "C:\nxp\SW32K3_RTD_4.4_R21-11_3.0.0\eclipse\plugins\I2c_TS_T40D34M30I0R0\doc" the following explanation: 

"The I2c driver is implemented as an Autosar complex device driver. It uses the LPI2c and FlexIO hardware peripheral which provides support for implementing the I2c protocol. The I2c driver implements both master and slave mode for LPI2c channels and only master for FlexIO channels."

You can find the following examples (IP & HLD) in the SW32K3_RTD_4.4_R21-11_3.0.0 package:

 

Julin_AragnM_1-1706199319461.png

Inside the ConfigTools you can edit the I2C driver parameters and configurations:

Julin_AragnM_0-1706200233800.png

Chapter 3.6 (Driver usage and configuration tips) provides some useful information about modes and supported modes.

I hope you find this helpful.

Best regards,
Julián.

 

 

0 Kudos
Reply