LPC43xx CMSIS Driver Library - Bug in lpc43xx_i2c.c

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

LPC43xx CMSIS Driver Library - Bug in lpc43xx_i2c.c

693件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by gregd on Fri Sep 28 06:12:49 MST 2012
I think I have found a bug in the I2C_Init function when initializing I2C1 for 100 KHz.

I think the following code needs to be removed from the function:

/* Check if I2C1 run fast mode*/
  if(clockrate != 400000)
  return;

Thanks,
Greg Dunn
ラベル(1)
0 件の賞賛
返信
0 返答(返信)