Hello,
I am using the SPI interface in master mode to stream out radar data in fixed 4096[byte] packets.
During transfer there are periodic large gaps in the clock which I understand are caused by the DMA filling the output buffer.
I would like to know how to eliminate or significantly reduce these gaps which reduce the overall data throughput.
I have seen references to enabling SPI_MULTI_ICOUNT_SUPORT, but this define does not appear to exist in SDK 3.3.0.3.
Can MIBSPI_RAM_MAX_ELEM be increased beyond 64 to allocate more RAM for the MibSPI driver?
Cheers,
Curtis