2022-03-14 08:42 AM
Hi,
I can see weird behaviour on my STM32L083RBT6. Do not know where to start - I will try:
No voltage spikes captured on power pins during connecting and unconnecting battery.
I will be very grateful for any help.
Solved! Go to Solution.
2022-03-17 01:58 PM
2022-03-21 02:28 AM
So now It is clear. I had unchecked WDG_SW - it means the IWDG was activated by harware and this is why the reset occured.
What I do not understand is why this bit was unchecked.
2022-03-21 05:54 AM
If IWDG_SW is unchecked, IWDG is enabled automatically by hardware and is causing your reset, as suspected in the very first reply to your post.
2022-03-21 06:40 AM
Yes, Thank you very much. Now I understand it. The question fro me is why this bit was unchecked...