Re: Reset Switch GND, RESET#, brown, white

2. How does a reset switch work ? Does it "cut power" ?

No.

Does it make all the electricity flow away via ground

No.

or something ?

It connects the reset line to ground. The reset line is just a normal logic input to the CPU (and to many of the other ICs on the motherboard).

For a typical 8-bit microcomputer, the reset circuitry looked something like:

-----+----------+------- V+ | | +--o---+ +-+ | Vcc | R | | | | | | | CPU | +-+ | | | | RST o------+-----+ | | | | | | | o | | | C --- |) SW | Gnd | --- o | +--o---+ | | | | | -----+----------+-----+- Gnd

At power-on, the (initially uncharged) capacitor will pull the reset line low. At any time, pressing the reset button will pull it low.

Without a power-on reset circuit, the CPU would just start executing from an undefined state (i.e. undefined values in all registers, including the program counter). Simply cutting power to the CPU doesn't necessarily reset it unless the CPU has a built-in power-on reset circuit (microcontrollers such as the PIC do; CPUs such as the 6502 or Z80 typically didn't).

3. How to connect the reset switch ? Should the brown wire go to GND or vice > versa ?

It doesn't matter; switches aren't polarised.

Reply to
Nobody
Loading thread data ...

Why ? To make the signal low as you stated ?

What if "ground" is actually not ground and is actually under a voltage like

120 volts ?!?

Perhaps that is possible when PC is not grounded ?!

Bye, Skybuck.

Reply to
Skybuck Flying

ike

Then your house burn down.

Reply to
linnix

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.