Arduino Uno Output flickers during reset

Hi,

the output has a 10k pulldown to gnd and a mosfet connected.
during reset, the output flickers, afterwards everything works fine (pwm).

why is the ouput flickering during reset??? can i do something to solve this?

why is the ouput flickering during reset

Because during reset the pins are set to inputs and they float.
However a 10K pull down should stop this, unless you are using a pin like pin 13 that is briefly set to be an output to blink an LED.

1 Like