Hi. May i know what is the meaning of "Write TX data" and "continuous TX data"?
I am facing issue for receiving data in SPI master mode. Hope you could provide support for solving this.
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.
Hi. May i know what is the meaning of "Write TX data" and "continuous TX data"?
I am facing issue for receiving data in SPI master mode. Hope you could provide support for solving this.
Hi JH,
I believe you are asking to clarify "continuous" versus non-continuous transfer of data (please feel free to correct me if I'm wrong)?
The difference between the two would be primarily in the SPIFFCT[TXDLY] bit, which can configure a delay in the transfer of data when using FIFO mode. Adding a delay would result in a non-continuous transfer of words (meaning you would be adding some delay time in between transferring words of data) whereas having no delay would result in a continuous transfer of words. This is further described in the device TRM in section 9.3.7 SPI FIFO Description as well as the register field description in section 9.5.2.11 SPIFFCT Register. Here is a snippet from 9.3.7:
Please let me know if you have further questions or need more help with resolving your SPI receive issue.
Regards,
Allison