@mchp-mcc/scf-pic8-interrupt-v2

- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path

Usage no npm install needed!

<script type="module">
  import mchpMccScfPic8InterruptV2 from 'https://cdn.skypack.dev/@mchp-mcc/scf-pic8-interrupt-v2';
</script>

README

PIC8 Interrupt Manager

Overview

The Interrupt Manager configures the interrupt and handles the interrupt requests and prioritizations.

Features

  • Configurable External Interrupts
  • Configurable Interrupt Table
    • Shows All interrupts supported for all active modules/drivers
    • Enable/Disable interrupt/s supported for all active modules/drivers
    • Separate High and Low Priority Interrupt Table
    • Configurable priority for each interrupt supported for all active modules/drivers
  • Configurable ISR Execution
  • Enable/Disable High/Low Interrupt Priority

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/system/src/interrupt.c => A driver file containing the Interrupt Initialization and External Interrupts API function prototype implementation
  • ./mcc_generated_files/system/interrupt.h => A driver file containing the API function prototypes definitions and macros used for interrupt implementation

Changelog

All notable changes to this project will be documented in this file.

[5.2.9] - 2022-02-09

New Features

  • CC8SCRIP-7092 :- PIC16F18054/55/74/75 Device Family Support

[5.2.7] - 2021-11-23

Bug Fixes

  • CC8SCRIP-6209 :- Register Initialization view has been removed

[5.2.6] - 2021-10-13

New Features

  • CC8SCRIP-5461 :- Provide the Interrupt Enable/Disable macros in main.c file