Hello,
Ok, thank you for explanation.
Besides, you also can see my configuration as attached, I select Debug mode exit.
OK, that is just checkbox in config GUI.
If you read it back from FS26 is it really in normal mode?

I tried flashing a version without any FS26 initialization, and in that version the FS26 continuously resets the MCU.
If FS26 was not initialized the WDOG will issue reset and reset phase will automatically start again.
Initialization phase must be closed with a good watchdog refresh before the 256 ms timeout. In case no watchdog refresh or a bad watchdog is sent during the initialization phase, an RSTB pulse is generated and the fault error counter is incremented by 1. A new initialization phase is automatically started when RSTB is released.
But debug mode is also held by debug pin active. But since the reset comes in case no init is done, I expect you do not have debug pin active.
However, when I flash back the version I provided to you (the software that includes the FS26 initialization), the FS26 no longer resets the MCU.
So, seems to me directly related to the code.
So there could be only 2 options I assume.
1. your WDOG is not active
2. you are in debug mode.
Otherwise the FS26 is issuing reset.
You can add check for FS26 mode Debug Mode Detection, to make sure after init of the SBC it is not in debug mode.
Also check FS_I_WD_CFG

Best regards,
Peter