How to connect a RESET button to the RP2040 RUN pin?

You can connect a reset button to the RUN pin of the RP2040 by:

RP2040 Reset button.svg

While you can also add a capacitor between RUN and GND (e.g. 100nF) in parallel to the button, this is not necessary for most applications. It will prevent mechanical bouncing of the button, i.e. when you release the button, the RP2040 will reset multiple times in quick succession.