Skip to content

SCB::sys_reset() has the wrong mask for AIRCR PRIGROUP #338

Closed
@msamsonoff

Description

@msamsonoff

src/peripheral/scb.rs:835 has

const SCB_AIRCR_PRIGROUP_MASK: u32 = 0x5 << 8;

This field is three bits. The mask should be 0x7 or 0b111.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions