Hello everyone,
Is there any simple LPI2C code for master receiver ?
I tried to use the SDK and it worked but when I try to implement it myself it does not
receive any data.
can anyone help ?
Thank you.
#lpi2c #master #s32k144
Hi @D_D97
Check the following examples. These are some implementations for I2C using different software. It might be a good reference for your project.
Example_S32K144_I2C_Master_MPL3115A2
LPI2C MASTER and LPI2C SLAVE (S32 SDK for S32K1xx examples)
BR, VaneB