Programming the P1010 / P1014 I2C controller

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

Programming the P1010 / P1014 I2C controller

ソリューションへジャンプ
1,870件の閲覧回数
ljp93105
Contributor I

Has anyone successfully written a driver for the P1010/P1014 I2C controller?

I am having problems figuring out how to perform the write-reselect-read sequence. Specifically, I do not get an interrupt in response to the reselect command. The write part of the sequence runs fine.

Hoping to find a working example, I was looking through the U-boot sources, but I see no mention of I2C at all.

Any help or any pointers to relevant documentation or code samples is welcome. (I have of course been staring hard at the relevant sections of P1010RM and P1014RM.)

0 件の賞賛
返信
1 解決策
1,505件の閲覧回数
timurtabi
Contributor III

In U-boot: drivers/i2c/fsl_i2c.c

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,506件の閲覧回数
timurtabi
Contributor III

In U-boot: drivers/i2c/fsl_i2c.c

0 件の賞賛
返信
1,505件の閲覧回数
ljp93105
Contributor I

Thank you so much ... I trudged through 7 of the drivers that were for other architectures, but don't know how I missed this one.

0 件の賞賛
返信