Imx8mm: How to configure i2c to 3.3 volts

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

Imx8mm: How to configure i2c to 3.3 volts

ソリューションへジャンプ
2,885件の閲覧回数
santhosh2
Contributor IV

Hi

I want to use the i2c in 3.3 volts how do we configure that, current configuration is as below

pinctrl_i2c1: i2c1grp {
            fsl,pins = <
                MX8MM_IOMUXC_I2C1_SCL_I2C1_SCL            0x400001c3
                MX8MM_IOMUXC_I2C1_SDA_I2C1_SDA            0x400001c3
            >;
        };

Regards

Santhosh

0 件の賞賛
返信
1 解決策
2,699件の閲覧回数
kunalkotecha1
Senior Contributor II

Hi santhosh@eilabs.co.in.

Can you let us know if you are using iMX8MMini EVK or custom board?

If it is EVK we can see from the schematic that I2C1 is on 1.8V, so to make it work on 3.3V you need to use an external level translator or use I2C2 or I2C3.

Regards,

Kunal

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
2,700件の閲覧回数
kunalkotecha1
Senior Contributor II

Hi santhosh@eilabs.co.in.

Can you let us know if you are using iMX8MMini EVK or custom board?

If it is EVK we can see from the schematic that I2C1 is on 1.8V, so to make it work on 3.3V you need to use an external level translator or use I2C2 or I2C3.

Regards,

Kunal

0 件の賞賛
返信
2,699件の閲覧回数
santhosh2
Contributor IV

Dear Kunal Kotecha,

We are using IMX8MM custom board and thank we used 3.3v pull up

Regards

Santhosh Kumar S

0 件の賞賛
返信