Hi all.
I tried to communicate(private) with my I3C slave device using STM32H503RB board.
To communicate with my device, I need to specify register address to write/read data.
i.e. Frame = (Start with Slave ID w/ W=0) + (register address w/ W=0) + ...