ページ2に含まれる内容の要旨
ページ3に含まれる内容の要旨
2 F MC-16 FAMILY TM SOFTUNE Workbench USER'S MANUAL FUJITSU SEMICONDUCTOR LIMITED
ページ4に含まれる内容の要旨
ページ5に含まれる内容の要旨
PREFACE ■ What is the SOFTUNE Workbench? 2 SOFTUNE Workbench is support software for developing programs for the F MC-16 family of microprocessors / microcontrollers. It is a combination of a development manager, simulator debugger, emulator debugger, monitor debugger, and an integrated development environment for efficient development. ■ Purpose of this manual and target readers This manual explains functions of SOFTUNE Workbench. This manual is intended for engineers designing several kinds of
ページ6に含まれる内容の要旨
• The contents of this document are subject to change without notice. Customers are advised to consult with sales representatives before ordering. � The information, such as descriptions of function and application circuit examples, in this document are presented solely for the purpose of reference to show examples of operations and uses of FUJITSU SEMICONDUCTOR device; FUJITSU SEMICONDUCTOR does not warrant proper operation of the device with respect to use based on such information. When yo
ページ7に含まれる内容の要旨
READING THIS MANUAL ■ Configuration of Page In each section of this manual, the summary about the section is described certainly, so you can grasp an outline of this manual if only you read these summaries. And the title of upper section is described in lower section, so you can grasp the position where you are reading now. iii
ページ8に含まれる内容の要旨
iv
ページ9に含まれる内容の要旨
CONTENTS CHAPTER 1 BASIC FUNCTIONS ..................................................................................... 1 1.1 Workspace Management Function ..................................................................................................... 2 1.2 Project Management Function ............................................................................................................ 3 1.3 Project Dependence .........................................................................
ページ10に含まれる内容の要旨
2.1.11.3 Searching Trace Data ............................................................................................................... 55 2.1.11.4 Saving Trace Data .................................................................................................................... 56 2.1.12 Measuring Coverage ................................................................................................................... 57 2.1.12.1 Coverage Measurement Procedures ...................
ページ11に含まれる内容の要旨
2.2.10.1 Coverage Measurement Procedures ...................................................................................... 127 2.2.11 Execution Time Measurement ................................................................................................... 131 2.2.12 Sampling by External Probe ...................................................................................................... 133 2.2.13 Checking Debugger Information ....................................................
ページ12に含まれる内容の要旨
2.4.1 Setting Operating Environment ................................................................................................. 203 2.4.1.1 Monitoring Program Automatic Loading ................................................................................. 204 2.4.1.2 MCU Operation Mode ............................................................................................................. 205 2.4.1.3 Debug Area ....................................................................
ページ13に含まれる内容の要旨
2.5.7 Measuring Performance ............................................................................................................ 266 2.5.7.1 Performance Measurement Procedures ................................................................................. 267 2.5.7.2 Display Performance Measurement Data ............................................................................... 268 2.5.8 Execution Time Measurement ....................................................................
ページ14に含まれる内容の要旨
x
ページ1に含まれる内容の要旨
FUJITSU SEMICONDUCTOR
CM41-00313-6E
CONTROLLER MANUAL
2
F MC-16 FAMILY
TM
SOFTUNE Workbench
USER'S MANUAL
ページ15に含まれる内容の要旨
CHAPTER 1 BASIC FUNCTIONS This chapter describes the basic functions on the SOFTUNE Workbench. 1.1 Workspace Management Function 1.2 Project Management Function 1.3 Project Dependence 1.4 Make/Build Function 1.5 Include Dependencies Analysis Function 1.6 Functions of Setting Tool Options 1.7 Error Jump Function 1.8 Editor Functions 1.9 Storing External Editors 1.10 Storing External Tools 1.11 Macro Descriptions Usable in Manager 1.12 Setting Operating Environment 1.13 Debugger Type
ページ16に含まれる内容の要旨
CHAPTER 1 BASIC FUNCTIONS 1.1 Workspace Management Function This section explains the workspace management function of SOFTUNE Workbench. ■ Workspace SOFTUNE Workbench uses workspace as a container to manage two or more projects including subprojects. For example, a project that creates a library and a project that creates a target file using the project can be stored in one workspace. ■ Workspace Management Function To manage two or more projects, workspace manages the following information: �
ページ17に含まれる内容の要旨
CHAPTER 1 BASIC FUNCTIONS 1.2 Project Management Function This section explains the project management function of SOFTUNE Workbench. ■ Project Management Function The project manages all information necessary for development of a microcontroller system. Especially, its major purpose is to manage information necessary for creation of a target file. The project manages the following information: - Project configuration - Active project configuration - Information on source files, include files,
ページ18に含まれる内容の要旨
CHAPTER 1 BASIC FUNCTIONS level of a compiler and MCU setting, can be created within one project. In the project configuration, the following information is managed: - Name and directory of target file - Information on options of language tools to create target file by compiling, assembling and linking source files - Information on whether to build file or not - Information on setting of debugger to debug target file ■ Active Project Configuration The active project configuration at default und
ページ19に含まれる内容の要旨
CHAPTER 1 BASIC FUNCTIONS 1.3 Project Dependence This section explains the project dependence of SOFTUNE Workbench. ■ Project Dependence If target files output by other projects must be linked, a subproject is defined in the project required in [Project] - [Project Dependence] menu. The subproject is a project on which other projects depend. By defining project dependence, a subproject can be made and built to link its target file before making and building the parent project. The use of projec
ページ20に含まれる内容の要旨
CHAPTER 1 BASIC FUNCTIONS 1.4 Make/Build Function This section explains the make/build function of SOFTUNE Workbench. ■ Make Function Make function generates a target file by compiling/assembling only updated source files from all source files registered in a project, and then joining all required object files. This function allows compiling/assembling only the minimum of required files. The time required for generating a target file can be sharply reduced, especially, when debugging. For this