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.

LAUNCHXL-F28379D: SPI Data Transfer Size

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

Sir,

I am using SPI Example on LaunchXL-28379D . In this I am observing 16-bits on the scope

SPI_writeDataNonBlocking(SPIB_BASE, 0xAA);

. In the code , I have Sent  Data= 0xAA which is of 8 bits .so it should require  8 clock cycles to send the data.

But In the scope I am observing 16 clock cycles , and the first 8 clock cycles data are 0's.

I need to send  only 8 bits of data . How can I ?

Please suggest