Tuesday, 11 March 2014

controller - Unused Ethernet pins


I want to use the LAN9500AI controller in an application. This is a USB <-> Ethernet bridge with access to the MII interface. Since I just need the USB and MII interface, the ethernet interface (RXP, RXN, TXP, TXN) will be unconnected. But what's the "default" state of these pins if they are unused? Should I connect pull ups/downs to these pins? (I assume, this is not necessary for TXP, TXN).



Answer




In principle, the device should work damage free without anything connected.


But, since you can't be sure without direct input from Microchip or whatever SMSC is, just hook up resistors like on page 8 of this datasheet and leave out the inductor and other nodes that remain floating. Or, put differently: As Passerby comments all lines up to 3.3V with 50Ohm.


Unless you can obtain an app-note I failed to find explicitly saying otherwise, that seems to be the best idea.


No comments:

Post a Comment

arduino - Can I use TI&#39;s cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...