Can not get I3C state
Hi all,I use STM32-H503RB as the controller to test IBI function with I3C. After I3C initialization and configuration of the target, the target will be enabled to send IBI requests.I use while (HAL_I3C_GetState(hi3c1) != HAL_I3C_STATE_READY) to che...