LPC5536 I3C HotJoin

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC5536 I3C HotJoin

805 次查看
lb_h
Contributor I

Hello,all

LPC5536 as I3C Controller (CR), the bus is in Free state, Target (TGT) sends a Hotjoin request, the i3c_master_ibi_callback of the CR code recognizes the ibiType as kI3C_IbiHotJoin, but the CR only provides 7 SCL clocks, and then SCL stays high. The logic analyzer waveform is below. May I ask what is causing this to occur.

lb_h_0-1736906767641.png

 

标签 (1)
0 项奖励
回复
2 回复数

783 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @lb_h 

First, you can refer to the lpc55s36 i3c examples to initialize i3c peripheral.

And I think you can try two directions,

Incorrect timing settings for the SCL clock could disrupt the Hot-Join process.

The I3C controller might not fully transition to the appropriate state for handling a Hot-Join request after detecting a bus free condition.

BR

Harry

0 项奖励
回复

526 次查看
lb_h
Contributor I
Thanks for your reply, but I still can't pinpoint the problem. the SDK Demos only have examples for handling IbiNormal, not Hotjoin, can you provide one?
0 项奖励
回复