STM32H503 I3C not working stable
I am working off of the example I3C ENTDAA CMD for the STM32H5 series to initialize a slave device. I am stuck in a wierd phenomenon that once CCC CMD triggered and then after more than 300 mS, the I3C function is dead.
The test setting as below, The CCC command put in a while-loop, and measured the waveforms by LA.

Another tricky phenomenon that there is a HAL_Delay put in the front of the I3C CCC command and the I3C SDA and SCL not launch the signals.
Is there something else that could be causing this? And how to solve the error? Thanks.

