Reset Button Functionality: Pulling High vs. Pulling Low

  • Thread starter Thread starter tenacity2986
  • Start date Start date
  • Tags Tags
    Response
AI Thread Summary
Reset button functionality typically involves pulling the reset pin low to ground, but some applications require it to pull high to Vdd when activated. To implement this, a 4.7 K resistor can be used to hold the reset pin low, allowing it to go high when the switch is pressed. It's important to consider the circuit's behavior under different conditions, as using pull-down resistors can lead to issues with high impedance supplies. Some chips specifically require a high signal on the reset pin for proper operation, emphasizing the need for careful design. Understanding these configurations is crucial for reliable circuit performance.
tenacity2986
Messages
44
Reaction score
0
EASY QUESTION, URGENT RESPONse

when u typically hit a reset buton on a breadboard, it is usually closing the circuit to ground.

However let's say u want the reset button to power to vdd when hit and be grounded when not hit. How would u implement this?
 
Engineering news on Phys.org


Connect it as in the attached diagram.

The 4.7 K resistor holds the reset pin low except if you push the switch, when the reset pin will go high.
 

Attachments

  • reset.PNG
    reset.PNG
    783 bytes · Views: 412


vk6kro said:
Connect it as in the attached diagram.

The 4.7 K resistor holds the reset pin low except if you push the switch, when the reset pin will go high.

We usually pull low (with the resistor in vk6kro's diagram attached to the Vdd, and GND attached to the switched terminal, a.k.a. a pull-up configuration) to ensure that the pin always sees ground.

I was burnt on this once when I used the BJT side of some optoisolators with pull-downs (and, to boot, calculated values to drive the optos near the edge of saturation). Unfortunately, the high impedance supply meant that I had a voltage divider with the pull-down resistor. This worked great when I tested with the bench supply and with some experimental switch flipping. It didn't work so great when it was exposed to the 4kHz PWM.

Moral of the story: use your function generator and oscilloscope!
 


lets say u want the reset button to power to vdd when hit and be grounded when not hit. How would u implement this?

That was the question. Why pull low when the question asks for reset to be pulled high?

Some chips require a high on the reset pin to reset. You don't get a choice.
 


vk6kro said:
lets say u want the reset button to power to vdd when hit and be grounded when not hit. How would u implement this?

That was the question. Why pull low when the question asks for reset to be pulled high?

Some chips require a high on the reset pin to reset. You don't get a choice.

True. Just thought I'd add some enrichment discussion. (If, in fact, it's deemed as such).
 
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...
Back
Top