S32K148 I2C

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

S32K148 I2C

1,172 Views
m13872783125
Contributor I

The bare machine runs the program i2c_pal.c,Programs can trigger slavecallback interrupts.When i add i2c_pal.c to the Freertos ,the error is in the breakpoint,it seems that the master has been unable to send out.but, when i add Freertos to the  i2c_pal.c the send is succeed.Why is that ?

Labels (1)
Tags (2)
0 Kudos
1 Reply

1,050 Views
jorge_a_vazquez
NXP Employee
NXP Employee

Hi weiqi ran

Could you clarify more detailed your issue? are you merging a freertos project with the i2c_pal drivers? how are you doing this and what files are you changing?

The i2c_pal project and the lpi2c_drivers were created using the osif abstraction, not the freertos, so you would need to do all those changes in the driver.

Best regards

Jorge Alcala

0 Kudos