10/100Mbps Ethernet sample code

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

10/100Mbps Ethernet sample code

ソリューションへジャンプ
2,557件の閲覧回数
sai_shinde
Contributor II

Hello All,

I want to use 2-bit Reduced MII (RMII)100/100Mbps Ethernet on my custom board with IMXRT1170.

Below are my queries

1> I am not able to find the sample code for 10/100Mbps Ethernet. All code in SDK is for Ethernet1G. Where to find the sample code for 10/100Mbps Ethernet ?

2> I tried to add Ethernet peripheral from config tool but I am not able to find Ethernet as peripheral in MCUExpresso config tool. How to add and configure Ethernet peripheral from MCUExpresso config tool?

I am able to add "lwip" in middleware section but how to link/configure the pins for 2-bit Reduced MII (RMII)100/100Mbps Ethernet interface.

Regards,

Sainath

 

0 件の賞賛
返信
1 解決策
2,540件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @sai_shinde,

1) Our example codes are designed with the intention to be used with both the 10/100 Mbps and 1G Mbps Modules. You can change ENET and ENET1G by removing the following definition: "BOARD_NETWORK_USE_100M_ENET_PORT" on the example projects. This will use the 1G instead of the 100M module.

2) The ENET peripheral is not yet implemented on ConfigTools, so it is not possible to enable this module using the Peripherals tool on MCUXpresso.

 

BR,

Edwin.

元の投稿で解決策を見る

2 返答(返信)
2,541件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @sai_shinde,

1) Our example codes are designed with the intention to be used with both the 10/100 Mbps and 1G Mbps Modules. You can change ENET and ENET1G by removing the following definition: "BOARD_NETWORK_USE_100M_ENET_PORT" on the example projects. This will use the 1G instead of the 100M module.

2) The ENET peripheral is not yet implemented on ConfigTools, so it is not possible to enable this module using the Peripherals tool on MCUXpresso.

 

BR,

Edwin.

2,534件の閲覧回数
sai_shinde
Contributor II

Thanks EdwinHz.

0 件の賞賛
返信