2025-08-01 10:53 AM - edited 2025-08-01 10:55 AM
Hi,
Suppose I have an I3C target endpoint sending Hot-join request after RSTDAA, is STM32H562/3ZI capable of detecting the Hot-join and pass it on to the firmware layer ? I see Hot-join request support and sample code as an I3C Target in STM32Cube repo on GitHub and generated code. How do we deal with Hot-join request as an I3C Controller
Solved! Go to Solution.
2025-08-07 2:03 AM
Refer to description about Bit19 HJF of I3C event register (I3C_EVR) shown below, you are allowed to identify Hot-join as I3C controller by checking this bit in your FW. thanks!
2025-08-07 2:03 AM
Refer to description about Bit19 HJF of I3C event register (I3C_EVR) shown below, you are allowed to identify Hot-join as I3C controller by checking this bit in your FW. thanks!