First Step Guide(Rev1.02)

Total Page:16

File Type:pdf, Size:1020Kb

First Step Guide(Rev1.02) FR FAMILY F2MC FAMILY 32/16/8-BIT MICROCONTROLLER SOFTUNE FIRST STEP GUIDE Preface Purpose of Manual This manual provides a general description of Softune, the procedure for software development using Softune, and the functions of Softune. This manual is intended to give a quick understanding of how to operate Softune efficiently. Readers This manual is intended for engineers to actually develop software using Softune. Features of Manual This manual introduces the procedure for software development using Softune through the use of simple samples. This manual also describes the useful functions and technical knowledge of Softune. Versions of Tools The versions of the tools used in this manual are as follows: FFMC-16 Family Softune Professional Pack REV: 300010 • Softune Workbench V30L26 • Softune C Compiler V30L06 • Softune Assembler Pack REV:300009 • Softune C Checker V30L07 • Softune C Analyzer V30L09 FFMC-16 Family Softune REALOS/907 Basic Version REV: 300004 • Softune REALOS/907 Kernel V30L05 • Softune REALOS Configurator V30L08 • Softune REALOS/907 Analyzer V30L21 - 2 - Contents Chapter 1 General 4 -7 page This chapter describes the functions and features of Softune. Chapter 2 Installing 8 - 10 page This chapter explains how to install Softune. Chapter 3 Development Procedure 11 page This chapter covers the procedure for software development using Softune. Chapter 4 Tutorial 12 - 110 page This chapter gives examples of software development using the FFMC-16 family Softune V3, including Project creation and Debugger operation through the use of simple samples. Chapter 5 Useful Functions 111 - 124 page This chapter describes the useful functions of Softune Workbench. Chapter 6 Operating C Checker 125 - 131 page This chapter explains how to operate the C Checker. Chapter 7 Operating C Analyzer 132 - 140 page This chapter explains how to operate the C Analyzer. Chapter 8 Program Development using Softune REALOS 141 - 171 page This chapter explains how to operate the Project using REALOS. Appendix A How to Create an I/O Area Module 172 - 175 page Appendix A explains how to create an I/O area module. Appendix B Q&A 176 - 218 page Appendix B lists common questions and technical knowledge in question-and-answer form. - 3 - Chapter 1 General Outline of Softune • 1.1 Functions • 1.2 Features - 4 - 1.1 Functions Manager Function Operations, such as coding, debugging and compiling, performed in software development are supported in a comprehensive manner. This function enables the user to perform software development without paying attention to starting language tools, such as a compiler and Debugger, and creating option setting files. Debugging Function Three Debuggers (Simulator Debugger, emulator Debugger and monitor Debugger) are supported; each can be used as needed. It is also possible to easily set the environments, such as the debugging environment and operating environment of the MCU. Function for Checking and Analyzing Source Files The Softune Professional Pack has C Checker and C Analyzer tools to check and analyze source files written in C. Function for Setting Editors and Tools Although Softune has an editor, any editor can be loaded and used. Any execution file can be set and executed from the Softune Workbench desktop. This function can be used to install source management tools (Visual Source Safe, Clear Case, etc.) into the system. For details, refer to the manual for linking the corresponding tool. Function for Linking Other Tools Installation of the communication module enables linking with other tools. Link with ZIPC (CATS CO.,LTD.) enables simulation using a virtual target and debugging linked with the state transition table. For details, refer to the manual for linking the corresponding tool. - 5 - = Debugger type = • Simulator Debugger The Simulator Debugger simulates the MCU operations (instruction execution, memory space, I/O ports, interrupts, reset, low-power consumption modes, etc.) only with software and evaluates the program. The Simulator Debugger is used to evaluate the state where the evaluation system is uncompleted and a single operation check. The internal resources and registers associated with them not mentioned in the Softune Workbench 'Functional Description - Simulator Debugger' Manual are not supported. • Emulator Debugger The Emulator Debugger is software that controls the in-circuit Emulator (ICE) through a communication line (RS-232C or LAN) from the host computer and evaluates the program. The in-circuit Emulator (ICE) must be initialized before use. For the initialization, see 4.3.1 Load Monitor Program. • Monitor Debugger The monitor Debugger enables the debugging function by incorporating the debugging monitor into the target system and communicating with the host computer. The target monitor program must be ported to suit target hardware before use. The monitor Debugger is not supported in the FFMC-8L Family. - 6 - 1.2 Features Features • Fully integrated development environment • High-performance C and C++ compilers (C++ Compiler only for FR) • Development support by C and C++ Checkers, and C and C++ Analyzers (C++ Checker and Analyzer only for FR) • Development support using REALOS (Configurator and Analyzer) • Installation of user tools (source generation management tool, etc.) • Link with external editors (Hidemaru, WZ, MIFES, etc.) • Supports both Japanese and English versions (menu, help, manual) • Substantial solutions to linkage with CASE tools (ZIPC, etc.) - 7 - Chapter 2 Installing Procedure The install procedure is explained using an example of installation of FFMC-16 Family V3 Professional Pack. (1) Insert the CD-ROM into the drive. (2) Start setup.exe to open the Setup menu. (3) Specify the destination directory. - 8 - (4) Select the components to install. When a component is selected, its description appears at the right side. Mark the appropriate checkboxes. This manual gives a description of the operational method by installing the following tools. (5) Execute the wizard to check the components to install, and then start installation. - 9 - Cautions • Refer to the installation manual before installation. • When installing more than one Softune V3 product (for FFMC-8L, FFMC-16, and FR Families) on one personal computer, specify the same destination folder. • When installing Softune V3 and Softune V5 on one personal computer, always specify different destination folders. Installation in the same folder is prohibited. • When installing Softune V5 in a directory where Softune V3 has been installed, uninstall Softune V3 and then install Softune V5. The same operation should be done when changing from Softune V5 to Softune V3. - 10 - Chapter 3 Development Procedure The software development procedure using Softune is given as a flowchart. - 11 - Chapter 4 Tutorial Outline This chapter gives a concrete example of the software development procedure using Softune by using simple examples. This chapter also briefly explains Project creation using Softune for the FFMC-16 Family, debugging using the Simulator and Emulator, and an example of using the object-type converter. • 4.1 Design Project • 4.2 Debugging by Simulator • 4.3 Debugging by Emulator • 4.4 Using Object-type Converter - 12 - 4.1 Design Project Design Project This section explains the procedures from Project creation to target file creation. The sample creates Project that the target MCU is the FMC-16LX(MB90F598), and it does not use OS. The explanation assumes that Softune Workbench, C Compiler and Assembler pack are installed in C:¥Softune. • 4.1.1 Setup Development Environment • 4.1.2 Create Project • 4.1.3 Setup • 4.1.4 Create Source File • 4.1.5 Add Member Files to Project • 4.1.6 Setup Tool Option • 4.1.7 Set Linkage Order • 4.1.8 Create Target File - 13 - 4.1.1 Setup Development Environment Setup Development Environment Set the contents of the [Environment Variable] and [Project] tabs in the [Setup Development Environment] dialog. (1) Start Softune Workbench to select [Development...] in the [Setup] menu. • Environment Variable tab At installation, the recommended configurations are set in the [Setup Development Environment] dialog. - 14 - • Project tab Make the basic settings required to operate Softune Workbench. Mark the appropriate checkboxes. In this tutorial, mark the checkboxes given in the following dialog. - 15 - = How to change message display color = The display color of the termination messages displayed in the Output window can be changed at Make/Build execution. Color-coding provides easy-to-read messages. To set the color of termination messages, mark the checkbox for 'Termination messages are highlighted at make/build' in the [Project] tab and click the [Detail optimize...] button. - 16 - - 17 - 4.1.2 Create Project Create Project Create a Project to generate an absolute-type target file. (1) Select [Project file] from [New] in the [File] menu. (2) In the [Create New Project] dialog, set the following items and click the OK button. • Project type ==> Absolute type (ABS) • Project name ==> mb2k_sample • Target file name ==> mb2k_sample.abs • Project directory ==> C:¥Softune¥sample¥fsg¥16lx_sample • Chip classification ==> FMC16LX • Target MCU ==> MB90F598 - 18 - (3) The Project to generate a target file is created. = Open Project = To open the Project file after Project creation (second and later creations), proceed as follows: The Project file in this sample is mb2k_sample.prj. (1) Select [Open Project...] from the [File] menu. (2) Select the Project file opened in [Open Project...]. =
Recommended publications
  • FUJITSU SEMICONDUCTOR FR FamilyNew-Generation Microcomputers with Extensive Specifications
    Japan Marketing Div., Electronic Devices Shinjyuku Dai-ichi Seimei Bldg. FUJITSU LIMITED 7-1, Nishishinjuku 2-chome, Shinjuku-ku, Tokyo 163-0721 http://edevice.fujitsu.com/ Tel : +81-3-5322-3353 Fax : +81-3-5322-3386 North and South America Europe Asia Pacific Korea FUJITSU MICROELECTRONICS, INC. FUJITSU MICROELECTRONICS FUJITSU MICROELECTRONICS FUJITSU MICROELECTRONICS 3545 North First Street EUROPE GmbH ASIA PTE LTD. KOREA LTD. San Jose, CA 95134-1804, USA Am Siebenstein 6-10, #05-08, 151 Lorong Chuan, 1702 KOSMO TOWER, Tel : +1-408-922-9000 D-63303 Dreieich-Buchschlag, New Tech Park, 1002 Daechi-Dong, Fax : +1-408-922-9179 Germany Singapore 556741 Kangnam-Gu, Seoul Tel : +49-6103-690-0 Tel : +65-6281-0770 135-280, Korea Customer Response Center Fax : +49-6103-690-122 Fax : +65-6281-0220 Tel : +02-3484-7100 Mon.-Fri.: 7am-5pm (PST) http://www.fme.fujitsu.com/ http://www.fmal.fujitsu.com/ Fax : +02-3484-7111 Tel : +1-800-866-8608 http://www.fmk.fujitsu.com/ Fax : +1-408-922-9179 http://www.fma.fujitsu.com/ Specifications are subject to change without notice. For further information please contact each office. All Rights Reserved. The contents of this document are subject to change without notice. Customers are advised to consult with FUJITSU sales representatives before ordering. The information and circuit diagrams in this document are presented as examples of semiconductor device applications, and are not intended to be incorporated in devices for actual use. Also, FUJITSU is unable to assume responsibility for infringement of any patent rights or other rights of third parties arising from the use of this information or circuit diagrams.
    [Show full text]
  • Release Notes Www
    Razorcat Development GmbH Witzlebenplatz 4 14057 Berlin Germany Technical Support phone +49 - (30) - 536 357 0 fax +49 - (30) - 536 357 60 email [email protected] Release Notes www http://www.razorcat.com Addressed In: 3.0.31 (18 item(s)) CR Number: 5235 Component: TDE Fix: Possible error when copying colunmns in TDE containg dynamic INOUT objects with structs containing arrays of unions with OUT only passing direction. CR Number: 5234 Component: Support Fix: Error creating support files with path names longer than 100 characters. CR Number: 5233 Component: SCE Fix: Missleading call trace display when multiple work tasks are called in one time step (second work task was displayed as called from first work task in actual call trace view). CR Number: 5232 Component: Driver Fix: Generating test driver containing function declaration longer than 1024 characters failed. CR Number: 5231 Component: TIE Fix: Missing __attribute__((packed)) when creating synthetic struct of that type. CR Number: 5230 Component: Driver Fix: Possible error generating driver for advanced stub pointer to struct parameter. CR Number: 5227 Component: Cosmic S12X/ZAP/TRACE32 Fix: ZAP and TRACE32 cannot handle Cosmic's S12X generated short path names. Changed the makefile templates to use the long path names instead. CR Number: 5225 Component: Makefile Templates Fix: Substituted missing 'type' command by 'cat' in respective makefile templates. Razorcat Development GmbH, Witzlebenplatz 4, 14057 Berlin, Germany 1 Release Notes TESSY Addressed In: 3.0.31 (18 item(s)) CR Number: 5224 Component: IDB Fix: Possible error in interface database, when a function pointer inside a struct uses the struct itself as parameter.
    [Show full text]
  • Testwell CTC++ Test Coverage Analyser
    Testwell CTC++ Test Coverage Analyser What is Testwell CTC++? Testwell CTC++ is the leading Code Coverage Tool for measuring Code Coverage on host and on all embedded targets (even very small ones). The tool can be used to fulfill the code coverage requirements of safety standards like DO-178C, ISO 26262, EN 50128, and IEC 60880. Hundreds of companies in more than 30 countries all over the world use Testwell CTC++ in order to insure the quality of their softwares. Testwell CTC++ is the first choice for companies which have to achieve and to proof high code coverage in aerospace, automotive, transportation, healthcare, nuclear power and other industries. Why Code Coverage? Code coverage is a measure, which describes the degree to which the source code of a program is tested. This can be considered as an indirect measure of quality of the software. Code coverage finds areas of a program which have not yet exercised by a set of test cases. This way it supports you by creating additional test cases to increase the code coverage and prevents you from writing redundant test cases. Code coverage is most useful during the module testing phase, though it also has benefit during integration testing and at other times, depending on how and what you are testing. Code coverage is « highly recommanded » (which means de facto mandatory) for safety critical software. Safety standards like DO-178C (Software Considerations in Airborne Systems and Equipment Certification), IEC/EN 61508 (functional safety of electrical/electronic, programmable electronic safety-related systems), EN 50128 (Railway applications - Communication, signalling and processing systems - Software for railway control and protection systems), IEC 60880 (nuclear power), and ISO 26262 (functional safety of road vehicles) request different levels of code coverage according to the safety level of the application.
    [Show full text]
  • RTA-OS FR81/Softune Port Guide Copyright
    RTA-OS FR81/Softune Port Guide Copyright The data in this document may not be altered or amended without special notification from ETAS GmbH. ETAS GmbH undertakes no further obligation in relation to this document. The software described in it can only be used if the customer is in possession of a general license agreement or single li- cense. Using and copying is only allowed in concurrence with the specifica- tions stipulated in the contract. Under no circumstances may any part of this document be copied, reproduced, transmitted, stored in a retrieval system or translated into another language without the express written permission of ETAS GmbH. ©Copyright 2008-2015 ETAS GmbH, Stuttgart. The names and designations used in this document are trademarks or brands belonging to the respective owners. Document: 10643-PG-2.0.1 EN-04-2015 2 Copyright Safety Notice This ETAS product fulfills standard quality management requirements. If re- quirements of specific safety standards (e.g. IEC 61508, ISO 26262) need to be fulfilled, these requirements must be explicitly defined and ordered by the customer. Before use of the product, customer must verify the compliance with specific safety standards. Safety Notice 3 Contents 1 Introduction6 1.1 About You..................................7 1.2 Document Conventions........................7 1.3 References.................................8 2 Installing the RTA-OS Port Plug-in9 2.1 Preparing to Install............................9 2.1.1 Hardware Requirements................9 2.1.2 Software Requirements.................9 2.2 Installation................................. 10 2.2.1 Installation Directory................... 10 2.3 Licensing................................... 11 2.3.1 Installing the ETAS License Manager.......
    [Show full text]
  • Testwell CTC++ Test Coverage Analyser for C, C++, Java and C# Coverage on Host On-Target Coverage for Embedded Systems
    Testwell CTC++ Test Coverage Analyser for C, C++, Java and C# Coverage on Host On-Target Coverage for Embedded Systems Verifysoft_Technology_Company_Presentation_EN 20150724 www.verifysoft.com Agenda 1. Verifysoft Short Introduction 2. History of Testwell CTC++ 3. Why Code Coverage? 4. Safety Standards and Code Coverage 5. Different Coverage Levels 6. Compiler Support 7. How does it work? Code Instrumentation 8. Support for Embedded Targets 9. Testwell CTC++ Packages and Qualification Kit 10. Different Reports 11. Supported Platforms/IDE and Tool Integrations 12. Live Demo www.verifysoft.com 2 1. Verifysoft Short Introduction Technologiepark Offenburg In der Spoeck 10-12 77656 Offenburg Germany Phone: +49 781 127 8118-0 (Germany) Phone: +33 3 68 33 58 84 (France) Fax: +49 781 63 920-29 Email: [email protected] www.verifysoft.com www.verifysoft.com 3 2. History of Testwell CTC++ 1989 Start of CTC++ development by Nokia group 1992 Foundation of Testwell Oy, Tampere (Finland) with the mission of further development of CTC++ 2003 Foundation of Verifysoft Technology GmbH, Offenburg as distributor for Testwell tools in Europe 2013 Verifysoft purchased Testwell tools Several hundred CTC++ customers worldwide. More than 1,000 licenses successfully in use. Ongoing development. Qualification-Kit for DO-178C, IEC 61508, EN 50128, ISO 26262 www.verifysoft.com 4 3. Why Code Coverage? Code Coverage Test Coverage Requirement Coverage www.verifysoft.com 5 3. Why Code Coverage? Cause-Reason-Graph Static Testing Back-to-Back Testing Classification Tree CRUD Method (CTM) Equivalent Classes Multidimensional Equivalent Classes Rare Event Testing Realtime Testing Boundary Value Analysis Critical Value Analysis Random Testing Load Tests Informal Tests Smoke Tests Monkeytest Recovery Tests Basis Fuzzing (Fuzz Testing) Stress Tests Advanced Evolutionary Testing Control Flow Oriented Testing Pairwise Testing Established test technique for critical Embedded Systems Test-End criterion (White-Box-Tests) Necessary to fulfill requirements of safety standards.
    [Show full text]
  • Sistemi Embedded: Teoria E Pratica
    Sistemi embedded: teoria e pratica Alexjan Carraturo e Andrea Trentini A. Carraturo, A. Trentini, Sistemi Embedded: Teoria e Pra- tica Ledizioni ISBN: Tutti i marchi ed i loghi appartengono ai legittimi proprie- tari: marchi di terzi, nomi di prodotti, nomi commerciali, nomi corporativi e società citati possono essere marchi di proprietà dei rispettivi titolari o marchi registrati di altre società e sono stati utilizzati a puro scopo esplicativo. La stesura del testo, l’impaginazione e la realizzazione delle immagini è stata eseguita sfruttando programmi rilasciati con licenze libere. Per tutto il resto consultare le note di licenza. Questo testo è rilasciato in versione digitale con licenza Crea- tive Commons ‘Attribuzione - Non Commerciale - Condividi allo stesso modo’, versione 3.0, Italiano. Per maggiori detta- gli sulla licenza consultare il sito https: // creativecommons. org/ licenses/ by-nc-sa/ 3. 0/ it/ legalcode . Per utilizzo di versioni stampate o per riproduzioni non digitali dell’opera, rivolgersi alla casa editrice Ledizioni di Milano. ii Indice Indice v 1 Introduzione 1 1.1 I Sistemi Embedded . 4 1.2 Struttura del testo . 9 2 Concetti generali 11 2.1 Sistemi “monoprogrammati” e “multiprogrammati” . 11 2.2 Conversione AD e DA . 14 2.3 Multiplexing . 16 2.4 Controlli automatici . 18 2.5 Modo di pensare . 26 2.6 Real Time . 30 2.7 Licenze Software . 32 3 Richiami di elettronica 41 3.1 Richiami sui principi . 42 3.2 Forme d’onda . 50 3.3 Componenti di base . 53 3.4 PWM (Pulse Width Modulation) . 67 3.5 Semiconduttori . 68 3.6 Strumenti di misura .
    [Show full text]
  • MC3: MISRA C:2012 + Essentials
    Developing high-quality software is tough. ECLAIR is designed to help development, QA, and safety teams reach their quality goals. MC3: MISRA C:2012 + Essentials The ECLAIR MC3 package is a combination of several of the many applications that run on top of ECLAIR, a powerful platform for the automatic analysis, verification, testing and transformation of C and C++ programs. This particular package combines: • a state-of-the-art, medium-weight static analyzer that almost completely automates the assessment of compliance with MISRA C:2012 Revision 1, BARR-C:2018, AUTOSAR-C:2009, as well as other, complementary coding rules; • a precise and flexible implementation of the source code metrics defined by HIS; • the ECLAIR Bug Finder, a very fast static analyzer able to detect bugs and weaknesses that can lead to crashes, misbehaviors, and security vulnerabilities; • the ECLAIR Project Organization Checker, for the automatic checking of the system architec- ture, independence and freedom from interference of software components. 1 Highlights • Proper coverage of MISRA C:2012, not just MISRA-C:2004 in disguise: many rules are radically different and require different checkers. • No time wasted in writing compiler personality files (often of questionable correctness). • Automatic production of accurate, faithful and (optionally) tamper-proof compliance reports. • Easy-to-use yet powerful graphical user interface. • Real-time use from within most popular IDEs or batch use with reports stored in a database. • Guideline violation and metric reports optionally available to the entire development team and management using web-based technology. • Powerful mechanisms of differential reporting allow correlating changes in the code and the ap- pearance/disappearance of violations (with possible interfaces to issue-tracking systems).
    [Show full text]
  • FR-V/FR FAMILY SOFTUNE C/C++ COMPILER MANUAL for V5
    FUJITSU SEMICONDUCTOR CM81-00205-2E CONTROLLER MANUAL FR-V/FR FAMILY SOFTUNE C/C++ COMPILER MANUAL for V5 FR-V/FR FAMILY SOFTUNE C/C++ COMPILER MANUAL for V5 FUJITSU LIMITED PREFACE ■ Objective of This Manual and Target Readers This manual describes the Sofutune C/C++ compiler (hereinafter referred to as the C/C++ compiler) usage procedures and libraries. This manual is prepared for persons who use the above-mentioned compiler and create and development application programs in C and C++ language. Read this manual thoroughly before starting. This manual is to be read by persons who have a basic knowledge of each MCU (Micro Controller Unit). The compiler described in this manual conforms about C language to the American National Standard for Information Systems Programming Language C, X3.159-1989, which is abbreviated ANSI standard in this manual. Part of "ISO/IEC 14882:1998" is used to explain C++. ■ Trademarks Softune is a trademark of Fujitsu Ltd. FR stands for FUJITSU RISC Controller developed by Fujitsu Ltd. Microsoft, Windows, Windows NT, MS-DOS are registered trademarks of Microsoft Corporation in the USA and/or other countries.-DOS is a registered trademark of Microsoft Corp. UNIX is a registered trademark that X/Open Co., Ltd. has licensed in the United States and other countries. Other trademarks or registered trademarks are the property of their respective owners. The TM or ® mark is not used within this manual. ■ Structure of This Manual This manual consists of 11 chapters and an Appendix: CHAPTER 1 "SOFTUNE C/C++ COMPILER" This chapter gives a general description of the C/C++ compiler.
    [Show full text]
  • MICROCONTROLLER SUPPORT TOOL for Further Information Please Contact
    FUJITSU SEMICONDUCTOR LIMITED Nomura Fudosan Shin-yokohama Bldg. 10-23, Shin-yokohama 2-Chome, Kohoku-ku Yokohama Kanagawa 222-0033, Japan Tel: +81-45-415-5858 http://jp.fujitsu.com/fsl/en/ MICROCONTROLLER SUPPORT TOOL For further information please contact: North and South America Asia Pacific FUJITSU SEMICONDUCTOR AMERICA, INC. FUJITSU SEMICONDUCTOR ASIA PTE. LTD. 1250 E. Arques Avenue, M/S 333 151 Lorong Chuan, Sunnyvale, CA 94085-5401, U.S.A. #05-08 New Tech Park 556741 Singapore Tel: +1-408-737-5600 Fax: +1-408-737-5999 Tel : +65-6281-0770 Fax : +65-6281-0220 http://us.fujitsu.com/micro/ http://sg.fujitsu.com/semiconductor/ Europe FUJITSU SEMICONDUCTOR SHANGHAI CO., LTD. FUJITSU SEMICONDUCTOR EUROPE GmbH 30F, Kerry Parkside, 1155 Fang Dian Road, Pudong District, Pittlerstrasse 47, 63225 Langen, Germany Shanghai 201204, China Tel: +49-6103-690-0 Fax: +49-6103-690-122 Tel : +86-21-6146-3688 Fax : +86-21-6146-3660 http://emea.fujitsu.com/semiconductor/ http://cn.fujitsu.com/fss/ Korea FUJITSU SEMICONDUCTOR PACIFIC ASIA LTD. FUJITSU SEMICONDUCTOR KOREA LTD. 10/F., World Commerce Centre, 11 Canton Road, 902 Kosmo Tower Building, 1002 Daechi-Dong, Tsimshatsui, Kowloon, Hong Kong Gangnam-Gu, Seoul 135-280, Republic of Korea Tel : +852-2377-0226 Fax : +852-2376-3269 Tel: +82-2-3484-7100 Fax: +82-2-3484-7111 http://cn.fujitsu.com/fsp/ http://kr.fujitsu.com/fsk/ Specifications are subject to change without notice. For further information please contact each office. All Rights Reserved. The contents of this document are subject to change without notice. Customers are advised to consult with sales representatives before ordering.
    [Show full text]
  • Embos F16 Softune
    embOS Zero latency Real Time Operating System CPU & Compiler specifics for Fujitsu F²MC-16LX and FX series CPUs Using Fujitsu Softune workbench and compiler Software version 3.86i Document UM01034 Revision: 0 Date: May 10, 2012 A product of SEGGER Microcontroller GmbH & Co. KG www.segger.com 2/23 embOS for Fujitsu F²MC-16LX / FX microcontroller 1996 - 2012 SEGGER Microcontroller GmbH & Co. KG embOS for Fujitsu F²MC-16LX / FX microcontroller 3/23 Contents Contents.............................................................................................................................. 3 1. About this document ....................................................................................................... 4 1.1. How to use this manual........................................................................................ 4 2. What is new?................................................................................................................... 4 2.1. Update / Upgrade information regarding interrupts.............................................. 4 3. Using embOS with Softune workbench .......................................................................... 5 3.1. Installation............................................................................................................ 5 3.2. First steps ............................................................................................................ 6 3.3. The sample application Main.c ...........................................................................
    [Show full text]
  • MCU Programmer 51 Without Notice
    PRODUCT OVERVIEW MICROCONTROLLERS Microcontrollers and development tools EMBEDDED SOLUTIONS PRODUCT OVERVIEW MICROCONTROLLERS CONTENTS Introducing Fujitsu Microelectronics Europe 1 Expertise in the automotive and industrial markets 2-3 Automotive strengths 4 New 8-bit MCU family - F2MC-8FX CPU-core architecture 5 New 8-bit MCU family - F2MC-8FX 6-7 New 8-bit MCU family - F2MC-8FX product details 8 8-bit F2MC-8L product line-up 9 8-bit F2MC-8FX product line-up 10 F2MC-16 CPU-core architecture 11 The new 16-bit MCU family: F2MC-16FX 12 Features of 16-bit families 13 F2MC-16LX & 16FX product line-up 14-17 Embedded Flash technology 18 16-bit single CAN bus microcontrollers (100-pin) MB90340 19 16-bit single CAN bus microcontrollers (64-pin) MB90350 20 16-bit CAN bus microcontrollers (48-pin) MB90360 21 16-bit double CAN bus microcontrollers (120-pin) MB90390 22 16-bit USB microcontrollers MB90330/335 23 16-bit FX block diagrams 24 16-bit F2MC-LX compatibility overview 25-26 16-bit support tools 27 Evaluation boards 28-30 Introduction to the FR family - 32-bit RISC architecture 31 MB91270 automotive series 32 MB91360G automotive series 33 MB91460 automotive series 34-37 MB88121 FlexRay communication controller 38 MB91260/265 series - 3-phase motor control 39 Next generation 32-bit motor control MCUs 40 MB91301 series 41 MB91350A series 42 FR series in-circuit emulator 43 FR series evaluation boards 43-45 32-bit FR product line-up 46-47 Copyright © 2007 Fujitsu Limited Tokyo, Japan and Fujitsu Microelectronics Europe Integrated software development environment- GmbH.
    [Show full text]
  • F²mc-16Fx Family 16Fx Softune Workbench Getting Started
    Fujitsu Microelectronics Europe MCU-AN-300233-E-V11 Application Note F²MC-16FX FAMILY 16-BIT MICROCONTROLLER 16FX SOFTUNE WORKBENCH GETTING STARTED APPLICATION NOTE 16FX Softune Workbench – Getting Started Revision History Revision History Date Issue 2007-01-05 V1.0; 1st version; MWi 2007-10-02 V1.1; Updated, actual Start.asm code used; MWi This document contains 33 pages. MCU-AN-300233-E-V11 - 2 - © Fujitsu Microelectronics Europe GmbH 16FX Softune Workbench – Getting Started Warranty and Disclaimer Warranty and Disclaimer To the maximum extent permitted by applicable law, Fujitsu Microelectronics Europe GmbH restricts its warranties and its liability for all products delivered free of charge (eg. software include or header files, application examples, target boards, evaluation boards, engineering samples of IC’s etc.), its performance and any consequential damages, on the use of the Product in accordance with (i) the terms of the License Agreement and the Sale and Purchase Agreement under which agreements the Product has been delivered, (ii) the technical descriptions and (iii) all accompanying written materials. In addition, to the maximum extent permitted by applicable law, Fujitsu Microelectronics Europe GmbH disclaims all warranties and liabilities for the performance of the Product and any consequential damages in cases of unauthorised decompiling and/or reverse engineering and/or disassembling. Note, all these products are intended and must only be used in an evaluation laboratory environment. 1. Fujitsu Microelectronics Europe GmbH warrants that the Product will perform substantially in accordance with the accompanying written materials for a period of 90 days form the date of receipt by the customer.
    [Show full text]