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.