cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H563ZI: I3C Hot-join support with STM as I3C Controller

srinathkp
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
QSHAO.1
ST Employee

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! 

QSHAO1_0-1754557245352.png

 

View solution in original post

1 REPLY 1
QSHAO.1
ST Employee

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! 

QSHAO1_0-1754557245352.png