Why Doesn't My Ethernet Switch Work on Power On Reset?

AI Thread Summary
The discussion focuses on troubleshooting a power-on reset (POR) issue with an Ethernet switch and MCU on a board. The reset signal from a DCDC converter does not consistently activate the Ethernet switch, while alternative reset methods work reliably. Key points include checking the rise time and delay of the reset signal, experimenting with different pull-up resistor values, and considering the slow Vcc ramp time as a potential problem. Recommendations include verifying the reset signal requirements of the Ethernet switch and ensuring compatibility with the DCDC converter, as well as monitoring for noise and checking the circuit layout for integrity issues. Systematic checks of components and design are essential for resolving the intermittent functionality of the Ethernet switch.
likephysics
Messages
638
Reaction score
4
Need some ideas on how to debug a POR issue -

I have 2 major ICs on my board - MCU(atmel) and Ethernet switch(DM8603).

The reset(active low) comes from the PGOOD pin of a DCDC converter(sic403). DCDC output is 3.3v, input is 5V. Pgood pullup resistor is 10K.

When the reset is given from the DCDC, the MCU works fine(booting etc), but the ethernet switch does not work. By does not work, I mean it doesn't switch packets between 2 ethernet links.
It works intermittently. Usually it works when its powered up first time and then it doesnt.

When reset is given from RC circuit (R=100k, C=10uF), everything works.

When reset is given from a reset IC (TLV803), everything works.

Here's what I have done so far -

1. Checked rise time of reset IC (~2.5uS), reset output. Got the same rise time with DCDC converter pgood output.

2. Reset IC delay is 200mS. Got the same delay with dcdc converter.

3. Delayed reset from DCDC converter to about a second.

4. Added 10nF cap at the output of Pgood to filter noise.

5. Tried different pull up resistor values(1K,10K,100K) at pgood pin.

None of the above made any difference.
The 3.3V ramps up slowly depending on the softstart capacitor. Does slow Vcc ramp cause problems?
In one case, with softstart cap of 1uF, Vcc ramp time was 1sec and PGOOD(reset) delay was 1sec. Pgood went high 1sec after Vcc was 90% of 3.3V.

Any ideas on how to troubleshoot?
 
Engineering news on Phys.org
Use the reset IC!
 
Any unused gates on your board?
 
Look up the reset function of the DC/DC converter. At what Vcc is the reset signal come on and at what Vcc when the reset start going high. From the experiment you did using long RC reset, I don't think rise of fall time is your problem.

Read the reset signal requirement of the Ethernet chip, the Vcc threshold, make sure the requirement is met by the DC/DC converter. Make sure you read the timing requirement also.
 



I would first suggest checking the datasheets of the MCU and Ethernet switch to ensure compatibility with the DCDC converter and reset IC. It's possible that the slow Vcc ramp time is causing issues with the components. Additionally, I would recommend checking the power requirements and voltage tolerances of the MCU and Ethernet switch to see if they are being met during the reset process.

I would also suggest checking for any potential noise or interference in the circuit that could be causing the intermittent issue with the Ethernet switch. This could be done by using an oscilloscope to monitor the signals during the reset process.

Another approach would be to simulate the reset process using a power supply and see if the same issue occurs, as this could help isolate the problem to the DCDC converter or the reset IC.

Furthermore, I would recommend checking the hardware design and layout of the board to ensure that there are no issues with signal integrity or power distribution. It's possible that there could be a problem with the routing of the signals or the placement of components that is causing the issue.

In summary, troubleshooting a power on reset issue can be a complex process, but by systematically checking the components, power requirements, and circuit design, it is possible to identify and resolve the issue.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...

Similar threads

Back
Top