@mchp-mcc/scf-pic8-crc-v2
v3.1.1
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
441
Maintainers
Keywords
Readme
CRC - Cyclic Redundancy Check Module with Memory Scanner
Overview
The CRC module is coupled with a memory scanner that provides a means of performing CRC calculations in hardware, without CPU intervention. The memory scanner can automatically provide data from program Flash memory to the CRC module. The CRC module can also be operated by directly writing data to SFRs, without using a scanner. The CRC module can accept up to a 32-bit polynomial with up to a 32-bit seed value.
Changelog
All notable changes to this project will be documented in this file.
[3.1.1] - 2025-04-28
New Features and Improvements
- M8PD-15548 :- Standardization of APIs.
Bug Fixes
- M8PD-14882 :- Removed static keyword from few APIs.
[3.1.0] - 2025-02-13
Bug Fixes
- M8PD-13444 :- Addressed MISRA violations for CRC-v2
