Question
Private read of I3C target
hello:
I have a question about I3C private read when I use STM32H563 as a target.
Usually, the number of bytes returned by the target can be set through LL_I3C_ConfigTxPreload, but if the target is uncertain about how many bytes to return, that is, the number of transmitted bytes is only controlled by the controller, how should the target be configured?
