Hi, this is based on the k3x4evb-t172 board.
I'm trying to use this board as a slave device in order to test transmitting/receiving from this end.
Using channel LPI2C0 as Master and LPI2C1 as the Slave device. I've already tested as the Master device with an EEPROM before this and now using it as a slave device instead.
After searching, I've just made a simple MasterSendData to show the regular transmission between the Master and Slave. I created a SlaveCallback function and added events so that they can be triggered during interrupts. I've used interrupt handler and everything else.
When running the debugger, it doesn't seem to leave the MasterSendData/GetTransfer loop to even hit the callback.
I was wondering if I was approaching this correctly? I feel like something is always missing..
I thought that approaching this with coding the callback would help me understand how the transmission between the 2 worked, but maybe I'm going about this wrong?