Hello @YongxiangLi,
What you observe is unexpected.
I cannot reproduce this behavior on my side, which is the expected outcome.
SWT_0 WDOG is disabled by default (CR[WEN] = 0), unless HSE_FW is enabled and APP_SWT_INIT is configured in the boot configuration word.
The SWT_0 module is also clocked by default, so accessing it should not cause any issues.
PRTN1_COFB0_CLKEN[28]
PRTN1_COFB0_STAT[28]
Before executing the routine, please check all relevant ME_ME and SWT registers.
Additionally, please read the following ID registers to rule out any related issues:
SIUL2 MCU ID Register #1 (MIDR1)
SIUL2 MCU ID Register #2 (MIDR2)
BR, Daniel