Skip to content

Debug: reset and halt (rsthlt)

Gino Latino edited this page Apr 27, 2021 · 1 revision

Use

Reset the target device (e.g. TC275 AURIX) and force to core(s) to restart from the reset state, but does not start the xode execution. Such can be achieved by: rsthlt. This command is equivalent to use rst and stop.

Examples

Reset and Halt program execution

IP 0x8000026E State Running Enter command: rsthlt resulting into IP 0xA0000020 State Debug Enter command:

Note: core IP is set at initial execution address and code execution does not progress (core are stop, like using the 'stop' command).

Clone this wiki locally