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.

LPM3模式

我在写程序。

怎么设置 进入LPM3模式(不要用TI的那个函数)? 谢谢!

  • 那估计得用汇编,如果你用C,那就混合吧:

    ; Enter LPM3 Example

     BIS   #GIE+CPUOFF+SCG1+SCG0,  SR      ;Enter LPM3

    ; ...                                                                           ; Program stops here

     

    为啥不用那个语句呢?不是挺方便的吗?