@mchp-mcc/crc-16bit-driver
v1.0.4
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
867
Maintainers
Keywords
Readme
MCC Melody CRC Driver
Overview
The 16-bit programmable Cyclic Redundancy Check (CRC) generator provides a hardware implemented method of quickly generating checksums for various networking and security applications.
Features
- User-Programmable CRC Polynomial Equation, up to 16 Bits.
- Programmable Shift Direction (little or big-endian).
- Supports seeding with Direct and Indirect methods.
- Supports CRC Simulator in UI.
Changelog
All notable changes to this project will be documented in this file.
[1.0.4] - 2024-07-18
New Features
- CC16SCRIP-9423 :- Updated link for API reference document
[1.0.3] - 2023-06-28
New Features
- CC16SCRIP-6630 :- Support added for CRC-32 bit polynomial
Bug Fixes
- CC16SCRIP-6633 :- Added validator to check whether Initial seed and Final XOR value are in accordance with the selected polynomial width
[1.0.2] - 2022-10-06
Bug Fixes
- CC16SCRIP-4323 :- Added a notification as CRC simulator does not support polynomial greater than 16bit
[1.0.1] - 2022-06-01
New Features
- CC16SCRIP-2045 :- Dependency module names updated in builder view