3.2.9 Dead Man Timer (DMT)

The Deadman Timer (DMT) module is designed to enable users to monitor the health of their application software by requiring periodic timer interrupts within a user-specified timing window.

The DMT module is a synchronous counter that, when enabled, counts instruction fetches and is able to cause a soft trap if the DMT counter is not cleared within a set number of instructions.

The DMT is typically connected to the system clock that drives the processor (TCY). The user specifies the timer time-out value and a mask value that specifies the range of the window, which is the range of counts that is not considered for the comparison event.

Using The Library

Some of the key features of this module are:

• Software Enabled

• User-Configurable Time-out Period or Instruction Count

• Two Instruction Sequences to Clear Timer

• 32-Bit Configurable Window to Clear Timer

Library Interface

Dead Man Timer peripheral library provides the following interfaces:

Functions

NameDescription
DMT_ClearRestarts the DMT counter
DMT_ClearWindowStatusGetReturns Window is Open flag from the DMT Status Register
DMT_CounterGetReturns the DMT current counter value
DMT_EnableEnables the DMT peripheral
DMT_IntializeInitializes the DMT peripheral
DMT_PostEventClearPerforms clear sequence for the DMT Event and all other DMT flags, post occurrence of DMT Event.
DMT_StatusGetGets the DMT peripheral status
DMT_TimeOutCountGetReturns the DMT time-out count value
DMT_WindowIntervalGetReturns the DMT window interval value