Hello There,
I am Trying to configure Watchdog timer with INTOSC1 = 10Mhz. As stated in the Reference manual (snapshot attached below) "The watchdog reset or interrupt pulse is 512 INTOSC1 cycles long, so the counter period must be longer. To guarantee this, the product of the prescaler and pre-divider must be greater than or equal to four." thus I have set prescaler as 2 and pre-divider as 2 so that the product is 4 which is valid according to the above statement. By these calculations the watch dog count-time is calculated to be 0.4 microseconds and the INTOSC1(internal oscillator clock time period) is 51.2 microseconds. which should be invalid according to the above statement, please clarify this topic?