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

Running multiple SPI devices CAN give some issues. #12

Open
Stefanhg opened this issue Oct 18, 2019 · 0 comments
Open

Running multiple SPI devices CAN give some issues. #12

Stefanhg opened this issue Oct 18, 2019 · 0 comments

Comments

@Stefanhg
Copy link

Hello.

I've been struggling with figuring out why the heck my ILI9340 and ADS1220 wouldn't go nice together. It took A LONG time to figure it out but i realized that the ILI9340 runs with another clock divider so the clock speed is much fast er than allowed on the ADS1220. In a nutshell.. IT WONT WORK.

A solution is redoing the library transfer parts to use this kind of transfer which sets the MSB, spi mode and clock for each transaction to ensure it is ok. I am going to do this myself right now so it shouldn't be hard.
https://www.arduino.cc/en/Tutorial/SPITransaction

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