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.

MSPM0C1104: SPI Recieve Problem

Part Number: MSPM0C1104

Tool/software:

I have been using SPI RTC on SPI 0 , I am transmitting data on one of the register of RTC , and then reading that register,I am getting proper waveform of the data correctly at POCI pin , but when reading the RX_DATA buffer i am getting 0XFF data in the variable when debugging with XDS110

  ihave been using     SPI_RX_data  = DL_SPI_receiveData8(SPI_0_INST);   

Pls help