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

SD card block read prefetcher #542

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

SD card block read prefetcher #542

wants to merge 5 commits into from

Conversation

mck1117
Copy link
Collaborator

@mck1117 mck1117 commented Jan 23, 2025

Implement a block read cache. When block N is requested, fetch that and then block N+1 as well.

H7 is over 1MB/s sequential read, which is very close to the absolute limit of USB FS (12mbit/s) after you include overhead.

#25

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

Successfully merging this pull request may close these issues.

1 participant