Is it possible to use both the USB device and Ethernet on LPC1758, since MDIO and USB_connect are shared? Is there a possible workaround?

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

Is it possible to use both the USB device and Ethernet on LPC1758, since MDIO and USB_connect are shared? Is there a possible workaround?

1,230 Views
lpcware-support
Senior Contributor I

The Ethernet PHY configuration is a one-time event. Once the configuration has been completed using MDIO and MCLK, these pins will no longer be required. It will then be possible to switch the pin function to USB.

Another option is to use Ethernet MII Management (MDIO) using software. This is described in Application note AN10859.

http://cache.nxp.com/documents/software/AN10859.zip

If MDIO is implemented in software, there will be no need to share pins between USB and Ethernet.

Labels (3)
Tags (3)
0 Kudos
Reply
0 Replies