We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I noted on the referenced data sheet that it says obsolete. Is there a non-obsolete part that does a 3 wire interface?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: