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

Rp2040 performance & bootloader #60

Merged
merged 8 commits into from
Sep 14, 2022
Merged

Rp2040 performance & bootloader #60

merged 8 commits into from
Sep 14, 2022

Conversation

PetteriAimonen
Copy link
Collaborator

Improved RP2040 SCSI performance.

Added SD card bootloader and watchdog timer.

Loading code from external flash increases latency by small amounts.
In practice the effect is quite minimal due to RP2040 integrated
cache, but there is enough RAM to do this optimization.
The calculation of parity bits takes about 50% of CPU time for
10 MB/s synchronous transfer.
When the image file is detected to be contiguous, it gets
automatically converted to a raw mapping.
This avoids SdFat internal overhead.
@aperezbios aperezbios merged commit 42fef80 into main Sep 14, 2022
@aperezbios aperezbios added the enhancement New feature or request label Sep 14, 2022
@aperezbios aperezbios deleted the rp2040_performance branch September 14, 2022 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants