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

MISO not updated on falling edge of CS when CPHA=1 #20

Open
zeidph opened this issue Aug 8, 2024 · 1 comment
Open

MISO not updated on falling edge of CS when CPHA=1 #20

zeidph opened this issue Aug 8, 2024 · 1 comment

Comments

@zeidph
Copy link

zeidph commented Aug 8, 2024

When using the shift() function MISO data is not shifted on the falling edge of CS. Its only shifted on the first edge SCLK.

@schang412
Copy link
Owner

The _shift function is a utility function. If you want to read some data on the falling edge of CS, you will need to implement the behavior yourself. Please refer to the slave examples provided to see how this is done.

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