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

Lower default flash speed. #4392

Merged
merged 1 commit into from
Mar 12, 2021
Merged

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Mar 12, 2021

/ 6 leads to ~40mhz. GD25C 2M and 4M have a max 0x03 read speed of 60mhz.
If the divisor is / 4 then the speed is just over 60mhz.

Fixes #4377

/ 6 leads to ~40mhz. 2M and 4M have a max 0x03 read speed of 60mhz.
If the divisor is / 4 then the speed is just over 60mhz.

Fixes micropython#4377
@tannewt tannewt added crash rp2040 Raspberry Pi RP2040 labels Mar 12, 2021
@tannewt tannewt requested a review from jepler March 12, 2021 19:09
Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does what it says it does. (not that I scoped any waveforms 😉)

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

Successfully merging this pull request may close these issues.

Feather RP2040 CIRCUITPY folder disappears after reset
2 participants