Calculate CRC with MSP430 hardware

Technical Note 41610

Architectures:

MSP430

Component:

general

Updated:

11/6/2015 1:51 PM

Introduction

Some MSP430 devices has a built-in hardware CRC calculator. This Technical Note shows how to use it to verify a linker (XLINK) calculated checksum - or a software (C algorithm) calculated checksum.

Solution

See the example project (Example project (IAR Embedded Workbench for 430 5.60.3).zip) and screenshot for IAR Embedded Workbench for MSP430 version 5.60.3 (and newer) and MSP430FR5739.

Linker checksum settings

See Project > Options > Linker > Checksum.

The linker checksum in this example is configured as follows:

 Size: 2 bytes
Alignment: 2
Algorithm: CRC16(0x11021)
Complement: As is
Bit order: MSB first
Initial Value: 0x0
Checksum unit size: 8-bit

The hardware calculated checksum in this example matches the linker calculated checksum.

 

All product names are trademarks or registered trademarks of their respective owners.

We do no longer support Internet Explorer. To get the best experience of iar.com, we recommend upgrading to a modern browser such as Chrome or Edge.