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.

SPI time gap between 2 words

Other Parts Discussed in Thread: CC3100, CC3200

Hi all,

I open new topic becouse in my previus topic I've solved my issues.


I want to ask how is possible to remove or reduce time gap (750ns) between 2 consecutive words in an SPI trasmission.

My settings are:

MAP_SPIConfigSetExpClk(SSIBASE,MAP_PRCMPeripheralClockGet(PRCM_GSPI),
20000000, SPI_MODE_MASTER, SPI_MODE0,
(SPI_HW_CTRL_CS |
SPI_3PIN_MODE |
SPI_TURBO_OFF |
SPI_CS_ACTIVELOW |
SPI_WL_8));

and i send data with

MAP_SPITransfer(SSIBASE, &data, &rxData, 10, 0);