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 SPI communication with overclocked Pico W #2600

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

maxgerhardt
Copy link
Contributor

Just a basis for a possible fix for #2590.

Open points:

  • instead of a simple div by 4 at a certain frequency, try to compute the (fractional) divider such that we always try to reach a certain SPI clock speed, such as 66.5MHz
  • move fix to the lwip_cyw43439 library instead of the Pico W variant, to make it more generic? I wanted the call to be before the first cyw init call though

@maxgerhardt maxgerhardt marked this pull request as draft November 11, 2024 20:59
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