Skip to content

STM32F4 - CRC implementation faulty #462

Description

@RajaSrinivasan

STM32.CRC defines a new type:

private

type CRC_32 is new STM32_SVD.CRC.CRC_Peripheral;

The above leads to creating new variables instead of accessing the singleton object CRC_Periph located at a specific address.

CRC calculations fail due to this - always returning the last value written to the DR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions