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.send4bit can't maintain clock at the same time as USB #7

Closed
gfwilliams opened this issue Oct 1, 2013 · 1 comment
Closed

SPI.send4bit can't maintain clock at the same time as USB #7

gfwilliams opened this issue Oct 1, 2013 · 1 comment

Comments

@gfwilliams
Copy link
Member

Causes glitches like are seen here:

http://www.youtube.com/watch?v=RBHP4xDCRk4

I guess ideally SPI would be driven via interrupts, so this fix could form part of a larger bit of work

@gfwilliams
Copy link
Member Author

There doesn't seem to be enough leeway to handle USB as well as doing this (there's an spi_irq branch which attempts to handle SPI via IRQ, and it really struggles at this datarate), so I just disabled this on this commit: 514e32c

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

1 participant