SHIPCore:SHIP CRC

From Serious Documentation
Jump to: navigation, search
Subsystem Introduced Description
SHIP_CRC v4.0 Generates and checks CRCs.

SHIP_CRC abstracts into a single unified API the concept of CRC generation and checking, with features such as:

  • several built-in tables for common polynomials supporting Modbus and the SHIPBridge protocol.
  • the ability to supply custom tables

SHIP_CRC is part of SHIPCore, the foundational firmware enabling application development for Serious Communications Modules. SHIPCore is bundled in SHIPWare for Serious Communications Modules which adds the OS, BSP, drivers, and glue on top of SHIPCore to create an out-of-the-box embedded application environment.

Major Version Changes

Version Change
v2.0.0 introduced


Files

API

Initialization

Examples