Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
microbit-carlos opened this issue Sep 13, 2024 · 0 comments

Comments

@microbit-carlos
Copy link
Collaborator

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant