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);