LPC55S36 I3C SCL isn't completed during Hot Join

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC55S36 I3C SCL isn't completed during Hot Join

490件の閲覧回数
sam_wu_7911
Contributor II

Hi there,

I'm trying to implement the flow of hotjoin with the I3C bus. However, when the target triggers the hot join address (0x02), the SCL stop at the 8th clock tick. No clock for R/W and ACK, do you have any idea?

螢幕擷取畫面 2025-08-19 100931.png

タグ(3)
0 件の賞賛
返信
5 返答(返信)

426件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

Hi @sam_wu_7911 

May i ask is your target also lpc55s36 board?

BR

Harry

0 件の賞賛
返信

405件の閲覧回数
sam_wu_7911
Contributor II
Hi @Harry_Zhang

Yes, I did try the target of the LPC55S36 board.

Also, I tried another sensor IC with the same situation.

Could you please provide me with a solution for triggering the last two clock ticks? I'll appreciate it.
0 件の賞賛
返信

352件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

Hi @sam_wu_7911 

When you enter Hot join,

You can try to send response ACK.

I3C_MasterEmitIBIResponse(EXAMPLE_MASTER, kI3C_IbiRespAck);

And then  dynamically assigning addresses.

BR

Harry

0 件の賞賛
返信

349件の閲覧回数
sam_wu_7911
Contributor II

Hi @Harry_Zhang 

 

Do you mean when the Controller received the Hot Join Interrupt, sending a response ACK?

Is it like the code below?

螢幕擷取畫面 2025-08-25 162747.png

 

BRs,

Sam 

0 件の賞賛
返信

327件の閲覧回数
Harry_Zhang
NXP Employee
NXP Employee

Hi @sam_wu_7911 

Yes, you are right. and then dynamically assigning addresses.  you can try.

BR

Harry

0 件の賞賛
返信