Dear Sir :
we use F2272 MCU stay in LMP3 mode and waiting the uart RX interupt to wakeup MCU ,
the uart use Aclk(32768HZ) for Uart clock ,and baudrate is 9600 , now is work well ,
and my problem is ,
1. the UART baudrate need to change 19200, and use SMCLK to for Uart clk ,
we still need stay in LPM1 ( or the most low power cumpostion ),
if not change the H/W ( ACLK- 32768hz),
and can we use ISR same code (exit LMP3 comand ) to wakup LPM1 from RX PIN interrupt ?
2. any idel to reverse UART out use the soft setting ?