Download Softune Workbench V3c

Summary of the content on the page No. 1

FUJITSU SEMICONDUCTOR
CM41-00313-6E
CONTROLLER MANUAL
2
F MC-16 FAMILY
TM
SOFTUNE Workbench
USER'S MANUAL

  1. SafeQ Client is a Shareware software in the category Miscellaneous developed by [SOFTUNE FR Family SOFTUNE Workbench. The latest version of SafeQ Client is currently unknown. It was initially added to our database on.
  2. 2.1 Start new project with Softune Workbench At first choose an evaluation MCU (here: MB91F467D), copy the template project of the “Softune samples” into an own folder (here: “Emulation_Test”) and start the Softune Workbench Software. 2.2 “Main.c” The following program, based on the standard template project, is used for demonstrating.
Summary of the content on the page No. 2
Summary of the content on the page No. 3

I just have one more question, is there other compiler than Softune Workbench to compile C code before flashing it on the board? Because I can not found this compiler to download. Thanks a lot.

2 F MC-16 FAMILY TM SOFTUNE Workbench USER'S MANUAL FUJITSU SEMICONDUCTOR LIMITED

Summary of the content on the page No. 4
Summary of the content on the page No. 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

Summary of the content on the page No. 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

Summary of the content on the page No. 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

Summary of the content on the page No. 8

iv

Summary of the content on the page No. 9

CONTENTS CHAPTER 1 BASIC FUNCTIONS ..................................................................................... 1 1.1 Workspace Management Function ..................................................................................................... 2 1.2 Project Management Function ............................................................................................................ 3 1.3 Project Dependence .........................................................................

Softune Workbench Download

Summary of the content on the page No. 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 ...................

Download Softune Workbench V3c
Summary of the content on the page No. 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 ....................................................

Summary of the content on the page No. 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 ....................................................................

Summary of the content on the page No. 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 ....................................................................

Summary of the content on the page No. 14

x

Summary of the content on the page No. 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

Summary of the content on the page No. 16
SoftuneWorkbench

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: �

Summary of the content on the page No. 17

Softune Workbench

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,

Summary of the content on the page No. 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

Summary of the content on the page No. 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

Summary of the content on the page No. 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