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 Only Supports 4 wire SPI interfaces #25

Open
SkydiverTricky opened this issue Jan 3, 2025 · 1 comment
Open

SPI Only Supports 4 wire SPI interfaces #25

SkydiverTricky opened this issue Jan 3, 2025 · 1 comment

Comments

@SkydiverTricky
Copy link

Some peripheral devices only use 3 wires for SPI communication, CSEL, SCK and SDIO.

for example: https://www.st.com/resource/en/datasheet/cd00047926.pdf

The SpiPeripheral could be modified so that the input could be made an Inout, and one of the modes could be that 3 wire is enabled or disabled

@JimLewis
Copy link
Member

JimLewis commented Jan 3, 2025

I noted on the referenced data sheet that it says obsolete. Is there a non-obsolete part that does a 3 wire interface?

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