Fujitsu SOFTUNE F2 MC-16 user manual

User manual for the device Fujitsu SOFTUNE F2 MC-16

Device: Fujitsu SOFTUNE F2 MC-16
Category: Computer Accessories
Manufacturer: Fujitsu
Size: 2.26 MB
Added : 6/21/2014
Number of pages: 354
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Fujitsu SOFTUNE F2 MC-16. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Fujitsu SOFTUNE F2 MC-16.

For your convenience

If looking through the Fujitsu SOFTUNE F2 MC-16 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Fujitsu SOFTUNE F2 MC-16 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Fujitsu SOFTUNE F2 MC-16 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Fujitsu SOFTUNE F2 MC-16 User manual - Online PDF
Advertisement
« Page 1 of 354 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Fujitsu SOFTUNE F2 MC-16 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Fujitsu SOFTUNE F2 MC-16. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 2

Summary of the content on the page No. 3

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 .........................................................................

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 ...................

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

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

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

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


Alternative user manuals
# User manual Category Download
1 Fujitsu J2X0-1634-01EN User manual Computer Accessories 0
2 Fujitsu PRIMEPOWER B23Q8YA-G-02-F User manual Computer Accessories 4
3 Fujitsu ServerView Resource Orchestrator Cloud Edition J2X1-7611-03ENZ0 User manual Computer Accessories 1
4 Fujitsu FOR BOARD-TO-CABLE CONNECTION 240 User manual Computer Accessories 0
5 Fujitsu Atlas V14 BIWD-0991-01ENK(00) User manual Computer Accessories 7
6 Fujitsu Implementation SupplementSPARC64 V User manual Computer Accessories 0
7 Fujitsu User manual Computer Accessories 0
8 Fujitsu Embedded MegaRAID SATA CA97232-0014-01EN User manual Computer Accessories 0
9 Fujitsu COBOL85 User manual Computer Accessories 6
10 Sony VGC-RB50(G) User manual Computer Accessories 1
11 Sony Movie Studio HD Platinum Suite 11 MSPSMS11000 User manual Computer Accessories 177
12 Sony Hi-MD Walkman MCMD-R1 User manual Computer Accessories 7
13 Sony Sound Forge V.10.0 Pro SF-10000 User manual Computer Accessories 435
14 Sony Rechargable Battery Pack VGP-BPSC31 User manual Computer Accessories 23
15 Sony SMP-N100 User manual Computer Accessories 10