Hi,
I tried to test I3C Communication on the IMXRT685-EVK and my I3C device, I started from i3c_polling_b2n_transfer_master example wich is packed together in SDK.
In this example, I3C_MasterProcessDAA function is used to make slave device to enter I3C mode.
But the slave device I tested does not support ENTDAA command and only support SETAASA command.
Is there any function for SETSSA command?
or can I deal with this using Normal I2C Communication? (How can I send "T" bit?)
If there is document about CCC command, please let me know.
thank you.