To our customers, Old Company Name in Catalogs and Other Documents On April 1st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took over all the business of both companies. Therefore, although the old company name remains in this document, it is a valid Renesas Electronics document. We appreciate your understanding. Renesas Electronics website: http://www.renesas.
Notice 1. 2. 3. 4. 5. 6. 7. All information included in this document is current as of the date this document is issued. Such information, however, is subject to change without any prior notice. Before purchasing or using any Renesas Electronics products listed herein, please confirm the latest product information with a Renesas Electronics sales office.
M16C PC4701 Emulator Debugger V.1.03.00 Release Notes This document describes the notes of this debugger, and please read before you start to use this debugger. And also, please refer to the “High-performance Embedded Workshop Release Notes” about the notes of High-performance Embedded Workshop IDE. Contents 1 Notes ..................................................................................................................................................... 2 1.1 Line Assembly .......................
1 Notes 1.1 Line Assembly Regardless of the Radix setting, the default for line assembly input is decimal. Specify H as the radix for a hexadecimal input. 1.2 Event Setting 1. TAB order in Set Event Status dialog box Even when you press [TAB] key, the next input control may not be focused on the Set Event Status dialog boxes opened from H/W Break, Time Measurement, and Trace Point. 2.
1.8 Real-time OS debugging functions 1. When several labels are allocated to the entry address of the tasks or handlers, the task name or the handler name displayed in the windows may be different from the actual function name. 2. When you use the feature to issue system-calls by the script command (MR SYS), the target program should be built with a specific option. For details, refer to the topic “Prepare the realtime OS debug” in the online help. 3.
! ! ! Add or remove software break points Change the status of hardware break points Get the trace information forcibly or re-start recording the trace information in Trace Window 1.14 The option “Always treat variables of enumerator type with unknown size as 1 byte” The “Always treat variables of enumerator type with unknown size as 1 byte” option is effective after downloading the program. When the option status is changed, target program should be downloaded again.
the self-check may fail to diagnose the emulator. When you use the self-check function, please use another communication interface except LAN interface. 1.20.4 About LAN communication with emulators by Windows XP or Windows2000 It is necessary for LAN communication with emulators by Windows XP or Windows 2000 to set the following registry. 1.
2 System Requirements 2.1 M16C PC4701 Emulator Debugger Target host PC PC OS Memory HDD Display Resolution Emulator PC4701U IBM PC/AT compatible with Pentium III 600MHz or higher Windows XP Windows 2000 128MB or more (and in addition, ten or more times as much size as the load module file). Hard disk available capacity for installation: 100MB or more. Prepare an area at least double the memory capacity (four-times or more recommended) as the swap area.
Emulation Pod for M16C/20 Series M30200T-RPD-E + M30201T-PRB M30200T-RPD-E + M30218T-PRB M30200T-RPD-E + M30220T-PRB (M30220TF-PRB) M30240T-RPD-E M30245T-RPD-E M30200T-RPD-E + M302N2T-PRB M30245T3-RPD-E M30240.MCU M30245.MCU M302N2.MCU M30245T3.MCU Emulation Pod for M16C/10 Series M30100T-RPD-E + M30100T-PRB M30100T3-RPD-E + M30100T-PRB M30100T-RPD-E + M301N2T-PRB M30100T3-RPD-E + M301N2T-PRB MCU file M30100.MCU M30100T3.MCU M301N2.MCU M301N2T3.MCU REJ10J1594-0100 Rev.1.00 Jul.01.
3 Version Report This section describes the specification of the changed software. 3.1 M16C PC4701 Emulator Debugger V.1.03.00 In this version, the following specifications were changed from the previous version M16C PC4701 Emulator Debugger V.1.02.00. This version supports all of the function extensions and the revisions to the restrictions in the High-performance Embedded Workshop V.4.02.00 and V.4.03.00.
3.2.2 Functional Extensions and Modifications 1. The real-time OS, M3T-MR30/4 which is compliant to μITRON 4.0 specifications, has been supported. 2. The ELF/DWARF2 format files generated using KPIT GNUM16C have been supported. 3. These commands, which can be invoked in Command Line, have been supported: breakpoint, breakpoint_disable, breakpoint_display, breakpoint_clear register_display, register_set disassemble, assemble 3.3 M16C PC4701 Emulator Debugger V.1.01.
(c) Terminating an application program For more details, please refer to RENESAS TOOL NEWS RSO-HEW_2-050301D issued on March 1, 2005. 5. A limitation has been corrected: C watch window may not load correct variable names which are registered in the watch tab. This problem occurs if a variable name is entered in any of the following ways: (a) An element of an array is specified using [ ] operator. Example: a[0] (b) A member of a structure or union is specified using . operator. Example: str.