Resumo do conteúdo contido na página número 2
Resumo do conteúdo contido na página número 3
2 F MC-16 FAMILY TM SOFTUNE Workbench USER'S MANUAL FUJITSU SEMICONDUCTOR LIMITED
Resumo do conteúdo contido na página número 4
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 8
iv
Resumo do conteúdo contido na página número 9
CONTENTS CHAPTER 1 BASIC FUNCTIONS ..................................................................................... 1 1.1 Workspace Management Function ..................................................................................................... 2 1.2 Project Management Function ............................................................................................................ 3 1.3 Project Dependence .........................................................................
Resumo do conteúdo contido na página número 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 ...................
Resumo do conteúdo contido na página número 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 ....................................................
Resumo do conteúdo contido na página número 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 ....................................................................
Resumo do conteúdo contido na página número 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 ....................................................................
Resumo do conteúdo contido na página número 14
x
Resumo do conteúdo contido na página número 1
FUJITSU SEMICONDUCTOR
CM41-00313-6E
CONTROLLER MANUAL
2
F MC-16 FAMILY
TM
SOFTUNE Workbench
USER'S MANUAL
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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: �
Resumo do conteúdo contido na página número 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,
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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
Resumo do conteúdo contido na página número 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