cancel
Showing results for 
Search instead for 
Did you mean: 

Reset pin goes down every 400ms for 50us

msemegen
Associate II

Hi,

we have problem with our custom designed board. We are using STM32L011F4P6 MCUs and some of them behaves very strange. After reset, every 400ms for 50us, reset pin (which is internally pulled up), goes down. We don't known what causes that behavior. For sure it's not software - even txt uploaded on flash file causes the same behavior.

Did anyone encountered that before?

27 REPLIES 27

Watchdog reset, due to "hardware watchdog" enabled in Option bytes?

JW

msemegen
Associate II

Nope,

no watchdog is activated and power supply is stable

Piranha
Chief II

And yet that period is the default period for IWDG, which means that you didn't read everything that Jan said...

msemegen
Associate II

IWDG is not activated in OB​... If period looks like default IWDG period, this is really strange...

Attached to anything else in-circuit that might also do this via the NRST connection?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Unfortunately not...

Piranha
Chief II

Show us the FLASH_OPTR value as a hex number.

Uwe Bonnes
Principal III

A 50 us low pulse on NRST als shows that the recommend 100 nF to ground are not connected to NRST. That makes NRST suscesible to noise.

We don't have any reset button or something like that, so we don't use RST pin.