The operation of the watchdog timer is controlled by the


(a) The operation of the watchdog timer is controlled by the 16-bit register WDTCTL. It is guarded against accidental writes by requiring the password WDTPW = 0x5A in the upper byte. What would happen if a value with an incorrect password is written to WDTCTL? What value would return after reading the upper byte of WDTCTL?

(b) The watchdog timer is clocked from either SMCLK (if WDTSSEL = 0), or ACLK (if WDTSSEL = 1). The WDTISx bits of the register WDTCTL select the watchdog timer interval as following multiples of the period of the chosen clock:
00: 32768
01: 8192
10: 512
11: 64
Assume that fSMCLK = 2 MHz, and fACLK = 32,768 Hz. Fill in the table with the watchdog timer intervals.

WDTSSEL WDTIS1 WDTIS0 Watchdog Timer Intervals (ms)
0 0 0 (answer here)
0 0 1 (ditto)
1 1 0 (ditto)
1 1 1 (ditto)

(c) What are the largest and smallest achievable watchdog timer intervals, assuming that fSMCLK = 2 MHz, and fACLK = 32,768 Hz?

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: The operation of the watchdog timer is controlled by the
Reference No:- TGS0618840

Expected delivery within 24 Hours