How can I calculate the McSPI Bandwidth?
My clock is 10MHz. Data transfer is 32 bits.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How can I calculate the McSPI Bandwidth?
My clock is 10MHz. Data transfer is 32 bits.
Hi Derek,
SPI shifts one bit out per clock cycle. I.e. we have 10 Mbps raw data rate.
If your question is how much of this raw data rate is the pure data rate, then we need to know your usecase.
For example, if you read from a memory, some bytes are sent to tell the memory the address to read from. The address bytes must be excluded from the data rate thus we need to know how many are they.
Regards,
Stan