Epson S5U1C17001C Manual page 168

Cmos 16-bit single chip microcontroller (c compiler package for s1c17 family) (ver. 3.1)
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

8 Debugger
■Example 3
(gdb) c17 df 0x10 0x1f 2 dump.txt a
The contents of addresses 0x10–0x1f are appended in text form to the end of the file "dump.txt" when it is output.
■Example 4
(gdb) c17 df 0x1000 0x1fff 5 dump.mot a ; Footer is not output. (First)
(gdb) c17 df 0x3000 0x3fff 5 dump.mot a ; Footer is not output.
(gdb) c17 df 0x5000 0x5fff 5 dump.mot a ; Footer is not output.
(gdb) c17 df 0x7000 0x7fff 5 dump.mot f ; Footer is not output. (Last)
The contents of addresses 0x1000–0x7fff (every 0x1000 addresses) are written out in Motorola S3 format to the file
"dump.mot".
If no Append parameters exist or the parameter 'f' is specified, a footer record is output to a Motorola S3 format file.
Notes
 If the specified address exceeds the 24-bit range, an error is assumed.
 If the end address is smaller than the start address, an error is assumed.
8-18
Seiko Epson Corporation
S5U1C17001C Manual
(Rev. 1.0)

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the S5U1C17001C and is the answer not in the manual?

Questions and answers

Table of Contents