How to use i.MX6SDL ENET_CRS_DV pad for CRS for RMII mode.

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

How to use i.MX6SDL ENET_CRS_DV pad for CRS for RMII mode.

ソリューションへジャンプ
1,920件の閲覧回数
satoshishimoda
Senior Contributor I

Hi all,

I consider using i.MX6DL RMII.

Please see Table 23-1 in IMX6SDLRM (Rev.1).

It shows ENET_CRS_DV pad can use for generating the CRS signal in RMII mode.

However, in chapter 37.4.117, there is no description about "CRS".

So I understand I can use ENET_CRS_DV pad to generate CRS in RMII mode with the following setting.

Is my understanding correct?

1. Set MUX_MODE field in chapter 37.4.117 to 001b (ALT1 ENET_RX_EN).

2. Set DAISY bit in chapter 37.4.517 to 0 (ENET_CRS_DV_ALT1).

If some adittional setting is required, could you let me know it?

Best Regards,

Satoshi Shimoda

ラベル(4)
タグ(2)
0 件の賞賛
返信
1 解決策
1,276件の閲覧回数
qiang_li-mpu_se
NXP Employee
NXP Employee

Yes, you are right.

The RMII port was verified on iMX6 OTT reference design: https://community.freescale.com/docs/DOC-94561

The macro for that pin:

MX6DL_PAD_ENET_CRS_DV__ENET_RX_EN

#define MX6DL_PAD_ENET_CRS_DV__ENET_RX_EN                                      \

  IOMUX_PAD(0x05B4, 0x01E4, 1, 0x0828, 0, MX6DL_ENET_PAD_CTRL)

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,277件の閲覧回数
qiang_li-mpu_se
NXP Employee
NXP Employee

Yes, you are right.

The RMII port was verified on iMX6 OTT reference design: https://community.freescale.com/docs/DOC-94561

The macro for that pin:

MX6DL_PAD_ENET_CRS_DV__ENET_RX_EN

#define MX6DL_PAD_ENET_CRS_DV__ENET_RX_EN                                      \

  IOMUX_PAD(0x05B4, 0x01E4, 1, 0x0828, 0, MX6DL_ENET_PAD_CTRL)

0 件の賞賛
返信
1,276件の閲覧回数
satoshishimoda
Senior Contributor I

Dear Qiang Li,

Thank you for your reply.

OK, I got it!

Best Regards,

Satoshi Shimoda

0 件の賞賛
返信