Tool/software: Code Composer Studio
Hi,
I m working with XL2RM46 BOARD.
Trying to do spi communication(mibspi)for master. problem what I m facing is txdat1/0 is not capturing my txbuffer.
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.
Tool/software: Code Composer Studio
Hi,
I m working with XL2RM46 BOARD.
Trying to do spi communication(mibspi)for master. problem what I m facing is txdat1/0 is not capturing my txbuffer.
Hello,
In Multi-buffer mode the transmit data has to be written to the TXRAM locations and the receive data has to be read from RXRAM locations of the multi-buffer
RAM. The SPIDAT0 and SPIDAT1 are not used in MibSPI mode.
If you want to use SPIDAT0/1, please use SPI compatibility mode instead.