Part Number: MSP430FR2476
Tool/software: Code Composer Studio
Hi everyone,
Our application is in SPI client structure and works properly in LPM0 mode. But we want to run LPM3 for power consumption.
In our application, there is an interrupt structure in which we open our SPI module before SPI transfer via a pin and turn off the SPI module after SPI transfer.
So I set the input and output to LPM3 here. When the SPI module is opening (at the beginning of the SPI transfer) I exit LPM3, while closing the SPI module (end of the SPI transfer) I log in to LPM3.
But I could not get a response at a spi speed of 1MHz. I would like to state that I also take the departure time from LPM3 into account. What do you think could be the problem? I will be grateful if you could help me.