Hi,
First I want to confirm my understanding that: Watchdog configures it's window for the first time after reset delay time (trst) according to SET0 and SET1 pin levels, so if I am controlling these pins using DIO pins in mcu I need to guarantee that I set them to the correct level before RESET pin goes high, is that correct?
Second I have a question regarding changing SET0 and SET1 pins, all I need to do is to enable and disable the watchdog.
If my enable configuration is SET0 = 0 and SET1 = 1, do I need to wait 500-μs (tSET) between pin switching if I am only enabling and disabling watchdog? what would be the consequence of changing the two pins immediately?
Thanks.