Other Parts Discussed in Thread: MSPM0G3507
Hello.
I am currently using MSPM0G1506, is there any way to check if the mode it is operating in is RUN mode or SLEEP mode?
I am using CodeComposerStudio.
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.
Hello.
I am currently using MSPM0G1506, is there any way to check if the mode it is operating in is RUN mode or SLEEP mode?
I am using CodeComposerStudio.
Hi
Please check DSLEEP.PMODECFG register on DSLEEP selects the operating mode to enter upon a DEEPSLEEP request from the CPU.
Thanks
Hello.
I am looking for the DSLEEP.PMODECFG register.
I checked the DEEPSLEEP register and the value was STOP.
In this case, is it correct to say that the CPU is currently in STOP mode?
If so, is there any way to put it in RUN mode?
I did not see any register options.
Hi
There is no "sleep" API on the screenshot of your code.
Could you please review the MSP Academy – Power Mode Lab on dev.ti.com/.../node
Could you please try run the driver library code on mspm0_sdk_xxx \examples\nortos\LP_MSPM0G3507\driverlib
at the same time, Chapter 2 PMCU on MSPM0 G-Series 80-MHz Microcontrollers Technical Reference Manual is the reference.
Thanks