@mchp-mcc/scf-pic8-wdt-v1
v5.0.5
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
1,465
Maintainers
Keywords
Readme
WDT - Watchdog Timer
Overview
The Watchdog Timer (WDT) is a System timer that generates a Reset event if the Firmware does not issue a CLRWDT instruction within the Time-out Period. The Watchdog Timer is typically used to reset the processor in the event of a software malfunction, but can also be used to wake the device when in Sleep mode.
Generated Files
This driver generates the following files:
- ./mcc_generated_files/system/src/watchdog.c => A driver file containing Register Initialization and API function implementations
- ./mcc_generated_files/system/watchdog.h => A driver file containing the API function definitions
Changelog
All notable changes to this project will be documented in this file.
[5.0.5] - 2023-06-20
New Features
- CC8SCRIP-16321 :- Support for K22 devices
- CC8SCRIP-16294 :- Support for K20 devices
[5.0.4] - 2023-04-27
New Features
- CC8SCRIP-13484 :- Added support for PIC16(L)F182x/4x and PIC16(L)F193x/4x device families
[5.0.3] - 2023-03-28
New Features
- CC8SCRIP-11858 :- Added support for PIC16(L)F183xx device family