MCC Melody Deadman Timer Driver
Overview
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. DMT is a synchronous counter and 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.
Features
- DMT can be enabled or disabled by the user, by default it is disabled.
- Option to configure DMT on Hardware or Software.
- Options to configure DMT Fetch Counter and DMT Window interval.
Changelog
All notable changes to this project will be documented in this file.
[1.0.4] - 2022-05-24
New Features
- CC16SCRIP-2045 :- Dependency module names updated in builder view
[1.0.3] - 2022-03-15
Bug Fixes
- CC16SCRIP-3612 :- Description changes in DMT UI ,DMT can only be enabled in software and cannot be disabled.
[1.0.2] - 2021-12-02
New Features
- CC16SCRIP-3045 :- Removed redundant enable button in UI