I am using an MSP430F5529 to sample, convert, and store sensor data. This data is acquired through both ADC and SPI (or I2C). Because of the intense timing constraints of the project, I want to be able to perform CPU operations for converting the data I have while concurrently receiving data from other sensors. In all of the TI Resource Explorer example programs, the microcontroller is put into LPM while doing an ADC conversion or sending SPI/I2C data. I want to be able to utilize the CPU during these times. I have sought information through online searches and datasheets regarding the topic; however, I can find no information that says conclusively whether the MSP430 is able to do this or not. As a plus, I would really like to be able to both sample the ADC and receive data via SPI/I2C at the same time while also utilizing the CPU.
Thank you in advance for your help.