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

Pico-Arduino Incompatibility #98

Open
treyus30 opened this issue Jun 14, 2023 · 1 comment
Open

Pico-Arduino Incompatibility #98

treyus30 opened this issue Jun 14, 2023 · 1 comment

Comments

@treyus30
Copy link

treyus30 commented Jun 14, 2023

This library seems to soft-lock the Rpi Pico (RP2040) after setting up SPI pins, which can be caused by improper SPI channel & pin assignment. https://arduino-pico.readthedocs.io/en/latest/spi.html
However, SPI is confirmed to be working properly with other libraries like Adafruit GFX-based ones, so it is something in the way this particular library functions.

I've spent several hours trying to understand why, but C++ is not something I'm experienced enough in to get to the bottom of this. Would welcome someone to look into this or provide further suggestions.

@xpat1024
Copy link

Just to add to this; I'm seeing the same issue with Pico-Arduino framework, interestingly it works fine with the mbed framework. I'll look some more once I get my debug probe.

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

2 participants