@mchp-mcc/pic24-dspic33-interrupt
v1.4.3
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Maintainers
Keywords
Readme
MCC Melody Interrupt
Overview
Interrupt Module provides a tabular representation of all the Interrupts present in the system.
Features
- Interrupt Priority(IPL) can be assigned to a given interrupt based on the active Interrupts and relative priority or dependency between the interrupts.
- Alternate Working Register set can be assigned to any Interrupt Priority Level(IPL).
- Context(CTXT) can be enabled for a given interrupt to make use of Alternate Working Register Set.
- Global Interrupt is non-editable and always enabled for a given device.
- Interrupts cannot be enabled as part of the table and needs to be enabled in the their respective Driver/PLIB.
Changelog
All notable changes to this project will be documented in this file.
[1.4.3] - 2025-12-16
Bug Fixes
- CC16SCRIP-10204 :- Register View updates for displaying correct setting bit values
[1.4.2] - 2025-10-28
New Features
- CC16SCRIP-10132 :- Performance Improvement
[1.4.1] - 2025-09-08
New Features
- CC16SCRIP-10015 :- Applied MISRA rule fixes and warning suppressions to PLIB
[1.4.0] - 2024-09-27
New Features
- CC16SCRIP-9610 :- Trap Improvements: Addition of code to find the trap source
[1.3.1] - 2023-06-22
Bug Fixes
- CC16SCRIP-6511 :- Updated notification handling when multiple Interrupt Priority Levels have been assigned the same Alternate Working Register(CTXTn)
[1.3.0] - 2023-04-26
New Features
- CC16SCRIP-5777 :- Added plib version to generated code header to enhance traceability
[1.2.1] - 2022-09-16
New Features
- CC16SCRIP-4796 :- Added interrupt_types.h file with Interrupt priority enum definition
[1.1.1] - 2022-05-26
New Features
- CC16SCRIP-2045 :- Dependency module names updated in builder view
[1.1.0] - 2022-02-08
New Features
- CC16SCRIP-3609 :- Updates to support Bootloader Requirement
- CC16SCRIP-3607 :- Check if any changes has to be made to implement CAN Traps
Bug Fixes
- CC16SCRIP-3610 :- Fix build issues with respect to DMT and DAE traps and make CAN Traps independent of DFP version if removed from dsPIC33CK64MC105 in future
