CRC-32

<< Click to Display Table of Contents >>

Navigation:  STM32F4 Target > Block References > On-chip Peripherals > CRC >

CRC-32

Previous pageReturn to chapter overviewNext page

User Interface

How this block appears in a Simulink model?

crc_block

What can be configured?

crc_blockmask

There is no configuration parameters.

When to use this block?

Use this block to compute CRC-32 (Cyclic Redundancy Check) code from a uint32 data array based on STM32F4xx CRC generation algorithm with the following parameters.

Polynomial: 0x4C11DB7

Initial value: 0xFFFFFFFF

This block supports Simulink simulation.

How does this block work?

The block's input to this block must be an array of uint32 type.

The block's output is a uint32 CRC-32 code.

Demos

CRC-32