Hi @piyush1
As you know, the S32K3 family includes many derivatives. To reduce development effort, the most recent RTD releases provide example projects only for a subset of devices—specifically, the S32K344, S32K358, S32K388, and S32K396. However, examples for other derivatives can be created by adapting these existing ones.
I recommend reviewing the Example S32K312 I2C Transmit & Receive Using DMA DS3.5 RTD300, as well as the I2c_Ip_Example and I2c_Example included with the RTD package. While these examples are not intended for your specific device, they offer a good starting point.
Additionally, I suggest consulting the S32K3/S32M27x I2C Driver Integration Manual and the User Manual included with the RTDs. These documents provide comprehensive information on the I2C driver, including its limitations, hardware and software requirements, usage instructions, and configuration guidelines. You can typically find these resources in a path similar to:
C:\NXP\S32DS.3.6.2\S32DS\software\PlatformSDK_S32K3\RTD\I2c_TS_T40D34M60I0R0\doc
Please note that the exact path may vary depending on your IDE and software version.
BR, VaneB