Hi all
we are trying to read data from a system of ours using the NXP evaluation board.
in this system in order to read we need to be i2c slave using the address 0x70 (or 0x38, not sure, try them both)
here is an example of a transaction sniffed using logic analyzer:

we are running the SDK example : lpi2c_interrupt_b2b_transfer_slave
we only changed the I2C_MASTER_SLAVE_ADDR_7BIT to 0x38U (and also tried 0x70)
pins we connected :

and GND to J24-7
but the lpi2c_slave_callback does not called. we put breakpoint inside but none of them are called.
the example runs until timeout and finished with an empty slave buffer.
what else do we need to do for this to work??
Thanks!
Adi
Intel