Where are fields to define a I2C PAD configuration for imxrt1060 documented?

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

Where are fields to define a I2C PAD configuration for imxrt1060 documented?

Jump to solution
850 Views
jrdarrah
Contributor I

I'm developing an application on a Teensy 4.0 using the arm cortex m7 processor that incorporates imxrt1060 functionality. In order to set the pad to support a i2C port I need some detailed information  on the fields used to define the pad configuration..

The statement I need to configure is

#define PAD_CONFIG IOMUXC_PAD_DSE(4) | IOMUXC_PAD_SPEED(1) | IOMUXC_PAD_PKE | IOMUXC_PAD_PUE | IOMUXC_PAD_PUS(3) | IOMUXC_PAD_ODE | IOMUXC_PAD_HYS

I've searched and can't find detailed information on fields like DSE, SPEED, and PUS. What do the subscripts mean? What do the PKE, PUE, PUS fields mean and now should they be set when using an external pull up resistor. I'm sure that these values are documented. I just can't find where. Any help would be appreciated. 

0 Kudos
1 Solution
835 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
To provide the fastest possible support, I'd highly recommend you to refer to the RM, you can find the meaning of the below subscript.

#define PAD_CONFIG IOMUXC_PAD_DSE(4) | IOMUXC_PAD_SPEED(1) | IOMUXC_PAD_PKE | IOMUXC_PAD_PUE | IOMUXC_PAD_PUS(3) | IOMUXC_PAD_ODE | IOMUXC_PAD_HYS

jeremyzhou_0-1659408087394.png

Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
823 Views
jrdarrah
Contributor I

I also found ii in this application note on page 16.

https://www.nxp.com/docs/en/application-note/AN5078.pdf

836 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
To provide the fastest possible support, I'd highly recommend you to refer to the RM, you can find the meaning of the below subscript.

#define PAD_CONFIG IOMUXC_PAD_DSE(4) | IOMUXC_PAD_SPEED(1) | IOMUXC_PAD_PKE | IOMUXC_PAD_PUE | IOMUXC_PAD_PUS(3) | IOMUXC_PAD_ODE | IOMUXC_PAD_HYS

jeremyzhou_0-1659408087394.png

Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos