Why is the RESET pin set up like this in this Z80 schematic?












1












$begingroup$


I've found the following schematic:



Z80 schematic



Which after a lot of datasheet reading I mostly understand.



The main thing I don't understand, however, is what's going on with the RESET pin. First of all, I understand that the RESET pin is active-low. In this case, why is it pulled high to +5V? Surely I wouldn't want the CPU to reset. I assume the answer to this part is something to do with resetting on boot.



My main question is why there's a capacitor from RESET to (what seems to be) ground.



Is that even ground? If so, why is there a capacitor before it? If not, what is it, and what does it do?



Thanks!










share|improve this question









$endgroup$

















    1












    $begingroup$


    I've found the following schematic:



    Z80 schematic



    Which after a lot of datasheet reading I mostly understand.



    The main thing I don't understand, however, is what's going on with the RESET pin. First of all, I understand that the RESET pin is active-low. In this case, why is it pulled high to +5V? Surely I wouldn't want the CPU to reset. I assume the answer to this part is something to do with resetting on boot.



    My main question is why there's a capacitor from RESET to (what seems to be) ground.



    Is that even ground? If so, why is there a capacitor before it? If not, what is it, and what does it do?



    Thanks!










    share|improve this question









    $endgroup$















      1












      1








      1





      $begingroup$


      I've found the following schematic:



      Z80 schematic



      Which after a lot of datasheet reading I mostly understand.



      The main thing I don't understand, however, is what's going on with the RESET pin. First of all, I understand that the RESET pin is active-low. In this case, why is it pulled high to +5V? Surely I wouldn't want the CPU to reset. I assume the answer to this part is something to do with resetting on boot.



      My main question is why there's a capacitor from RESET to (what seems to be) ground.



      Is that even ground? If so, why is there a capacitor before it? If not, what is it, and what does it do?



      Thanks!










      share|improve this question









      $endgroup$




      I've found the following schematic:



      Z80 schematic



      Which after a lot of datasheet reading I mostly understand.



      The main thing I don't understand, however, is what's going on with the RESET pin. First of all, I understand that the RESET pin is active-low. In this case, why is it pulled high to +5V? Surely I wouldn't want the CPU to reset. I assume the answer to this part is something to do with resetting on boot.



      My main question is why there's a capacitor from RESET to (what seems to be) ground.



      Is that even ground? If so, why is there a capacitor before it? If not, what is it, and what does it do?



      Thanks!







      z80






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 3 hours ago









      Jacob GarbyJacob Garby

      1809




      1809






















          2 Answers
          2






          active

          oldest

          votes


















          4












          $begingroup$

          As you have correctly stated, RESET is active low.



          On power up C is discharged, the reset is held low which forces the chip to hold off initialising while the power stabilises.



          After a time roughly equal to R x C (s) the capacitor voltage has charged up through R enough to release the RESET and allow the controller to run. By this time the power should be stable.






          share|improve this answer









          $endgroup$





















            3












            $begingroup$

            The Reset pin is Active low, so has to be pulled low to reset the processor.



            The capacitor connected to the reset pin is also connected to Gnd (the schematic uses a wrong symbol), and along with the pullup resistor forms an RC network that holds the processor in reset for a time after VCC first rises.



            You will often see Reset circuits such as this:





            schematic





            simulate this circuit – Schematic created using CircuitLab



            The RC values are defined to hold the processor in reset long enough to let the supply stabilize. It can also provide a physical reset button to reset/restart the processor.






            share|improve this answer











            $endgroup$













              Your Answer





              StackExchange.ifUsing("editor", function () {
              return StackExchange.using("mathjaxEditing", function () {
              StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
              StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
              });
              });
              }, "mathjax-editing");

              StackExchange.ifUsing("editor", function () {
              return StackExchange.using("schematics", function () {
              StackExchange.schematics.init();
              });
              }, "cicuitlab");

              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "135"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f420920%2fwhy-is-the-reset-pin-set-up-like-this-in-this-z80-schematic%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              4












              $begingroup$

              As you have correctly stated, RESET is active low.



              On power up C is discharged, the reset is held low which forces the chip to hold off initialising while the power stabilises.



              After a time roughly equal to R x C (s) the capacitor voltage has charged up through R enough to release the RESET and allow the controller to run. By this time the power should be stable.






              share|improve this answer









              $endgroup$


















                4












                $begingroup$

                As you have correctly stated, RESET is active low.



                On power up C is discharged, the reset is held low which forces the chip to hold off initialising while the power stabilises.



                After a time roughly equal to R x C (s) the capacitor voltage has charged up through R enough to release the RESET and allow the controller to run. By this time the power should be stable.






                share|improve this answer









                $endgroup$
















                  4












                  4








                  4





                  $begingroup$

                  As you have correctly stated, RESET is active low.



                  On power up C is discharged, the reset is held low which forces the chip to hold off initialising while the power stabilises.



                  After a time roughly equal to R x C (s) the capacitor voltage has charged up through R enough to release the RESET and allow the controller to run. By this time the power should be stable.






                  share|improve this answer









                  $endgroup$



                  As you have correctly stated, RESET is active low.



                  On power up C is discharged, the reset is held low which forces the chip to hold off initialising while the power stabilises.



                  After a time roughly equal to R x C (s) the capacitor voltage has charged up through R enough to release the RESET and allow the controller to run. By this time the power should be stable.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 3 hours ago









                  TransistorTransistor

                  83.8k783179




                  83.8k783179

























                      3












                      $begingroup$

                      The Reset pin is Active low, so has to be pulled low to reset the processor.



                      The capacitor connected to the reset pin is also connected to Gnd (the schematic uses a wrong symbol), and along with the pullup resistor forms an RC network that holds the processor in reset for a time after VCC first rises.



                      You will often see Reset circuits such as this:





                      schematic





                      simulate this circuit – Schematic created using CircuitLab



                      The RC values are defined to hold the processor in reset long enough to let the supply stabilize. It can also provide a physical reset button to reset/restart the processor.






                      share|improve this answer











                      $endgroup$


















                        3












                        $begingroup$

                        The Reset pin is Active low, so has to be pulled low to reset the processor.



                        The capacitor connected to the reset pin is also connected to Gnd (the schematic uses a wrong symbol), and along with the pullup resistor forms an RC network that holds the processor in reset for a time after VCC first rises.



                        You will often see Reset circuits such as this:





                        schematic





                        simulate this circuit – Schematic created using CircuitLab



                        The RC values are defined to hold the processor in reset long enough to let the supply stabilize. It can also provide a physical reset button to reset/restart the processor.






                        share|improve this answer











                        $endgroup$
















                          3












                          3








                          3





                          $begingroup$

                          The Reset pin is Active low, so has to be pulled low to reset the processor.



                          The capacitor connected to the reset pin is also connected to Gnd (the schematic uses a wrong symbol), and along with the pullup resistor forms an RC network that holds the processor in reset for a time after VCC first rises.



                          You will often see Reset circuits such as this:





                          schematic





                          simulate this circuit – Schematic created using CircuitLab



                          The RC values are defined to hold the processor in reset long enough to let the supply stabilize. It can also provide a physical reset button to reset/restart the processor.






                          share|improve this answer











                          $endgroup$



                          The Reset pin is Active low, so has to be pulled low to reset the processor.



                          The capacitor connected to the reset pin is also connected to Gnd (the schematic uses a wrong symbol), and along with the pullup resistor forms an RC network that holds the processor in reset for a time after VCC first rises.



                          You will often see Reset circuits such as this:





                          schematic





                          simulate this circuit – Schematic created using CircuitLab



                          The RC values are defined to hold the processor in reset long enough to let the supply stabilize. It can also provide a physical reset button to reset/restart the processor.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 3 hours ago

























                          answered 3 hours ago









                          Jack CreaseyJack Creasey

                          14.1k2722




                          14.1k2722






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Electrical Engineering Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              Use MathJax to format equations. MathJax reference.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f420920%2fwhy-is-the-reset-pin-set-up-like-this-in-this-z80-schematic%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Список кардиналов, возведённых папой римским Каликстом III

                              Deduzione

                              Mysql.sock missing - “Can't connect to local MySQL server through socket”