Questions about SPI #1083
Answered
by
LeStarch
sheershak-agarwal
asked this question in
Q&A
Questions about SPI
#1083
-
Beta Was this translation helpful? Give feedback.
Answered by
LeStarch
Oct 21, 2021
Replies: 1 comment 9 replies
-
My understanding with SPI is that you read and write at the same time. Thus even if you are only required to write 16 bits, you still need to provide a buffer that is 16bits + 7*16bits long. What happens if you try this:
|
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
sheershak-agarwal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My understanding with SPI is that you read and write at the same time. Thus even if you are only required to write 16 bits, you still need to provide a buffer that is 16bits + 7*16bits long.
What happens if you try this: