Hi Pavel, thanks for the reply.
I'm not using the evaluation board but a custom HW on which the master is LPISC2 and the slave is a sort of memory chip.
Anyway I've found the solution to my problem. In the "pin routing details" MCUexpresso menu, I had to enable the "software Input ON" option to make data coming out of SDA.
Now I'm faced with a new problem, to wakeup the slave device I have to send a special command. The command consists of a
I2C Start event followed by a long period of Logic 0 on the SDA line, then followed a Stop event. I use the two command "LPI2C_MasterStart" and "LPI2C_MasterStop" but the latter does not work (SCL stays low). I hope you can help me with this one.
Thanks in advance
P.S. please see attached files