Cpu Reset Commands; C17 Rst (Reset)[Icd Mini / Sim] - Epson S5U1C17001C Manual

Cmos 16-bit single chip microcomputer, c compiler package for s1c17 family
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

10.7.6 CPU reset Commands

c17 rst
(reset)
Operation
Resets the CPU.
As a result, the CPU is reset to its initial state as shown below.
(1) Internal registers of the CPU
r0–r7: 0x000000
pc:
Boot address (reset vector in the trap table)
sp:
0xfffffc
psr:
0x00 (IL = 000, IE = 0, CVZN = 0000)
(2) The execution counter is cleared to 0.
(3) The [Source] and [Registers] windows reappear.
Because the PC is set to the boot address, the [Source] window redisplays the program beginning with that
address. The [Registers] window reappears with the same settings as (1).
Format
c17 rst
Usage example
(gdb) c17 rst
The CPU is reset.
GUI
The c17 rst command can also be executed using one of the methods below.
• Click the [Reset] button in the [Source] window.
[Reset] button
• Choose [Reset] from the [Reset] menu in the [Source] window.
The above menu command/button executes the command file \gnu17\reset.gdb.
Contents of reset.gdb at shipment
c17 rst
The contents may be edited by the user.
Notes
• The contents of memory and debugging status of break and trace are not reset.
• When using gdb in ICD Mini mode, the bus status and I/O status are retained.
S5U1C17001C ManUal
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
EPSOn
10 DEBUggEr
[ICD Mini / SIM]
10
Debugger
10-89

Advertisement

Table of Contents
loading

Table of Contents