How to use s32k148' IIC with non-blocking send and recieve function

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

How to use s32k148' IIC with non-blocking send and recieve function

754 Views
aliaszhang
Contributor I

HI,

   My project works when use function  

(LPI2C_DRV_MasterSendDataBlocking(); & LPI2C_DRV_MasterReceiveDataBlocking(); ) 

But when i change it to non-blocking function ( LPI2C_DRV_MasterSendData(); & LPI2C_DRV_MasterReceiveData(); ), I can get nothing from the IIc bus.

I work with SDK V2.0 and  see the Configuration of lpi2c from the picture below:

pastedImage_1.png

thanks!

0 Kudos
1 Reply

602 Views
aliaszhang
Contributor I

I use to communication with mpu6500。

Did anyone see my problem?

0 Kudos