![Qorivva MPC5 Series Скачать руководство пользователя страница 104](http://html1.mh-extra.com/html/qorivva/mpc5-series/mpc5-series_manual_3255432104.webp)
Qorivva MPC5xxx/SPC5xx Debugger and NEXUS Trace
104
©1989-2021 Lauterbach GmbH
SYStem.Option RESetBehavior
Set behavior when target reset detected
Defines the debugger’s action when a reset is detected. Default setting is
ResetHalt
. If and how a reset can
be detected is set using
. This option is usually used for MPC55XX and
some 56XX to restore breakpoints after a reset. Usually not required for MPC57XX/SPC57X and SPC58X.
SYStem.Option ResBreak
Halt the core while reset asserted
Default: ON.
Format:
SYStem.Option RESetBehavior
<mode>
<mode>
:
Disabled
AsyncHalt
AsyncStart
ResetHalt
ResetStart
RESYNC
Disabled
No actions to the processor take place when a reset is detected.
Information about the reset will be printed to the message
AsyncHalt
Halt core as soon as possible after reset was detected. The core will halt
shortly after the reset event.
AsyncStart
Halt core as soon as possible after reset was detected. The debugger
sets debug and trace configuration registers and afterwards starts the
core(s) again.
ResetHalt
When a reset is detected, the debugger keeps reset asserted and then
halts the core at the reset address.
ResetStart
When a reset is detected, the debugger keeps reset asserted and then
halts the core at the reset address. The debugger sets debug and trace
configuration registers and afterwards starts the core(s) again.
RESYNC
When a reset is detected, the debugger waits until reset is released.
Once the core is out of reset, the debugger sets debug and trace
configuration registers on-the-fly.
Format:
SYStem.Option ResBreak
[
ON
|
OFF
]