Hello,
First of all, please check if the FS26 is in Debug mode or not.
In Debug mode, the INIT FS window (256ms) is infinite and the WD window is fully opened meaning WD timing errors are not taken into account (the watchdog error counter will not be incremented).
In non-Debug mode, the first WD refresh must happen before INIT_FS timeout (256ms), the second and other should happen in the WD open window what is more restrictive.
The WD window duty cycle is configurable using WDW_DC[2:0] and by default is set to 50%.
The Watchdog impact on RSTB is configurable using WD_FS_REACTION [1:0] bits. By default (0b10) both RSTB and FS0B are asserted low if WD Error counter value = WD_ERR_LIMIT[1:0].



BR, Tomas