Other Parts Discussed in Thread: C2000WARE
Hi,
I am working with TMS320F28379D LaunchPad to program SPI for UCC5870Q EVM.
I have to measure the time for sending some SPI commands, but I have a problem because I cannot have the same “delay” between every two messages.
I am using SPI_writeDataBlockingNonFIFO to write the data and after it DEVICE_DELAY_US(2) to make the delay between them.
I also tried to write with SPI_writeDataBlockingNonFIFO and after it SPI_readDataBlockingNonFIFO(SPIB_BASE) instead of the delay.
But when I see the SPI signals on the oscilloscope, I cannot see the same delay between each message although I programmed it to be the same.
Could you please help me with this?
Thank you very much and kind regards,
Ivana