This function displays the current CPU status.
[Specification format]
[Argument(s)]
None
[Return value]
Current CPU status (string)
|
|
Hold
|
In bus hold
|
HoldStopIdle
|
Bus hold/Software STOP/Hardware STOP/IDLE mode
|
PowOff
|
Power not supplied to the target
|
InitialStop
|
Initial stop
|
Reset
|
In reset state
|
Standby
|
GTM: Clock is not supplied
Other than GTM: In standby mode
|
Stop
|
In STOP mode
|
StopIdle
|
Software STOP/Hardware STOP/IDLE mode
|
Wait
|
In wait state
|
Halt
|
In HALT mode
|
Sleep
|
In sleep state
|
DeepStop
|
In Deep Stop mode
|
CyclicRun
|
In Cyclic Run mode
|
CyclicStop
|
In Cyclic Stop mode
|
CyclicDisable
|
This is the state of the core other than the main core when the main core is in the Cyclic Run or Cyclic Stop mode.
|
Disable
|
MCS of GTM is not running.
|
None
|
N/A
|
[Detailed description]
- | This function displays the current CPU status. |
[Example of use]
>>>debugger.GetCpuStatus()
Stop
>>>
|