@mchp-mcc/scf-pic8-cpu-v1
v4.2.3
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
674
Maintainers
Keywords
Readme
PIC18 CPU
Overview
PIC18 CPU module provides an interface to configure the registers related to System Arbitration. System arbitration decides memory access allocation depending on the configuration of System and Peripheral priority registers such as SCANPR, DMAxPR, MAINPR, ISRPR. (0 being the highest priority and the maximum value being the lowest priority)
The module also allows us to configure the Priority Lock register (PRLOCKED). If PRLOCKED register is set, all priority registers are locked and cannot be written. Writing 0 to PRLOCKED register allows modification to priority registers.
Changelog
All notable changes to this project will be documented in this file.
[4.2.3] - 2023-01-25
New Features
- CC8SCRIP-10200 :- CPU Analytics Support (scf-pic8-cpu-v1)
- CC8SCRIP-10099 :- scf-pic8-cpu-v1 Automodule update
- CC8SCRIP-8798 :- Q41 CPU System Driver: Add Component-level help and tooltips
Bug Fixes
- CC8SCRIP-10302 :- No Code Generated for Priority Settings
[4.2.2] - 2021-09-27
Improvements
- CC8SCRIP-5193 :- README content updates