Tool/software: Code Composer Studio
I'm using MSP430F5529 mcu. there is spi communication for collecting data from sensor. also there is another mcu which is c2000 and it requests data from MSP430 through uart. uart data collect using receiver interrupt. some times uart interrupt the spi data reading. then it records error data. is there any suggestion to make it error free?