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

SPI: pin configuration is not flexible enough #2511

Open
bugadani opened this issue Nov 9, 2024 · 0 comments
Open

SPI: pin configuration is not flexible enough #2511

bugadani opened this issue Nov 9, 2024 · 0 comments
Labels
api bug Something isn't working help wanted Extra attention is needed peripheral:spi SPI peripheral status:needs-attention This should be prioritized

Comments

@bugadani
Copy link
Contributor

bugadani commented Nov 9, 2024

Currently, we take Output pins for both MOSI and MISO. This creates some problems with devices like M5CoreS3 SE which uses a full-duplex SPI for the SD card, and a 3-wire simplex SPI setup for the display, reusing the MISO pin as the DC output.

Currently we can't work with this device safely.

cc #2494

@bugadani bugadani added bug Something isn't working help wanted Extra attention is needed api peripheral:spi SPI peripheral status:needs-attention This should be prioritized labels Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api bug Something isn't working help wanted Extra attention is needed peripheral:spi SPI peripheral status:needs-attention This should be prioritized
Projects
Status: Todo
Development

No branches or pull requests

1 participant