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

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

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

ソリューションへジャンプ
850件の閲覧回数
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 件の賞賛
1 解決策
835件の閲覧回数
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 件の賞賛
2 返答(返信)
823件の閲覧回数
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件の閲覧回数
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 件の賞賛