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

Fix invalid read test logic in sdmmc example #452

Closed
wants to merge 1 commit into from

Conversation

phoracek
Copy link
Contributor

The read check is processing a buffer 10 blocks long. The check then reads data from the SD card 10 times to then report the speed of "Read 10 blocks at X bytes/second". The problem is that it actually reads 10*10 blocks.

With this patch, read_blocks is used correctly to populate a continuous buffer.

The read check is processing a buffer 10 blocks long. The check then
reads data from the SD card 10 times to then report the speed of
"Read 10 blocks at X bytes/second". The problem is that it actually
reads 10*10 blocks.

With this patch, read_blocks is used correctly to populate a continuous
buffer.

Signed-off-by: Petr Horacek <[email protected]>
@phoracek
Copy link
Contributor Author

Better to tackle this as a part of #453 which reworks the example anyway.

@phoracek phoracek closed this Sep 18, 2023
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