Pull ups, pull downs, schematic stuff

In your reference schematics, there are a number of 10K pull ups and pull downs. (PMODEx, RSVDx)
I’ve seen in other implementations (Parallax for example) that those pins are directly connected to VCC and GND.
Is it safe for the chip to work without them?
I suppose that internally there is a microcontroller that, until it finishes its initialization process, those pins are not yet configured as inputs. Question is: until the configuration is done, is there any chance for they to behave like outputs and therefore they need to be connected through resistors?
Thank you!

Hi,

RSVD pins are pulled down with internal resistor 85Kohm, and PMODE[2:0] pins are pulled up with internal resister 77Kohm.

Those pin maybe floated becasue they are internally pulled up and down.
But, For more safety from ESD, these pin had better to connect directly to VCC and GND or with pulled up/down register.

These pin are always operated as only INPUT. Don’t worry about changing OUTPUT to INPUT.

RSVD pins should be not controlled by switch or MCU’s GPIO.
PMODE[2:0] maybe controlled by swtich or MCU’s GPIO, if you want to controll interanl PHY.
Thank you.

Hi! alexpescaru,

The Reference schematic you attached is older version.
Please refer to the latest Reference schematic.
In the latest circuit, resistors are not used for RSVD pins.
Here is the link.
[url]http://wizwiki.net/wiki/doku.php?id=products:w5500:refschematic[/url]

Thank you,
Kevin

Thanks all!

And Kevin, you posted a link to the RJ45 section of the schematic. I was talking about the chip section.
In the link you posted there is no RSVD… Or I didn’t looked in the right place?

Hi,
I’m sorry that I couldn’t let you find the right schematic.
There are two types of Reference Schematic for W5500 and related circuit.

Please refer to these links. (PDF format schematic)
[url]http://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w5500:w5500-ref-externalmag_20140808.pdf[/url]

[url]http://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w5500:w5500-ref-rj45withmag_20140808.pdf[/url]

Thank you,
Kevin

Thank you very much! Now I see.

And two more questions, if I may…

The capacitor for the 1.2V internal regulator, the 10nF one on pin 22.
Is this value of 10nF critical or can be used one of 100nF (0.1uF), like the ones for decoupling AVCCs?
Generally, for a voltage regulator output, a bigger capacitance is OK.

In the schematic with external transformer…
Even if the central taps are separated, on the RX side, you used 82 ohms resistors.
I believe that you said that those 82 ohms are used only when the two central taps are interconnected.
Why in this case, with separate central taps, you still using 82 ohms?

Thank you!

Hi~
I will answer to the questions.

You can use 100nF

I used 82ohms and 6.8nF if I used the external transformer.
What made you worried?

Thank you!!

From what I’ve understood, 82 ohms were used only when the central taps were interconnected.
Like in the picture here: wizwiki.net/wiki/doku.php?id=pro … fschematic

I was surprised to see 82 ohms when central taps were separate.

Should I understand that I can also use 82 ohms (instead 49.9 ohms) when I am using a RJ45 with internal transformer with separate center taps?

In the end, how critical are those resistors from value point of view?

Could someone from Wiznet please clarify this?
The two cases or reference schematic, one with internal transformer and one with external transformer.
For internal transformer you used 49.9 ohms for RX side.
For external transformer you used 82 ohms for RX side.
Why is that?
Because the characteristics of the transformers, both internal and externals, are the same: 1:1 ratio, 350uH, separate central taps for RX and TX.

Again, how critical are the value of those resistors and how can they influence the W5500?

Thank you!

Hi,
I will notify the hardware enginner of wiznet what you said.
And Let him clarify this issuse…

Thank you.

Hi~
The Ref Schematic provided by us is under 2 kind circuit.
External Trasfotmer :[url]http://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w5500:w5500-ref-externalmag_20140808.pdf[/url]
Internal Tranformer :[url]http://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w5500:w5500-ref-rj45withmag_20140808.pdf[/url]

It is due to R16,R17 that resistance of the internal transformer and external transformer is different.


The R16 and R17 is in the external circuit but there is no 150 ohm resistances in the internal circuit.
It is that it is changed to 49.9 ohms in a in order to compensate for 150 ohms.
the role of 49.9 ohms the High pass Filter with 6.8nF.
If you change a value, the probability that W5,500 this doesn’t operate is high.

And we don’t recommend the following circuit officially.
It is that I comprise this circuit and European 1 customer explains the used example one.

Thank you very much!
Now it’s clear.

@jeongsk @midnightcow hat’s a little confusing, do we need to place those 150 Ohms always before the external magnetic?
Could we simply wire the external magnetics the same way as the internal magnetics so we don’t need to change the R11-R12 to 82 Ohms?