How to interface external watchdog STWD100 with STM32 ?
I have added an external watchdog STWD100 to an STM32L433, but want to check that I have implemented it correctly. See schematic below....

The STM32 reset pin has a reset button circuit (copied from the Nucleo development board) and an ST Link programming connector (tag connect).
The watchdog needs to work in combination with the reset button and programmer.
The STM32 uses standby and shutdown low power modes, so I cannot use the STM32 internal watchdog as I need to disable the watchdog when in these low power modes.
