Skip to content

SystickDelay should support bigger ticks value #7

@Geobert

Description

@Geobert

There's an assert!(ticks < (1 << 24)); and on efr32fg1p, the freq is 26MHz in WS0 mode (and 40MHz in WS1 mode).

So when delaying for 1s, we got 26_000_000 ticks which trigger the assert.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions