STM32U575 Watchdog Mechanism
Hi
We want to use STM32U575 Watchdog Mechanism in our operational FW, but have the following concerns:
1. Can MCU ST Bootloader kick the WD in general, and especially duringca FW update, when it is busy writing/reading to flash the new FW to update or during its execution prior to jumping to the FW?
2. How can we maintain debug capabilities - no resets during debugging - is there a debug settings taking care of it?
3. How can we log events of resets which happened due to WD - can the RCC be examined during startup to analyze if the reset was due to a watchdog?
4. How can we log events of resets which happened due to WD - can an early IWDG interrupt be used and how? Would I have enough time to log info to some non-volatile memory (e.g. EEPROM)?
5. When is best to initialize and activate the watchdog during the FW startup - especially when we have some long wait (seconds) during the FW startup to overcome some initialization problem we currently face?
6. Can the watchdog setting be changed or disabled AFTER it was already activated?
7. What are the main considerations to choose to work in Software or hardware watchdog mode?
Thanks in advance for any relevant info.
