This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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 ?
When you use SMCLK, you should be sure of SMCLK frequency.Kuo Chin Lin said:1. the UART baudrate need to change 19200, and use SMCLK to for Uart clk ,
The crystla is no longer needed and can be discarded to save its operatign current - unless you need it for something else.Kuo Chin Lin said:if not change the H/W ( ACLK- 32768hz),
I'd rather try an exit LPM1 command instead :)Kuo Chin Lin said:and can we use ISR same code (exit LMP3 comand ) to wakup LPM1 from RX PIN interrupt ?
However, when you source SMCLK from DCO and use SMCLK for clockign the UART, then you cannot use LPM1 at all, as you cannot switch off the DCO and still use it :)
LPM0 is as far as you can go then.
**Attention** This is a public forum