2022-10-24 07:09 AM
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?
2022-10-24 07:17 AM
Watchdog reset, due to "hardware watchdog" enabled in Option bytes?
JW
2022-10-24 07:23 AM
Nope,
no watchdog is activated and power supply is stable
2022-10-24 08:26 AM
And yet that period is the default period for IWDG, which means that you didn't read everything that Jan said...
2022-10-24 09:18 AM
IWDG is not activated in OB... If period looks like default IWDG period, this is really strange...
2022-10-24 09:21 AM
Attached to anything else in-circuit that might also do this via the NRST connection?
2022-10-24 11:45 AM
Unfortunately not...
2022-10-24 01:28 PM
Show us the FLASH_OPTR value as a hex number.
2022-10-24 02:32 PM
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.
2022-10-25 06:46 AM
We don't have any reset button or something like that, so we don't use RST pin.