Skip to content

microbit_seed_random() doesn't always create a random seed when SD is running #495

@microbit-carlos

Description

@microbit-carlos

Originally reported in:

And debugged in:

We might need to update it as shown in:

When SD is running we think maybe we are hitting this error condition and using the default seed instead of a random one:

if (result != NRF_SUCCESS)
random_value = 0xBBC5EED;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions