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.

SPI slave dont send data to master

Other Parts Discussed in Thread: CONTROLSUITE

Im try send data from slave to master with interrupt.  (with 2 F28335)

master continuous send data to slave, in main {SpiaRegs.SPIFFTX.bit.TXFIFO=1;}. 

slave is including rx interrupt  program. and read data. Then in rx interrupt programme, slave  send data to master (for example 0x0015). but slave dont send. Could u give me example programs ( master program and slave program) ?