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

Multiple SD card reads per second #13194

Open
julianoes opened this issue Oct 15, 2019 · 4 comments
Open

Multiple SD card reads per second #13194

julianoes opened this issue Oct 15, 2019 · 4 comments

Comments

@julianoes
Copy link
Contributor

julianoes commented Oct 15, 2019

Describe the bug
When debugging read() without SD card I realized that on NuttX we are doing reads from the SD card multiple times a second. Presumably this should be done only when needed, e.g. when the mission is updated or a param is set.

@julianoes
Copy link
Contributor Author

This seems to come from geofence checks which would make sense, however, I don't think I have a geofence loaded.

@BazookaJoe1900
Copy link
Member

@julianoes - I might be wrong, but aren't the parameters stored on the flash, not the SD? so it should be related?

@julianoes
Copy link
Contributor Author

@BazookaJoe1900 I think you're right about the parameters.

@stale
Copy link

stale bot commented Jan 14, 2020

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Jan 14, 2020
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

2 participants