2022-11-29 10:48 PM
I checked WDG. The system is working properly. If there is no reset, it resets when I disable the WDG signal. In case of deadlock, I pull to GND myself, but it still does not reset. The only solution is to cut off all energy.
2022-12-08 05:12 AM
I have a similar problem with an STM32L5.
I have the IWDG set up to fire 4 seconds if no HAL_IWDG_Refresh(&hiwdg) is executed.
Very occasionally, a lockup condition occurs.
But the STM32 does not reset.
Moreover, grounding the nRST pin does not reset the STM32
Scoping the nRST pin, i can clearly see the IWDG pulsing the pin, But the STM32 does not reset.
Only a power cycle resets..
nSRT pin is connected to a 100n cap, nothing else, as per the manual.
Did you ever find a solution?
2022-12-09 07:21 PM
Anything in the errata sheet? The chip is in clock stopped mode?
2022-12-20 07:03 AM
Sorry, I still haven't found anything clear. But upon the information I received, I was told to define the idle pins as outputs, I will try.
2022-12-20 07:04 AM
I couldn't find any relevant information.
2022-12-20 07:07 AM
what is the content of the project