Tool/software: Linux
Hi
As part of our requirement, it is required to transfer 64 bit word in one SPI transaction.
Im able to keep the chip select low for the entire transaction, using the FORCE bit.
(I know I could keep the chip select low by making the the chip select line a GPIO and then control it according to the requirement)
However, Im able to transmit only 32 bit word.
Is this a limitation that I could only transfer a maximum of 32 bits in a single transaction.
From the TRM, I see that, we can transfer:
- 4 words in a single transaction if the word length is 8 bits
- 2 words if the word length is 16 bits
So could you please let me know if I would be able to do a 64 bit transfer in a single transaction(one chip select)
Thanks in advance
Rohit