I found watchdog chapter in the TRM
From what I understand from the attached paragraph, watchdog timer could be stopped by disabling RTI_FCLK.
but I can not find the way in detail in the TRM.
What I'm trying to do is disable the watchdog for a while which is already running.
Can anybody guide me to disable RTI_FCLK?
and I have following questions.
1. if I switch RTI_FCLK off, then any other module could be stop? ( It is not only for WDTn Clock source?)
2. is it possible to change the register after all peripherals are all done for initialization?
3. I have tried to change Wdt clksrc and clkdiv , during watchdog running, It leads to a reset. It looks like happened what should have be happened, does it?