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
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:
Inside the ConfigTools you can edit the I2C driver parameters and configurations:
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.