Hi Soledad,
I tried one form sample code of KDS(Comunication Demo) using the same function call from KSDK and works fine.
Now only difference is that I am using PE to generate peripheral driver for I2C(fsl_i2c).
1) Auto initilization does not work until I remove OSA_SemaCreate(&master->irqSync, 0) in intilization rountine.
2) If I call I2C_DRV_MasterReceiveDataBlocking(), I got stuck when OSA_SemaCreate is in initilization. The call will get failed(0x02) if I remove OSA_SemaCreate...
Looks like I need to enale OSA_Sema in interrupt. But, this component does not allow me to genrate ISR...
Could you tell me if it is possible reason? And how to fix it?
Thanks,
Christie