mx6sx simple i2c write function
08-26-2022
07:19 AM
566件の閲覧回数
dscott_ueidaq
Contributor I
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I need to output a 16-bit value to a single i2c device at boot time.
A simple polled write with no interrupts or dma is all I need.
This will be on a mx6sx using i2c4.
Is there an example that you could point me to?
1 返信
09-07-2022
06:47 AM
549件の閲覧回数
Sanket_Parekh
NXP TechSupport
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I hope you are doing well.
You can use i2cset and i2cget Linux commands. Please find the reference from below.
To write the data: i2cset -y <I2C Bus No.> <Slave address> <Offset> <Data>
To read the data: i2cget -y <I2C Bus No.> <Slave address> <Offset>
Thanks & Regards
Sanket Parekh