Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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.

TMS320F28069F: what is SPI setting for half duplex communication.

Part Number: TMS320F28069F

Dear TI Members,

I am developing SPI communication between F28069 and other MCU.

MCU is SPI master, F28069 is SPI slave and using Rx, Tx ISR.

As I tested, both RxISR and TxISR were executed during any SPI communication.(seems to be full duplex)

It is quite confusing to handle, so I'd like to make it one way communication(half duplex)

For example, first, MCU send request to F28069, and MCU receive response from F28069 later

There is no sending/receiving data at the same time.

It makes me sure that F28069 is receiving request via RxISR during MCU sending, 

To do this, what is initial SPI setting ?

Thanks in advance.