Many
Manuals
search
Kategorien
Marken
Startseite
Renesas
Hardware
Emulator Debugger M16C PC4701
Bedienungsanleitung
Renesas Emulator Debugger M16C PC4701 Bedienungsanleitung Seite 3
Herunterladen
Teilen
Teilen
Zu meinen Handbüchern hinzufügen
Drucken
Seite
/
296
Inhaltsverzeichnis
LESEZEICHEN
Bewertet
.
/ 5. Basierend auf
Kundenbewertungen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
M16C
PC47
01 Em
ulato
r De
bugge
r
V
.1.03
User’
s Manual
U
s
e
r
’
s
M
a
n
u
a
l
Rev
.1.00 2007.07
Renesas Microcomputer Development
Environment System
1
2
3
4
5
6
7
8
...
295
296
To our customers
1
Overview
5
Target System
5
Supported CPU
5
Setup of Debugger 1
7
Tutorial 59
8
Reference 81
8
12. Attention 263
11
10. C/C++ Expressions 253
11
Setup of Debugger
13
1. Features
15
1.1.2 Sampling Period
16
1.1.3 Related Windows
16
1.2 Break Functions
17
1.2.2 Hardware Break
18
1.2.3 Protect Break
19
1.3 Real-Time Trace Function
20
1.5 Coverage Function
23
2.1 Communication methods
25
2.2 Function table
25
3.1.1 USB Interface
26
3.1.2 LAN Interface
26
3.1.3 LPT Interface
26
3.2 Download of Firmware
28
3.3.1 USB communication
29
3.3.2 LAN communication 1
30
Key Data
32
HKEY_LOCAL_MACHINE¥S
32
4. Preparation before Use
34
4.3 Starting the Debugger
46
5. Setup the Debugger
47
5.1.1 MCU Tab
48
5.1.3 F/W and Work Area Tab
53
5.1.5 Clock Tab
57
5.1.6 Script Tab
58
Comm nication Mode u
60
Nibb le
60
Contents
64
Mapping Note
68
External
68
Internal
68
Tutorial
73
6. Tutorial
75
6.2 Usage
76
6.2.8 Step8 : Viewing Memory
85
6.2.14 What Next?
94
Reference
95
7. Windows/Dialogs
97
7.1 RAM Monitor Window
98
7.1.1 Extended Menus
100
7.2 ASM Watch Window
102
7.2.1 Extended Menus
103
7.3 C Watch Window
104
7.3.1 Extended Menus
106
7.4 Coverage Window
107
7.4.1 Extended Menus
108
7.5 Script Window
110
7.5.1 Extended Menus
111
7.6.1 Command Button
113
7.7.4 Command Button
121
7.8 Protect Window
160
7.9.6 Command Button
167
7.10 Time Measurement Window
173
7.10.3 Command Button
178
7.11 Trace Window
184
7.11.5 Extended Menus
189
7.12 Data Trace Window
195
7.12.1 Extended Menus
196
7.13 GUI I/O Window
197
7.13.1 Extended Menus
198
7.14 MR Window
199
7.15 MR Trace Window
223
7.15.1 Extended Menus
225
7.15.2.5.1. Move the Marker
231
7.16 MR Analyze Window
232
7.16.4 Extended Menus
234
7.17 MR Task Pause Window
237
7.17.2 Extended Menus
238
7.18 Task Trace Window
244
7.18.1 Extended Menus
245
7.18.2.3.1. Move the Marker
250
7.19 Task Analyze Window
251
8. Table of Script Commands
253
9. Writing Script Files
259
9.1.1 Script Command
260
9.1.2 Assign Statement
260
9.1.3 Conditional Statement
260
9.1.5 Comment statements
261
9.2 Writing Expressions
262
Notes
263
9.2.3 Macro Variables
264
9.2.4 Register variables
265
9.2.5 Memory variables
265
9.2.6 Line Nos
265
Dyadic comparison level 8
266
10. C/C++ Expressions
267
10.1.2 Scope Resolution
268
10.1.4 Pointers
268
10.1.5 Reference
268
10.1.6 Sign Inversion
269
Default
270
unsigned
270
signed
270
10.1.14 Variable Name
271
10.1.15 Function Name
271
10.1.16 Character Constants
271
10.2.1 Enumeration Types
272
10.2.2 Basic Types
272
10.2.3 Pointer Types
273
10.2.4 Array Types
274
10.2.5 Function Types
274
10.2.6 Reference Types
274
10.2.7 Bit Field Types
274
10.2.9 Syntax Errors
275
12. Attention
277
12.1.4 Function name in C++
279
12.1.8 Down-load of Firmware
279
12.2.5 Hardware Event
283
12.2.7 CPU rewrite
283
12.2.8 MR STK script command
283
12.3.3 TASKING C Compiler
284
12.3.5 Hardware Event
285
12.3.9 Watch dog timer
286
12.3.10 CPU rewrite
286
12.4.9 Hardware Event
288
12.5.1 When Using NCxx
289
-y Option
290
-ylmb
290
-ylmba
290
-yspc
293
User’s Manual
296
Kommentare zu diesen Handbüchern
Keine Kommentare
Publish
Verwandte Produkte und Handbücher für Hardware Renesas Emulator Debugger M16C PC4701
Hardware Renesas H8S/2615 Series Bedienungsanleitung
(28 Seiten)
Hardware Renesas SuperH PLQP0144KA-A Bedienungsanleitung
(46 Seiten)
Hardware Renesas RSKH836079 Bedienungsanleitung
(6 Seiten)
Hardware Renesas Protection Board R0E330850ACBP0 Bedienungsanleitung
(8 Seiten)
Hardware Renesas H8S2215R Bedienungsanleitung
(28 Seiten)
Hardware Renesas M306V0T-RPD-E Bedienungsanleitung
(50 Seiten)
Hardware Renesas Converter Board M3T-100LCC-QSD Bedienungsanleitung
(6 Seiten)
Hardware Renesas R0E571370CFK00 Bedienungsanleitung
(42 Seiten)
Dokument drucken
Seite drucken 3
Kommentare zu diesen Handbüchern