RT685 I3C port - pins 2_29, 2_30 - Is IOCON ODENA Open-drain mode enable ignored?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RT685 I3C port - pins 2_29, 2_30 - Is IOCON ODENA Open-drain mode enable ignored?

Jump to solution
911 Views
dash
Contributor II

Pins set to mode 1 (I3C0__SCL, I3C0__SDA).

I do not see a difference whether the IOCON ODENA (Open-drain mode enable) bit is set or not.

I would expect, especially operating in I2C mode, it needs to be open-drain to work.

Thanks,

Dan

0 Kudos
1 Solution
895 Views
Dezheng_Tang
NXP Employee
NXP Employee

Hi,

    Bit 10 is the pseudo open drain configuration. This bit has no effect if you use I3C controller pins for I2C communication.

That’s why we mentioned this in our spec.

Dezheng_Tang_0-1653516522749.png

Once you configure I3C_PUR pin, it’s internally pull SDA high. If you don’t use PUR pin, you will need to have external Pull-up on SDA line for I2C communication. Either way, it’s needed when bus is in open drain condition.

More details on the bus conditions, push-pull or open-drain, can be found on MIPI I3C spec. v1.1, section 5.1.3.

 

Tom

 

View solution in original post

0 Kudos
2 Replies
893 Views
dash
Contributor II

Thank you.

We are using the port in I2C mode and have a pull-up on the data line.

0 Kudos
896 Views
Dezheng_Tang
NXP Employee
NXP Employee

Hi,

    Bit 10 is the pseudo open drain configuration. This bit has no effect if you use I3C controller pins for I2C communication.

That’s why we mentioned this in our spec.

Dezheng_Tang_0-1653516522749.png

Once you configure I3C_PUR pin, it’s internally pull SDA high. If you don’t use PUR pin, you will need to have external Pull-up on SDA line for I2C communication. Either way, it’s needed when bus is in open drain condition.

More details on the bus conditions, push-pull or open-drain, can be found on MIPI I3C spec. v1.1, section 5.1.3.

 

Tom

 

0 Kudos