进入LPM3模式是不是可以通过以下函数完成?进入后程序相当于卡在__no_operation()处,当__bic_SR_register_on_exit(LPM3_bits)时程序继续往下执行?
__bis_SR_register(LPM3_bits + GIE);
__no_operation();
__bic_SR_register_on_exit(LPM3_bits)
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.