Hi for everybody.
I have a problem with the MSP430FR2433. I'm implemeting a low-power product and I have noticed that in my implementation, when I set the interrupt pin, a need to wait for 200ms to send the packet.
The MSP430 enters in LPM4.5 mode, and, when wakeup, the usart peripheral is ready for receiving data after 7ms, but, the clock, needs this amount of time to stabilize.
Below, the clock generated by timer, with the SMCLK source, showing the time. The code is "stopped", and only the interrupt is working on gpio.
So, this is normal? Or there's something wrong that can cause this situation?
Thank you so much for the help.