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

GP SPI W5500 Network Module #15

Open
NonaSuomy opened this issue Apr 11, 2024 · 0 comments
Open

GP SPI W5500 Network Module #15

NonaSuomy opened this issue Apr 11, 2024 · 0 comments

Comments

@NonaSuomy
Copy link

I tried to use these pins for general SPI seems GPIO 9 didn't like to be used as a CS pin if switch that it works.

ethernet:
  type: W5500
  clk_pin: GPIO05
  mosi_pin: GPIO04
  miso_pin: GPIO13
  cs_pin: GPIO09
  interrupt_pin: GPIO10
  reset_pin: GPIO12

I then swapped them to

ethernet:
  type: W5500
  clk_pin: GPIO42
  mosi_pin: GPIO44
  miso_pin: GPIO40
  cs_pin: GPIO39
  interrupt_pin: GPIO41
  reset_pin: GPIO43

and it worked.

Any idea why? I think it was because of GPIO 9 and using some pins in the FSPI pin layout not in the order it wants

image

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

No branches or pull requests

1 participant