The following document contains information on Cypress products.

Size: px
Start display at page:

Download "The following document contains information on Cypress products."

Transcription

1 The following document contains information on Cypress products.

2 8-BIT MICROCONTROLLER New 8FX Family MB95870K/860K/850K series Setup development platform

3 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, 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 does not warrant proper operation of the device with respect to use based on such information. When you develop equipment incorporating the device based on such information, you must assume any responsibility arising out of such use of the information. Fujitsu assumes no liability for any damages whatsoever arising out of the use of the information. Any information in this document, including descriptions of function and schematic diagrams, shall not be construed as license of the use or exercise of any intellectual property right, such as patent right or copyright, or any other right of Fujitsu or any third party or does Fujitsu warrant non-infringement of any third-party s intellectual property right or other right by using such information. Fujitsu assumes no liability for any infringement of the intellectual property rights or other rights of third parties which would result from the use of information contained herein. The products described in this document are designed, developed and manufactured as contemplated for general use, including without limitation, ordinary industrial use, general office use, personal use, and household use, but are not designed, developed and manufactured as contemplated (1) for use accompanying fatal risks or dangers that, unless extremely high safety is secured, could have a serious effect to the public, and could lead directly to death, personal injury, severe physical damage or other loss (i.e., nuclear reaction control in nuclear facility, aircraft flight control, air traffic control, mass transport control, medical life support system, missile launch control in weapon system), or (2) for use requiring extremely high reliability (i.e., submersible repeater and artificial satellite). Please note that Fujitsu will not be liable against you and/or any third party for any claims or damages arising in connection with above-mentioned uses of the products. Any semiconductor devices have an inherent chance of failure. You must protect against injury, damage or loss from such failures by incorporating safety design measures into your facility and equipment such as redundancy, fire protection, and prevention of over-current levels and other abnormal operating conditions. If any products described in this document represent goods or technologies subject to certain restrictions on export under the Foreign Exchange and Foreign Trade Law of Japan, the prior authorization by Japanese government will be required for export of those products from Japan. The company names and brand names herein are the trademarks or registered trademarks of their respective owners. Copyright 2012 FUJITSU SEMICONDUCTOR LIMITED all rights reserved 1

4 Revision History Rev Date Remark Initial Version 2

5 Contents REVISION HISTORY... 2 CONTENTS... 3 TARGET PRODUCTS INTRODUCTION Purpose Definitions, Acronyms and Abbreviations Document Overview TOUCH PROJECT DEVELOPMENT Touch Project Development Flow Touch Project Development Platform Hardware Firmware Software Setup Development Platform TUNING BACKGROUND Touch Registers Types of Registers How to Tune Tuning in SOFTUNE Tuning in F-Touch HARDWARE PLATFORM Introduction Connect PC with BGMA Connect BGMA with EVB Power on EVB System is Connected FIRMWARE PLATFORM Install SOFTUNE SOFTWARE PLATFORM Tuning Software Install Microsoft.Net Framework Open Tuning Software

6 6.2 Install USB Driver Install Check RUN ON THE PLATFORM Run Hardware Run Firmware Run Software TUNING BASED ON TOUCH DEVELOPMENT PLATFORM ADDITIONAL INFORMATION APPENDIX List of Figures and Tables

7 Target products This application note is described about below products; Series MB95870K MB95860K MB95850K Product Number (not included Package suffix) MB95F876K MB95F866K MB95F856K 5

8 1 Introduction 1.1 Purpose This application note describes how to setup TSCMCU development platform, including hardware platform, firmware platform and software platform. 1.2 Definitions, Acronyms and Abbreviations TSC Capacitance Touch Sensor TSCMCU MCU with TSC inside F-Touch F-Touch for SOFTUNE 1.3 Document Overview The rest of document is organized as follows: Chapter 2 explains Touch Project Development. Chapter 3 explains Tuning Background. Chapter 4 explains Hardware Platform. Chapter 5 explains Firmware Platform. Chapter 6 explains Software Platform. Chapter 7 explains Run on the Platform. 6

9 2 Touch Project Development This chapter describes the touch project development. 2.1 Touch Project Development Flow Typical touch project development flow is shown in Figure 2-1. Figure 2-1: Touch Project Development Flow 7

10 2.2 Touch Project Development Platform PCB can be EVB or users PCB, the touch project development platform is shown in Figure 2-2. Figure 2-2: Touch Project Development Platform Hardware EVB: MB EVB-V1.2.0 BGMA: MB E Power Supply: USB-B Cable PC Firmware Sample project: (FWSC)TSCMCU-EVB Software MCU Debug Tool: Softune Touch Debug Tool: F-Touch for SOFTUNE Other program: Driver of BGMA Driver of Software: Microsoft.NET Framework 2.3 Setup Development Platform Development platform can be setup quickly, the details are shown in below chapters. 8

11 3 Tuning Background This chapter describes the tuning background. 3.1 Touch Registers TSCMCU has many registers about touch, which shown as below. Table 3-1: Register Map of TSCMCU Register Abbreviation Register Name TER0 TS touch channel enable register 0 TER1 TS touch channel enable register 1 PSC TS prescaler control register WRESET TS warm reset register RSELn TS resistance select register ch. n BPDUR TS beep duration setting register DIOR1 TS direct output control register 1 DIOR2 TS direct output control register 2 DIOR3 TS direct output control register 3 FTSEL TS feature select register AICWAT TS AIC wait time setting register CALITV TS calibration interval setting register ITGTM TS integration time setting register IDLETM TS idle time setting register CONTROL TS control register INTMR TS interrupt mask register INTCR TS interrupt clear register FLTP TS filter period setting register FLTTH TS filter threshold setting register REFDLY TS reference delay setting register ALPHn TS alpha value setting register ch. n BETA TS beta value setting register STRTHn TS touch strength threshold setting register ch. n STRn TS touch strength register ch. n CALIPn TS calibrated impedance register ch. n IMPEn TS impedance register ch. n TOUCHL TS touch data register (lower) TOUCHH TS touch data register (upper) INTPR TS interrupt pending register 9

12 3.2 Types of Registers These registers can be divided into four types, sensitivity type, algorithm type, work type, and others. Sensitivity type, such as ALPHA, RSEL etc. Algorithm type, such as Filter, Str_th etc. TSC module Work type, such as PSC, TER etc. Other type, such as DIO, Beep etc. 3.3 How to Tune Figure 3-1: Types of Registers Tuning in SOFTUNE As registers about touch are part of MCU registers, hence they can be tuned in SOFTUNE. Check registers: read, write Run code in SOFTUNE However it is difficult to tune for suitable parameters due to many registers, and it is also difficult to understand the effect of each register. Figure 3-2: Touch Registers in SOFTUNE 10

13 3.3.2 Tuning in F-Touch It is strongly recommended to tune in F-Touch. It is easy to observe the status of touch pads by four registers: Impedance, Cal_impedance, Touch byte, and Strength. 1. Impedance: this value is the original value of the touch pad. 2. Cal_impedance: this value is the impedance value + ALPHA value. 3. Touch byte: this value is the status of touch pads, when touch occurs. 4. Strength: this value is period of touching. This is the status of Touch byte. The color is gray when the touch pad is nontouched This value is impedance, it is less than Cal_impedance when the touch pad is non-touched This value is Cal_impedance, it is less than impedance when the touch pad is touched When the touch pad is touched, the color is turned to green This value is the time of touching. When the touch pad is touched, the color is turned to blue. Figure 3-3: Registers Used to Observe 11

14 4 Hardware Platform This chapter describes how to setup the hardware platform. 4.1 Introduction As touch sensor is becoming part of TSCMCU, it needs not to use extra tool as tuning equipment. Through Tuning Software, BGMA can acquire the implement register value and read the touch data etc. The usage of BGMA is similar to MCU emulation and debug. USB BGMA Adapter TSCMCU board Figure 4-1: Hardware Platform 1 BGMA Target Touch Board Figure 4-2: Hardware Platform 2 Note: F-Touch supports MB E BGMA Adapter only. For more details about MB E BGMA Adapter, please refer to SS v0-E. 12

15 4.2 Connect PC with BGMA Connect PC with BGMA. Figure 4-3: Connect PC with BGMA 4.3 Connect BGMA with EVB Connect BGMA with EVB. Figure 4-4: Connect BGMA with EVB 13

16 4.4 Power on EVB EVB is turned on. Figure 4-5: Power Supply 1 Figure 4-6: Power Supply 2 14

17 4.5 System is Connected Figure 4-7: System Connected 15

18 5 Firmware Platform This chapter describes how to setup the firmware platform. 5.1 Install SOFTUNE 1. Open setup folder, double-click and select setup.exe file, click Next when the following window appears. Figure 5-1: Set up of SOFTUNE-1 2. Click Browse to select folder where Setup would install files, and click Next. Figure 5-2: Set up of SOFTUNE-2 16

19 3. Check SOFTUNE Workbench, select SOFTUNE C Compiler and SOFTUNE Assembler Pack, and then click Next. Figure 5-3: Setup of SOFTUNE-3 4. Click Finish, and the installation is finished. Figure 5-4: Setup of SOFTUNE-4 17

20 6 Software Platform This chapter describes how to setup the software platform. 6.1 Tuning Software Install Microsoft.Net Framework The tuning Software is F-touch, which is shown as below: Figure 6-1: F-Touch 1. If Framework is not installed in PC, F-Touch cannot work, and error window is popup, as below. Figure 6-2: Framework Error 18

21 2. Download Microsoft.Net Framework from Microsoft website, as below: 3. Click dotnetfx.exe to install Framework Figure 6-3: Install dotnetfx.exe 4. Accept terms of the License Agreement. 5. Download Progress Figure 6-4: Install Framework step 1 Figure 6-5: Install Framework step 2 19

22 6. Install Progress. 7. Setup is completed. Figure 6-6: Install Framework step 3 Figure 6-7: Install Framework step 4 20

23 6.1.2 Open Tuning Software After Microsoft.Net Framework is installed, Tuning Software can be opened. Figure 6-8: F-Touch Interface 21

24 6.2 Install USB Driver Install Users can find driver folder in this route, and run drv_install.bat as Administrator, open installation interface as below. Note: Please do not connect BGMA to PC. Figure 6-9: Install USB Driver Check Connect BGMA MB with PC, turn the power on, and then check the device manager list as below: Figure 6-10: Device Manager List If FUJITSU USB Driver for BGMA device is uninstalled, it needs to install the driver manually. 22

25 7 Run on the Platform This chapter describes how to run on the platform. 7.1 Run Hardware Figure 7-1 shows the System Connection. Figure 7-1: System Connection For more information, please refer to the MCU-UM : MB2146_540_E-EVB_HW. 23

26 7.2 Run Firmware 1. Open sample project in SOFTUNE 2. Check if it can debug sample code in SOFTUNE and EVB Figure 7-2: Downloading 7.3 Run Software 1. Disconnect SOFTUNE with EVB 2. Check if it can debug in Tuning Software and EVB 24

27 Figure 7-3: Tuning Software Connect 25

28 8 Tuning Based on Touch Development Platform For more details about tuning, please refer to related documents as below. 1. AN : HW_Guideline 2. AN : FW_Guideline 3. AN : IMPEDANCE_VS_Environment 4. AN : Sensitivity_VS_Cover 5. AN : Migration_to_TSCMCU 6. AN : Waterproof_Guideline 7. AN : Quick_Taste_Register 8. AN : Test_Method 9. AN : Trouble_Shooting 10. AN : Quick_Start_by_F-Touch 11. AN : Setup_Development_Platform 12. AN : Get_First_Touch_Project 13. AN : Tuning_Parameters_by_F-Touch 14. AN : Tuning_Sensitivity_by_F-Touch 15. AN : Tuning_for_Cover_by_F-Touch 16. AN : Tuning_for_Water_Robust_by_F-Touch 17. AN : Observe_Noise_by_F-Touch 18. AN : Check_Touch_by_F-Touch 19. AN : Solve_Special_Problem_by_F-Touch 20. AN : Design_Guide 21. AN : Start_Guide 26

29 9 Additional Information For more Information on FUJITSU semiconductor products, visit the following websites: 27

30 10 Appendix 10.1 List of Figures and Tables Table 3-1: Register Map of TSCMCU... 9 Figure 2-1: Touch Project Development Flow... 7 Figure 2-2: Touch Project Development Platform... 8 Figure 3-1: Types of Registers Figure 3-2: Touch Registers in SOFTUNE Figure 3-3: Registers Used to Observe Figure 4-1: Hardware Platform Figure 4-2: Hardware Platform Figure 4-3: Connect PC with BGMA Figure 4-4: Connect BGMA with EVB Figure 4-5: Power Supply Figure 4-6: Power Supply Figure 4-7: System Connected Figure 5-1: Set up of SOFTUNE Figure 5-2: Set up of SOFTUNE Figure 5-3: Setup of SOFTUNE Figure 5-4: Setup of SOFTUNE Figure 6-1: F-Touch Figure 6-2: Framework Error Figure 6-3: Install dotnetfx.exe Figure 6-4: Install Framework step Figure 6-5: Install Framework step Figure 6-6: Install Framework step Figure 6-7: Install Framework step Figure 6-8: F-Touch Interface Figure 6-9: Install USB Driver Figure 6-10: Device Manager List Figure 7-1: System Connection Figure 7-2: Downloading Figure 7-3: Tuning Software Connect

STAND-ALONE PROGRAMMER

STAND-ALONE PROGRAMMER Fujitsu Semiconductor Design (Chengdu) Co., Ltd. MCU-AN-500108-E-18 New 8FX FAMILY 8-BIT MICROCONTROLLER ALL SERIES STAND-ALONE PROGRAMMER Revision History Revision History Version Date Updated by Modifications

More information

UnRegistered MB39C602 LED LIGHTING SYSTEM BULB 9W ZIGBEE CONTROL USER MANUAL. Fujitsu Semiconductor Design (Chengdu) Co. Ltd.

UnRegistered MB39C602 LED LIGHTING SYSTEM BULB 9W ZIGBEE CONTROL USER MANUAL. Fujitsu Semiconductor Design (Chengdu) Co. Ltd. Fujitsu Semiconductor Design (Chengdu) Co. Ltd. User Manual ANA-UM-500001-E-10 MB39C602 LED LIGHTING SYSTEM BULB 9W ZIGBEE CONTROL USER MANUAL MB39C601 LED LIGHTING SYSTEM BULB 9W ZIGBEE CONTROL Revision

More information

F²MC-8FX FAMILY MB95F370 SERIES ZIGBEE SOLUTION DEVELOPMENT GUI 8-BIT MICROCONTROLLER USER MANUAL

F²MC-8FX FAMILY MB95F370 SERIES ZIGBEE SOLUTION DEVELOPMENT GUI 8-BIT MICROCONTROLLER USER MANUAL Fujitsu Semiconductor Design (Chengdu) Co., Ltd. User Manual MCU-AN-500104-E-11 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95F370 SERIES ZIGBEE SOLUTION DEVELOPMENT GUI USER MANUAL Revision History Revision

More information

MB9AA30N SERIES BLUEMOON-EVB_LCD 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Semiconductor Design (Chengdu) Co., Ltd.

MB9AA30N SERIES BLUEMOON-EVB_LCD 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Semiconductor Design (Chengdu) Co., Ltd. Fujitsu Semiconductor Design (Chengdu) Co., Ltd. Application Note MCU-AN-510109-E-10 32-BIT MICROCONTROLLER MB9AA30N SERIES BLUEMOON-EVB_LCD APPLICATION NOTE ARM and Cortex-M3 are the trademarks of ARM

More information

FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS E DSU-FR EMULATOR LQFP-144P HEADER TYPE 4 MB OPERATION MANUAL

FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS E DSU-FR EMULATOR LQFP-144P HEADER TYPE 4 MB OPERATION MANUAL FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS01-71031-2E DSU-FR EMULATOR LQFP-144P HEADER TYPE 4 MB2198-123 OPERATION MANUAL PREFACE Thank you for purchasing the LQFP-144P header type 4 (MB2198-123) for the

More information

DSU-FR EMULATOR LQFP-144P HEADER TYPE 9 MB E OPERATION MANUAL

DSU-FR EMULATOR LQFP-144P HEADER TYPE 9 MB E OPERATION MANUAL FUJITSU MICROELECTRONICS SUPPORT SYSTEM SS01-71092-1E DSU-FR EMULATOR LQFP-144P HEADER TYPE 9 MB2198-161-E OPERATION MANUAL PREFACE Thank you for purchasing the LQFP-144P * 1 header type 9 for the DSU-FR*

More information

IC CARD AND ESAM OPERATION

IC CARD AND ESAM OPERATION Fujitsu Semiconductor Design (Chengdu) Co., Ltd. Application Note MCU-AN-500112-E-10 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95410H/470H SERIES ONE PHASE POWER METER (RN8209) SOLUTION IC CARD AND ESAM

More information

ONE PHASE POWER METER (RN8209) SOLUTION

ONE PHASE POWER METER (RN8209) SOLUTION Fujitsu Semiconductor Design (Chengdu) Co., Ltd. Application Note MCU-AN-500110-E-10 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95410H/470H SERIES ONE PHASE POWER METER (RN8209) SOLUTION AMR OPERATION APPLICATION

More information

ETHERNET_FLASH_LOADER

ETHERNET_FLASH_LOADER MCU-AN-510048-E-10 32-BIT MICROCONTROLLER MB9B610 Series ETHERNET_FLASH_LOADER USER MANUAL TM ARM and Cortex-M3 are the trademarks of ARM Limited in the EU and other countries. Revision History Revision

More information

MB86R12 Emerald-P. Delta Sheet Differences between ES2 and ES3. Fujitsu Semiconductor Europe GmbH

MB86R12 Emerald-P. Delta Sheet Differences between ES2 and ES3. Fujitsu Semiconductor Europe GmbH Delta Sheet Differences between ES2 and ES3 Fujitsu Semiconductor Europe GmbH Rev0-01 June 20, 2012 Revised Jun. 20, 2012 dl-mb86r12-emerald-p-es2-es3-rev0-01 1.1 History Revision Date Author Description

More information

F²MC-16 FAMILY 16-BIT MICROCONTROLLER An Additional Manual for the Softune Linkage Kit

F²MC-16 FAMILY 16-BIT MICROCONTROLLER An Additional Manual for the Softune Linkage Kit FUJITSU SEMICONDUCTOR ««««««««««««««««XXXX-XXXX-XX-E F²MC-16 FAMILY 16-BIT MICROCONTROLLER An Additional Manual for the Softune Linkage Kit (F²MC-16LX Standby Mode Transition Instruction Check) FUJITSU

More information

New 8FX Family 8-bit MICROCONTROLLER BGM ADAPTOR MB E OPERATION MANUAL

New 8FX Family 8-bit MICROCONTROLLER BGM ADAPTOR MB E OPERATION MANUAL FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS702-00001-1v0-E New 8FX Family 8-bit MICROCONTROLLER BGM ADAPTOR MB2146-07-E OPERATION MANUAL PREFACE Thank you for purchasing the New 8FX Family All Series BGM adapter

More information

MB9B610T SERIES 618S_NONOS_LWIP ETHERNET SOFTWARE 32-BIT MICROCONTROLLER USER MANUAL MCU-AN E-10

MB9B610T SERIES 618S_NONOS_LWIP ETHERNET SOFTWARE 32-BIT MICROCONTROLLER USER MANUAL MCU-AN E-10 MCU-AN-510046-E-10 32-BIT MICROCONTROLLER MB9B610T SERIES 618S_NONOS_LWIP ETHERNET SOFTWARE USER MANUAL TM ARM and Cortex-M3 are the trademarks of ARM Limited in the EU and other countries. Revision History

More information

MB39C602 LED LIGHTING SYSTEM BULB 9W ZIGBEE CONTROL

MB39C602 LED LIGHTING SYSTEM BULB 9W ZIGBEE CONTROL Fujitsu Semiconductor Design (Chengdu) Co. Ltd. User Manual ANA-UM-500001-E-10 MB39C602 LED LIGHTING SYSTEM BULB 9W ZIGBEE CONTROL USER MANUAL Revision History Version Date Updated by Approved by Modifications

More information

ONE PHASE POWER METER (CS5464) SOLUTION

ONE PHASE POWER METER (CS5464) SOLUTION Fujitsu Semiconductor Design (Chengdu) Co., Ltd. Application Note MCU-AN-5000-E-0 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB9540H/470H SERIES ONE PHASE POWER METER (CS5464) SOLUTION CS5464 OPERATION APPLICATION

More information

Evaluation board Manual

Evaluation board Manual Evaluation board Manual 7W no-isolation Blub AC220V MB39C602-EVB-CN02 Rev 1.0 Mar. 2013 1. Summarize The driver MB39C602-EVB-CN02 has the driving capability of 7 watts. It can be placed in some LED bulb,

More information

Corporate names revised in the documents

Corporate names revised in the documents Corporate names revised in the documents The Fujitsu Limited reorganized its LSI business into a wholly owned subsidiary, the Fujitsu Microelectronics Limited on March 21, 2008. The corporate names Fujitsu

More information

FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS E DSU-FR EMULATOR F 2 MC-16FX EXPANSION TRACE BOARD MB E OPERATION MANUAL

FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS E DSU-FR EMULATOR F 2 MC-16FX EXPANSION TRACE BOARD MB E OPERATION MANUAL FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS01-71076-1E DSU-FR EMULATOR F 2 MC-16FX EXPANSION TRACE BOARD MB2198-590-E OPERATION MANUAL PREFACE Thank you for purchasing the DSU-FR* 1 emulator F 2 MC* 2-16FX

More information

The following document contains information on Cypress products.

The following document contains information on Cypress products. The following document contains information on Cypress products. Colophon The products described in this document are designed, developed and manufactured as contemplated for general use, including without

More information

MB85R K (32 K 8) Bit. Memory FRAM DS E CMOS DESCRIPTIONS FEATURES PACKAGES FUJITSU SEMICONDUCTOR DATA SHEET

MB85R K (32 K 8) Bit. Memory FRAM DS E CMOS DESCRIPTIONS FEATURES PACKAGES FUJITSU SEMICONDUCTOR DATA SHEET FUJITSU SEMICONDUCTOR DATA SHEET DS05-13101-4E Memory FRAM CMOS 256 K (32 K 8) Bit MB85R256 DESCRIPTIONS The MB85R256 is an FRAM (Ferroelectric Random Access Memory) chip in a configuration of 32,768 words

More information

FR-V/FR FAMILY SOFTUNE C/C++ CHECKER MANUAL for V5

FR-V/FR FAMILY SOFTUNE C/C++ CHECKER MANUAL for V5 FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM81-00310-4E FR-V/FR FAMILY SOFTUNE C/C++ CHECKER MANUAL for V5 FR-V/FR FAMILY SOFTUNE C/C++ CHECKER MANUAL for V5 FUJITSU LIMITED PREFACE Objectives Thank you

More information

QUAD OPERATIONAL AMPLIFIER

QUAD OPERATIONAL AMPLIFIER FUJITSU SEMIONDUTOR DATA SHEET DS04-11107-3E LINEAR I QUAD OPERATIONAL AMPLIFIER MB3614 QUAD OPERATIONAL AMPLIFIER OPERATES FROM A SINGLE OR DUAL POWER SUPPLY The Fujitsu MB3614 is a Quad operational amplifier

More information

MB85R M Bit (128 K 8) Memory FRAM CMOS DS E DESCRIPTIONS FEATURES FUJITSU SEMICONDUCTOR DATA SHEET

MB85R M Bit (128 K 8) Memory FRAM CMOS DS E DESCRIPTIONS FEATURES FUJITSU SEMICONDUCTOR DATA SHEET FUJITSU SEMICONDUCTOR DATA SHEET DS05-13103-5E Memory FRAM CMOS 1 M Bit (128 K 8) MB85R1001 DESCRIPTIONS The MB85R1001 is an FRAM (Ferroelectric Random Access Memory) chip consisting of 131,072 words x

More information

What Types of ECC Should Be Used on Flash Memory?

What Types of ECC Should Be Used on Flash Memory? What Types of ECC Should Be Used on Flash Memory? Application by Scott Chen 1. Abstract NOR Flash normally does not need ECC (Error-Correcting Code). On the other hand, NAND requires ECC to ensure data

More information

FM3. MB9B500 Series 32-BIT MICROCONTROLLER FSS MB9BF506R EV-BOARD USER MANUAL APPLICATION NOTE FUJITSU SEMICONDUCTOR (SHANGHAI) LIMITED

FM3. MB9B500 Series 32-BIT MICROCONTROLLER FSS MB9BF506R EV-BOARD USER MANUAL APPLICATION NOTE FUJITSU SEMICONDUCTOR (SHANGHAI) LIMITED MCU-AN-510014-E-10 FM3 32-BIT MICROCONTROLLER MB9B500 Series FSS MB9BF506R EV-BOARD USER MANUAL APPLICATION NOTE For more information for the FM3 microcontroller, visit the web site at: http://www.fujitsu.com/global/services/microelectronics/product/micom/roadmap/industrial/fm3/

More information

CM E FUJITSU SEMICONDUCTOR CONTROLLER MANUAL F 2 MC-16L/16LX EMULATION POD MB HARDWARE MANUAL

CM E FUJITSU SEMICONDUCTOR CONTROLLER MANUAL F 2 MC-16L/16LX EMULATION POD MB HARDWARE MANUAL FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM42-00411-2E F 2 MC-16L/16LX EMULATION POD MB2145-507 HARDWARE MANUAL F 2 MC-16L/16LX EMULATION POD MB2145-507 HARDWARE MANUAL FUJITSU LIMITED PREFACE Using the

More information

FM3 32-BIT MICROCONTROLLER MB9A310/110 Series FLASH PROGRAMMING MANUAL

FM3 32-BIT MICROCONTROLLER MB9A310/110 Series FLASH PROGRAMMING MANUAL FUJITSU SEMICONDUCTOR CONTROLLER MANUAL MN706-00006-2v0-E FM3 32-BIT MICROCONTROLLER FLASH PROGRAMMING MANUAL For the information for microcontroller supports, see the following web site. http://edevice.fujitsu.com/micom/en-support/

More information

32-BIT MICROCONTROLLER MB9A310K/110K Series FLASH PROGRAMMING MANUAL

32-BIT MICROCONTROLLER MB9A310K/110K Series FLASH PROGRAMMING MANUAL FUJITSU SEMICONDUCTOR CONTROLLER MANUAL 32-BIT MICROCONTROLLER FLASH PROGRAMMING MANUAL For the information for microcontroller supports, see the following web site. http://edevice.fujitsu.com/micom/en-support/

More information

DUAL REVERSIBLE MOTOR DRIVER MB3863

DUAL REVERSIBLE MOTOR DRIVER MB3863 FUJITSU MICROELECTRONICS DATA SHEET DS4-2914-3Ea ASSP DUAL REVERSIBLE MOTOR DRIVER MB3863 DESCRIPTION The MB3863 is an IC motor driver with two independent reverse control functions. It drives motor drives

More information

F 2 MC-8FX Family LQFP-48P (0.5 mm pitch) HEADER BOARD MB OPERATION MANUAL

F 2 MC-8FX Family LQFP-48P (0.5 mm pitch) HEADER BOARD MB OPERATION MANUAL FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS01-26013-1E F 2 MC-8FX Family LQFP-48P (0.5 mm pitch) HEADER BOARD MB2146-213 OPERATION MANUAL PREFACE Thank you for purchasing the LQFP-48P (0.5 mm pitch) * 1 header

More information

Setup Guide. FUJITSU Software. Serverview Infrastructure Manager Plug-in for. Microsoft System Center. Virtual Machine Manager 1.2

Setup Guide. FUJITSU Software. Serverview Infrastructure Manager Plug-in for. Microsoft System Center. Virtual Machine Manager 1.2 FUJITSU Software Serverview Infrastructure Manager Plug-in for Microsoft System Center Virtual Machine Manager 1.2 Setup Guide For Windows Server 2016 CA92344-2184-01 Dec, 2017 Preface Purpose This Setup

More information

FUJITSU Software. Serverview Infrastructure Manager Plug-in for. Microsoft System Center. Operations Manager 1.2. Setup Guide. For Windows Server 2016

FUJITSU Software. Serverview Infrastructure Manager Plug-in for. Microsoft System Center. Operations Manager 1.2. Setup Guide. For Windows Server 2016 FUJITSU Software Serverview Infrastructure Manager Plug-in for Microsoft System Center Operations Manager 1.2 Setup Guide For Windows Server 2016 CA92344-2182-01 Dec, 2017 1 Preface Purpose This Setup

More information

FUJITSU Software. Infrastructure Manager Plug-in for Microsoft. System Center. Operations Manager 1.2. Setup Guide. For Windows Server 2016 / 2019

FUJITSU Software. Infrastructure Manager Plug-in for Microsoft. System Center. Operations Manager 1.2. Setup Guide. For Windows Server 2016 / 2019 FUJITSU Software Infrastructure Manager Plug-in for Microsoft System Center Operations Manager 1.2 Setup Guide For Windows Server 2016 / 2019 CA92344-2546-02 October, 2018 1 Contents Preface... 3 Purpose...

More information

Quick Guide to Common Flash Interface

Quick Guide to Common Flash Interface Quick Guide to Common Flash Interface Application By: Frank Cirimele 1. Introduction Common Flash Interface, or CFI, is a standard introduced by the Joint Electron Device Engineering Council (JEDEC) to

More information

Printer Driver. Installation Guide. November 2014 Version Copyright FUJITSU LIMITED

Printer Driver. Installation Guide. November 2014 Version Copyright FUJITSU LIMITED Printer Driver Installation Guide November 2014 Version 1.00 -i- Preface This document explains the procedure of the installation and the Confirmation of ZXP-7 Driver (Hereafter, it is written, "This

More information

Connecting Spansion SPI Serial Flash to Configure Altera FPGAs

Connecting Spansion SPI Serial Flash to Configure Altera FPGAs Connecting SPI Serial Flash to Configure Altera s Application By Frank Cirimele 1. Introduction Altera s are programmable logic devices used for basic logic functions, chip-to-chip connectivity, signal

More information

STARTER KIT MB E

STARTER KIT MB E FUJITSU MICROELECTRONICS SUPPORT SYSTEM MCU-UM-500002-E-11 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200H/210H SERIES STARTER KIT MB2146-410-01-E SETUP GUIDE PREFACE PREFACE Handling and use Thank you

More information

F 2 MC-16FX -16bit CISC- F 2 MC-16LX -16bit CISC- F 2 MC-8FX -8bit CISC- F 2 MC-8L -8bit CISC-

F 2 MC-16FX -16bit CISC- F 2 MC-16LX -16bit CISC- F 2 MC-8FX -8bit CISC- F 2 MC-8L -8bit CISC- New8FXMCUfamily TSC MCU (MB95870 series) Product Introduction Fujitsu semiconductor (Shanghai) Co.,Ltd June. 2012 Fujitsu New 8FX MCU Roadmap 1 Fujitsu Microcontrollers New FM3-32bit ARM CM3- FR 80/FR

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

TOUCH SENSOR IC ATA2508 DEMONSTRATION SET

TOUCH SENSOR IC ATA2508 DEMONSTRATION SET Fujitsu Semiconductor (Shanghai) Co., Ltd. Application Note MCU-AN-500047-E-10 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200 SERIES TOUCH SENSOR IC ATA2508 DEMONSTRATION SET APPLICATION NOTE 0BRevision

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

The following document contains information on Cypress products.

The following document contains information on Cypress products. The following document contains information on Cypress products. TEMPLATE PROJECT USAGE 32-BIT MICROCONTROLLER FM3 Family APPLICATION NOTE Publication Number FM3_AN706-00073-1v0-E Revision 1.0 Issue Date

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

F 2 MC-8FX Family QFP-100P (0.65 mm pitch) HEADER BOARD MB OPERATION MANUAL

F 2 MC-8FX Family QFP-100P (0.65 mm pitch) HEADER BOARD MB OPERATION MANUAL FUJITSU SEMICONDUCTOR SUPPORT SYSTEM SS01-26010-1E F 2 MC-8FX Family QFP-100P (0.65 mm pitch) HEADER BOARD MB2146-251 OPERATION MANUAL PREFACE Thank you for purchasing the QFP-100P (0.65 mm pitch) * 1

More information

F 2 MC-8FX Family 8-bit MICROCONTROLLER MB95200H/210H Series STARTER KIT MB A-01-E SETUP GUIDE

F 2 MC-8FX Family 8-bit MICROCONTROLLER MB95200H/210H Series STARTER KIT MB A-01-E SETUP GUIDE FUJITSU MICROELECTRONICS SUPPORT SYSTEM SS01-26033-1E F 2 MC-8FX Family 8-bit MICROCONTROLLER MB95200H/210H Series STARTER KIT MB2146-410A-01-E SETUP GUIDE PREFACE Thank you for purchasing the F 2 MC*

More information

BGM Adaptor MB E Operation Manual. 8FX Family 8-bit Microcontroller. Doc. # Rev. *A

BGM Adaptor MB E Operation Manual. 8FX Family 8-bit Microcontroller. Doc. # Rev. *A 8FX Family 8-bit Microcontroller BGM Adaptor MB2146-07-E Operation Manual Doc. # 002-05543 Rev. *A Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl):

More information

F²MC-8FX FAMILY MB95200 SERIES EASY KIT FMCDC-MB95260H-EK-01 8-BIT MICROCONTROLLER SETUP GUIDE FUJITSU MICROELECTRONICS SUPPORT SYSTEM

F²MC-8FX FAMILY MB95200 SERIES EASY KIT FMCDC-MB95260H-EK-01 8-BIT MICROCONTROLLER SETUP GUIDE FUJITSU MICROELECTRONICS SUPPORT SYSTEM FUJITSU MICROELECTRONICS SUPPORT SYSTEM MCU-AN-500059-E-12 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200 SERIES EASY KIT FMCDC-MB95260H-EK-01 SETUP GUIDE PREFACE PREFACE Handling and use Thank you for

More information

A698HKBH9-E-I RFID Data Management Pro for Fixed Readers Installation Guide. June 2017 Version 2.40

A698HKBH9-E-I RFID Data Management Pro for Fixed Readers Installation Guide. June 2017 Version 2.40 A698HKBH9-E-I-0240 RFID Data Management Pro for Fixed Readers Installation Guide June 2017 Version 2.40 -i- Preface This document explains the procedure of the installation and the Confirmation of RFID

More information

PSoC Creator Quick Start Guide

PSoC Creator Quick Start Guide PSoC Creator Quick Start Guide Install Download PSoC Creator from www.cypress.com/psoccreator, or install from a kit CD. For assistance, go to http://www.cypress.com/go/support For features, system requirements,

More information

FUJITSU Software PRIMECLUSTER GLS for Windows. GLS Setup Guide for Cluster Systems 4.4

FUJITSU Software PRIMECLUSTER GLS for Windows. GLS Setup Guide for Cluster Systems 4.4 FUJITSU Software PRIMECLUSTER GLS for Windows GLS Setup Guide for Cluster Systems 4.4 B1FN-5996-01ENZ0(00) January 2017 Preface Purpose of this Manual This manual is intended to explain installation procedures

More information

F²MC-8FX Family MB95200H/210H Series Capacitance Touch Sensor

F²MC-8FX Family MB95200H/210H Series Capacitance Touch Sensor AN205062 Associated Part Family: MB95200H/210H Series This Application Note describes Cypress TSC solution, and explains how to use TSC library and TSC GUI. Contents 1 Introduction... 1 2 Cypress Capacitance

More information

For More Information Please contact your local sales office for additional information about Cypress products and solutions.

For More Information Please contact your local sales office for additional information about Cypress products and solutions. The following document contains information on Cypress products. The document has the series name, product name, and ordering part numbering with the prefix MB. However, Cypress will offer these products

More information

THIS SPEC IS OBSOLETE

THIS SPEC IS OBSOLETE THIS SPEC IS OBSOLETE Spec No: 002-04992 Spec Title: Installation of the LAN Adapter Replaced by: NONE Installation of the LAN Adapter Doc. No. 002-04992 Rev. *A Cypress Semiconductor 198 Champion Court

More information

COMMAND REFERENCE MANUAL

COMMAND REFERENCE MANUAL FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM41-00314-2E F 2 MC TM -16 FAMILY SOFTUNE TM WORKBENCH COMMAND REFERENCE MANUAL F 2 MC TM -16 FAMILY SOFTUNE TM WORKBENCH COMMAND REFERENCE MANUAL FUJITSU LIMITED

More information

Rack2-Filer Smart V1.0 Update (V1.0L22) README document

Rack2-Filer Smart V1.0 Update (V1.0L22) README document ----------------------------------------------------------------------------- Rack2-Filer Smart V1.0 Update (V1.0L22) README document PFU LIMITED -----------------------------------------------------------------------------

More information

HOW TO MAKE PRPGRAMMING ON TARGET BOARD

HOW TO MAKE PRPGRAMMING ON TARGET BOARD Fujitsu Semiconductor (Shanghai) Co., Ltd. Application Note MCU-AN- 500017-E-11 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200 SERIES HOW TO MAKE PRPGRAMMING ON TARGET BOARD APPLICATION NOTE How to Make

More information

Copyright PFU LIMITED

Copyright PFU LIMITED -------------------------------------------------------- Fujitsu ScandAll PRO V1.8.1 Update8 README -------------------------------------------------------- Copyright PFU LIMITED 2007-2013 This file contains

More information

FR-V FAMILY SOFTUNE TM Workbench OPERATION MANUAL

FR-V FAMILY SOFTUNE TM Workbench OPERATION MANUAL FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM71-00332-3E FR-V FAMILY SOFTUNE TM Workbench OPERATION MANUAL for V6 FR-V FAMILY SOFTUNE TM Workbench OPERATION MANUAL for V6 FUJITSU LIMITED PREFACE What is

More information

F 2 MC TM -16 FAMILY

F 2 MC TM -16 FAMILY FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM41-00312-2E F 2 MC TM -16 FAMILY SOFTUNE TM WORKBENCH OPERATION MANUAL F 2 MC TM -16 FAMILY SOFTUNE TM WORKBENCH OPERATION MANUAL FUJITSU LIMITED PREFACE What

More information

Fujitsu ScandAll PRO V2.1.5 README

Fujitsu ScandAll PRO V2.1.5 README -------------------------------------------------------- Fujitsu ScandAll PRO V2.1.5 README -------------------------------------------------------- Copyright PFU Limited 2007-2017 This file contains information

More information

RFID Label Design and Encoding Management Pro (Utility Only) Installation Guide. October 2015 Version 1.21 A698HKV99-E-I-0121

RFID Label Design and Encoding Management Pro (Utility Only) Installation Guide. October 2015 Version 1.21 A698HKV99-E-I-0121 A698HKV99-E-I-0121 RFID Label Design and Encoding Management Pro (Utility Only) Installation Guide October 2015 Version 1.21 -i- Preface This document explains the procedure of the installation and the

More information

Copyright PFU LIMITED

Copyright PFU LIMITED -------------------------------------------------------- PaperStream Capture 1.0.12 README File -------------------------------------------------------- Copyright PFU LIMITED 2013-2015 This file contains

More information

Copyright PFU LIMITED 2016

Copyright PFU LIMITED 2016 -------------------------------------------------------- PaperStream Capture Lite 1.0.1 README File -------------------------------------------------------- Copyright PFU LIMITED 2016 This file contains

More information

Rack2-Filer Smart V1.0 Update (V1.0L29) README document

Rack2-Filer Smart V1.0 Update (V1.0L29) README document ----------------------------------------------------------------------------- Rack2-Filer Smart V1.0 Update (V1.0L29) README document PFU Limited -----------------------------------------------------------------------------

More information

FUJITSU Software. ServerView Infrastructure Manager Plug-in for. VMware vcenter Server 1.1. Setup Guide. For vcenter Server 6.0

FUJITSU Software. ServerView Infrastructure Manager Plug-in for. VMware vcenter Server 1.1. Setup Guide. For vcenter Server 6.0 FUJITSU Software ServerView Infrastructure Manager Plug-in for VMware vcenter Server 1.1 Setup Guide For vcenter Server 6.0 CA92344-2178-01 Dec, 2017 1 Preface Purpose This Setup Guide describes the installation

More information

A698HL6BT-E-P RFID Label Design and Encoding Management Pro. Program Update Guide. May 2017 Version 1.11

A698HL6BT-E-P RFID Label Design and Encoding Management Pro. Program Update Guide. May 2017 Version 1.11 A698HL6BT-E-P-0111 RFID Label Design and Encoding Management Pro Program Update Guide May 2017 Version 1.11 Preface This document explains how to update the RFID Label Design and Encoding Management Pro

More information

THIS SPEC IS OBSOLETE

THIS SPEC IS OBSOLETE THIS SPEC IS OBSOLETE Spec No: 002-09373 Spec Title: AN209373 - F2MC-FM3 Family OpenOCD GUI Frontend Replaced by: 002-0586 AN209373 This application note describes how to use on-board Open On-Chip Debug

More information

Rack2-Filer Smart V1.0 Update (V1.0L23) README document

Rack2-Filer Smart V1.0 Update (V1.0L23) README document ----------------------------------------------------------------------------- Rack2-Filer Smart V1.0 Update (V1.0L23) README document PFU LIMITED -----------------------------------------------------------------------------

More information

F²MC-8FX FAMILY MB95200H/210H SERIES FLASH MEMORY WITH SECRUITY 8-BIT MICROCONTROLLER APPLICATION NOTE

F²MC-8FX FAMILY MB95200H/210H SERIES FLASH MEMORY WITH SECRUITY 8-BIT MICROCONTROLLER APPLICATION NOTE Fujitsu Semiconductor (Shanghai) Co., Ltd. Application Note MCU-AN- 500010-E-11 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200H/210H SERIES FLASH MEMORY WITH SECRUITY APPLICATION NOTE Revision History Revision

More information

Rack2-Filer V5.0 Service Pack 7 (V5.0L62) README document

Rack2-Filer V5.0 Service Pack 7 (V5.0L62) README document ------------------------------------------------------------------- Rack2-Filer V5.0 Service Pack 7 (V5.0L62) README document PFU LIMITED -------------------------------------------------------------------

More information

Setting Oscillation Stabilization Wait Time of the main clock (CLKMO) and sub clock (CLKSO)

Setting Oscillation Stabilization Wait Time of the main clock (CLKMO) and sub clock (CLKSO) 1.0 Features Selecting Clock mode Internal Bus Clock Frequency Division Control PLL Clock Control Setting Oscillation Stabilization Wait Time of the main clock (CLKMO) and sub clock (CLKSO) Interrupts

More information

F²MC-8FX FAMILY MB95200H/210H SERIES SOP8/SOP16/SOP20 PGM ADAPTOR 8-BIT MICROCONTROLLER APPLICATION NOTE

F²MC-8FX FAMILY MB95200H/210H SERIES SOP8/SOP16/SOP20 PGM ADAPTOR 8-BIT MICROCONTROLLER APPLICATION NOTE Fujitsu Semiconductor (Shanghai) Co., Ltd. Application Note MCU-AN- 500028-E-14 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200H/210H SERIES SOP8/SOP16/SOP20 PGM ADAPTOR APPLICATION NOTE Revision History

More information

DATA SHEET ZENER DIODES 1.0 W PLANAR TYPE 2-PIN SMALL POWER MINI MOLD. Parameter Symbol Ratings Unit Remarks

DATA SHEET ZENER DIODES 1.0 W PLANAR TYPE 2-PIN SMALL POWER MINI MOLD. Parameter Symbol Ratings Unit Remarks DATA SHEET ZENER DIODES RD2.0FS to RD20FS ZENER DIODES.0 W PLANAR TYPE 2-PIN SMALL POWER MINI MOLD DESCRIPTION Type RD2.0FS to RD20FS series are 2-pin small power mini mold package Zener diodes possessing

More information

M3H Group(1) Application Note. I 2 C Interface (I2C-B) MASTER/SLAVE

M3H Group(1) Application Note. I 2 C Interface (I2C-B) MASTER/SLAVE M3H Group(1) I 2 C Interface (I2C-B) MASTER/SLAVE Outlines This application note is a reference material for developing products using the Master/Slave function in I2C interface (I2C) functions of M3H

More information

Base Timer Channel (BT) Features. General Description. When to Use a PDL_BT Component 1.0

Base Timer Channel (BT) Features. General Description. When to Use a PDL_BT Component 1.0 1.0 Features Four operating modes 16-bit PWM Timer 16-bit PPG Timer 16/32-bit Reload Timer 16/32-bit PWC Timer Trigger generation for ADC conversion General The Peripheral Driver Library (PDL) Base Timer

More information

MB9BF500 Series FLASH PROGRAMMING MANUAL

MB9BF500 Series FLASH PROGRAMMING MANUAL FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM91-10102-2E FM3 32-BIT MICROCONTROLLER FLASH PROGRAMMING MANUAL For the information for microcontroller supports, see the following web site. http://edevice.fujitsu.com/micom/en-support/

More information

C120-E275-01ENZ2. Tape driver configuration tool 1.0. User s Guide

C120-E275-01ENZ2. Tape driver configuration tool 1.0. User s Guide C120-E275-01ENZ2 Tape driver configuration tool 1.0 User s Guide Preface Purpose This manual explains the supported auto-configration of tape driver configuration file(st.conf) in Solaris (TM) Operating

More information

M3H Group(2) Application Note 12-bit Analog to Digital Converter (ADC-A)

M3H Group(2) Application Note 12-bit Analog to Digital Converter (ADC-A) 12-bit Analog to Digital Converter (ADC-A) Outlines This application note is a erence material for developing products using the 12-bit analog to digital converter (ADC) function of M3H Group (2). This

More information

FR FAMILY SOFTUNE TM WORKBENCH COMMAND REFERENCE MANUAL

FR FAMILY SOFTUNE TM WORKBENCH COMMAND REFERENCE MANUAL FUJITSU MICROELECTRONICS CONTROLLER MANUAL CM71-00330-6E FR FAMILY SOFTUNE TM WORKBENCH COMMAND REFERENCE MANUAL for V6 FR FAMILY SOFTUNE TM WORKBENCH COMMAND REFERENCE MANUAL for V6 FUJITSU MICROELECTRONICS

More information

EZ-PD Analyzer Utility User Guide

EZ-PD Analyzer Utility User Guide EZ-PD Analyzer Utility User Guide Doc. No. 002-12896 Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 www.cypress.com Copyrights

More information

M3H Group(2) Application Note Asynchronous Serial Communication Circuit (UART-C)

M3H Group(2) Application Note Asynchronous Serial Communication Circuit (UART-C) M3H Group(2) Asynchronous Serial Communication Circuit (UART-C) Outlines This application note is a erence material for developing products using the asynchronous serial communication circuit (UART) function

More information

EV BOARD MB E

EV BOARD MB E FUJITSU MICROELECTRONICS SUPPORT SYSTEM MCU-AN-500072-E-12 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95310/370 SERIES EV BOARD MB2146-450 - E SETUP GUIDE Revision History Revision History Date Author Change

More information

Capable of adjusting detection timings for start bit and data bit

Capable of adjusting detection timings for start bit and data bit PSoC Creator Component Datasheet Remote Control (PDL_RC) 1.0 Features Up to 2 Channels HDMI-CEC/ High Definition Multimedia Interface Consumer Electronics Control transmitter/receiver SIRCS/Sony Infrared

More information

Digital Multiplexer and Demultiplexer. Features. General Description. Input/Output Connections. When to Use a Multiplexer. Multiplexer 1.

Digital Multiplexer and Demultiplexer. Features. General Description. Input/Output Connections. When to Use a Multiplexer. Multiplexer 1. PSoC Creator Component Datasheet Digital Multiplexer and Demultiplexer 1.10 Features Digital Multiplexer Digital Demultiplexer Up to 16 channels General Description The Multiplexer component is used to

More information

This input determines the next value of the output. The output does not change until the next rising edge of the clock.

This input determines the next value of the output. The output does not change until the next rising edge of the clock. 1.30 Features Asynchronous reset or preset Synchronous reset, preset, or both Configurable width for array of s General Description The stores a digital value. When to Use a Use the to implement sequential

More information

Multifunction Serial Interface (PDL_MFS) Features. General Description. When to Use a PDL_MFS Component. Quick Start 1.0

Multifunction Serial Interface (PDL_MFS) Features. General Description. When to Use a PDL_MFS Component. Quick Start 1.0 1.0 Features Configures the Multi-Function Serial (MFS) Interface to one of the following modes: UART (Asynchronous normal serial interface) Clock synchronous serial interface (SPI and I 2 S can be supported)

More information

Rack2-Filer V5.0 Service Pack 8 (V5.0L63a) README document

Rack2-Filer V5.0 Service Pack 8 (V5.0L63a) README document ------------------------------------------------------------------- Rack2-Filer V5.0 Service Pack 8 (V5.0L63a) README document PFU LIMITED -------------------------------------------------------------------

More information

Use the Status Register when the firmware needs to query the state of internal digital signals.

Use the Status Register when the firmware needs to query the state of internal digital signals. 1.50 Features Up to 8-bit General Description The allows the firmware to read digital signals. When to Use a Use the when the firmware needs to query the state of internal digital signals. Input/Output

More information

USER GUIDE. Atmel QT6 Xplained Pro. Preface

USER GUIDE. Atmel QT6 Xplained Pro. Preface USER GUIDE Atmel QT6 Xplained Pro Preface Atmel QT6 Xplained Pro kit is a Xplained Pro extension board that enables the evaluation of a mutual capacitance touch suface using the Peripheral Touch Controller

More information

Wireless LAN Module MBH7WLZ16 Brief Datasheet. Rev. 1.38e. Dec 8, 2009 FUJITSU COMPONENT LIMITED

Wireless LAN Module MBH7WLZ16 Brief Datasheet. Rev. 1.38e. Dec 8, 2009 FUJITSU COMPONENT LIMITED Wireless LAN Module MBH7WLZ16 Brief Datasheet Rev. 1.38e Dec 8, 2009 FUJITSU COMPONENT LIMITED This product is designed, developed and manufactured as contemplated for general use, including without limitation,

More information

S71GL-N Based MCPs. Data Sheet (Advance Information)

S71GL-N Based MCPs. Data Sheet (Advance Information) S71GL-N Based MPs Stacked Multi-hip Product (MP) Flash Memory and RAM 64/32 Megabit (4/2M x 16-bit) MOS 3.0 Volt-Only Page Mode Flash Memory and 32/16 Megabit (2M/1M x 16-bit) Pseudo Static RAM Data Sheet

More information

M3H Group(1) Application Note I 2 C Interface (I2C-B)

M3H Group(1) Application Note I 2 C Interface (I2C-B) M3H Group(1) I 2 C Interface (I2C-B) Outlines This application note is a erence material for developing products using I2C interface (I2C) functions of M3H Group(1). This document helps the user check

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM E F 2 MC-16 FAMILY SOFTUNE TM WORKBENCH USER'S MANUAL

FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM E F 2 MC-16 FAMILY SOFTUNE TM WORKBENCH USER'S MANUAL FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM41-00313-3E F 2 MC-16 FAMILY SOFTUNE TM WORKBENCH USER'S MANUAL F 2 MC-16 FAMILY SOFTUNE TM WORKBENCH USER'S MANUAL FUJITSU LIMITED PREFACE What is the SOFTUNE

More information

For More Information Please contact your local sales office for additional information about Cypress products and solutions.

For More Information Please contact your local sales office for additional information about Cypress products and solutions. The following document contains information on Cypress products. The document has the series name, product name, and ordering part numbering with the prefix MB. However, Cypress will offer these products

More information

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show.

This optional pin is present if the Mode parameter is set to SyncMode or PulseMode. Otherwise, the clock input does not show. 1.50 Features Up to 8-bit General Description The allows the firmware to output digital signals. When to Use a Use a when the firmware needs to interact with a digital system. You can also use the as a

More information

DF2S6.8FS DF2S6.8FS. 1. Applications. 2. Packaging and Internal Circuit Rev.5.0. Start of commercial production.

DF2S6.8FS DF2S6.8FS. 1. Applications. 2. Packaging and Internal Circuit Rev.5.0. Start of commercial production. ESD Protection Diodes DF2S6.8FS Silicon Epitaxial Planar DF2S6.8FS 1. Applications ESD Protection This product is designed for protection against electrostatic discharge (ESD) and is not intended for any

More information

F²MC-8FX FAMILY MB95100 SERIES EMULATOR HW SETUP 8-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

F²MC-8FX FAMILY MB95100 SERIES EMULATOR HW SETUP 8-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-395002-E-V10 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95100 SERIES EMULATOR HW SETUP APPLICATION NOTE Revision History Revision History Date 2004-10-12

More information

SOFTUNE TM ASSEMBLER MANUAL for V6

SOFTUNE TM ASSEMBLER MANUAL for V6 FUJITSU SEMICONDUCTOR CONTROLLER MANUAL CM71-00204-2E FR-V FAMILY SOFTUNE TM ASSEMBLER MANUAL for V6 FR-V FAMILY SOFTUNE TM ASSEMBLER MANUAL for V6 FUJITSU LIMITED PREFACE Purpose of this manual and

More information

Chapter 1 Names and Functions This chapter explains the names and functions of the parts.

Chapter 1 Names and Functions This chapter explains the names and functions of the parts. PRIMERGY SX650 Storage Blade Hardware Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Make sure to read before using

More information