Hi Peter,
Thank you for answer.
After some test, I have 2 behaviors after the short functional reset upon a Watchdog timeout. Depending if I read the FCCU status or not, the FCCU output pins don't indicate the same state.
Behavior 1 :
1. If the FCCU Status in Normal state during Init, I configure the FCCU to trigg reset on Watchdog timeout and output in dual-rail.
2. I don't refresh the Watchdog.
3. The FCCU trigg a short functional reset
4. The FCCU output pins indicate a faulty state and a normal state.

Behavior 2 :
Same as 1, except the following code was added if FCCU Status in Fault state during Init.
/* Read the FCCU state (FCCU_STAT register) [OP3] */
FCCU.CTRL.R = 0x3;
while(FCCU.CTRL.B.OPS != 0x3){
; /* wait for the completion of the operation */
}
FccuStatus = FCCU.STAT.B.STATUS;

Do you know where this behavior is described iin the Reference Manual ?
Best regards,
Pat