Reset pin of STM32F030C6

Thread Starter

Dimpi

Joined Sep 6, 2013
96
hi evry1,

what is the circuit for reset pin of STM32F030C6??According to datasheet only o.1 uf is to be connected??so is it dats all or any other external ckt is to be connected to the reset pin?
 

MrChips

Joined Oct 2, 2009
35,173
Most active-low reset inputs on mcu chips can be controlled from a push button, power-on reset circuit or other external circuitry.

A common solution is simply a pullup resistor and a capacitor for filtering noise. Many mcu chips today have built-in pullup resistors thus eliminating the need for an external resistor. This is the case with STM32 mcu and the reset pin can be left simply unconnected.
 
Top