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