I3C TARGET : How to detect when the controller requests data ?
Hello,
I'm currently working with I3C in Target mode using STM32H7S3L8. I need to detect when the Controller sends a request to read data from the Target.
In I2C, we can check the Address Match (ADDR) flag to know when the master sends a frame to the slave.
Is there a similar flag or event in I3C to detect when the Controller is requesting data from the Target (i.e., a read request)?
I'm using the I3C HAL/LL drivers, and I want to handle this case to prepare and send the correct response.
Thanks in advance!
