Hi @sam_wu_7911
When you enter Hot join,
You can try to send response ACK.
I3C_MasterEmitIBIResponse(EXAMPLE_MASTER, kI3C_IbiRespAck);
And then dynamically assigning addresses.
BR
Harry
Hi @Harry_Zhang
Do you mean when the Controller received the Hot Join Interrupt, sending a response ACK?
Is it like the code below?
BRs,
Sam
Hi @Harry_Zhang
After applying your solution, the last two clocks appear. However, after the ack is the stop condition, and that doesn't match the I3C spec.
Following the spec, there shall be a repeated START condition rather than a STOP. Do you have further ideas?