SD Player and SPI recommendations #1715
-
Hello, As I understand, SPI bus can be shared although some selection need to be done to the device currently using the bus. I'd like to know what is the recommendations towards this, regarding the sd player. Is it mandatory for the player to have its own dedicated bus (for streaming) or can it be shared with others (like a mfrc522 for instance). Thanks a lot for your answers |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Sep 26, 2024
Replies: 1 comment 1 reply
-
It is recommended to use a dedicated SPI out of performance reasons. You wiill need to check your individual case if you can get away by using a shared SPI: e.g
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is recommended to use a dedicated SPI out of performance reasons.
You wiill need to check your individual case if you can get away by using a shared SPI: e.g