PCA9541 10-bit address problem
07-21-2019
08:58 PM
1,052件の閲覧回数
yaotienhuang
Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
From PCA9541 spec, the device address can be 0x78 to 0x7C.
However 0x78 to 0x7C are reserved for 10-bit addressing.
So the device address will expand to 0b11110xx 0b1111xxx .
Am I correct?
Thanks.
3 返答(返信)
07-21-2019
10:59 PM
948件の閲覧回数
guoweisun
NXP TechSupport
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi
From PCA9541 spec, the device address can be 0x70 to 0x7F,but from 0x78 to 0x7F is as Reserved I2C-bus addresses must be used with caution.
07-21-2019
11:22 PM
948件の閲覧回数
yaotienhuang
Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi G.w,
If my device address is 0x78, does the address will expand to two byte address? Or still one byte address?
i2c-tools only support to 0x77.
Thanks.
07-21-2019
11:58 PM
948件の閲覧回数
guoweisun
NXP TechSupport
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I don't know why your IIC tool only support 0x77 maximum,but this should be still one byte address.