STM32H503 I3C, I3C_RSTDAA_THEN_ENTDAA issue
Hi, I am working with STM32H503RB.

I'm currently testing the function of "I3C_Controller_ENTDAA_IT" from the example code.

Capture1 is the result of "I3C_RSTDAA_THEN_ENTDAA"

The expected behavior of Capture1 should be 7E06 then 7E07.
Why would 7E02 occur along with a write error?
Capture2 is the result of "I3C_ONLY_ENTDAA"

My questions are:
1. I'm wondering where is the code that define the configures in color green.
2. Is it able to modify their values?
3. Is it a successful ENTDAA process?
