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 s...