Fujitsu MB95200 Series Setup Manual

Fujitsu MB95200 Series Setup Manual

F2mc-8fx family 8-bit microcontroller easy kit
Hide thumbs Also See for MB95200 Series:

Advertisement

Quick Links

Fujitsu Semiconductor (Shanghai) Co., Ltd.
MCU-AN-500059-E-12
Setup Guide
F²MC-8FX FAMILY
8-BIT MICROCONTROLLER
MB95200 SERIES
EASY KIT
FMCDC-MB95260H-EK-01
SETUP GUIDE

Advertisement

Table of Contents
loading

Summary of Contents for Fujitsu MB95200 Series

  • Page 1 Fujitsu Semiconductor (Shanghai) Co., Ltd. MCU-AN-500059-E-12 Setup Guide F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200 SERIES EASY KIT FMCDC-MB95260H-EK-01 SETUP GUIDE...
  • Page 2: Contents

    To obtain up-to-date information and/or specifications, contact your Fujitsu sales representative or Fujitsu authorized dealer. 2. Fujitsu will not be liable for infringement of copyright, industrial property right, or other rights of a third party caused by the use of information or drawings described in this manual.
  • Page 3: Table Of Contents

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 0BContents CONTENTS REVISION HISTORY ..........ERROR! BOOKMARK NOT DEFINED.  CONTENTS ..........................2  1  PRODUCT OVERVIEW ..................... 4  1.1  Objective and Deliverable ..................4  1.2  System Block ......................4  1.3  Handling Precautions ....................4  1.4  Feature ........................5  1.5 ...
  • Page 4: 1  Product Overview

    Chapter 1 1BProduct Overview 1 Product Overview This product is an Easy Kit for MB95200 series. It is composed of an Easy BGMA and an Easy EV-board. Combining the SOFTUNE Workbench on PC, the Easy Kit enables the quick start of development before the user system is ready.
  • Page 5: Feature

    Chapter 1 1BProduct Overview 1.4 Feature The MB95200 Series Easy Kit is the best for a performance and functional evaluation, and a check of operation before including MB95200 Series MCU in a user's system. Below, the feature of the Easy Kit for MB95200 Series MCU is shown.
  • Page 6: 2  Easy Kit Manual

    This chapter gives introduction how to setup Easy Kit. 2.1 Easy Kit Overview Below is the close look of a MB95200 Series Easy Kit. The Part Number is FMCDCMB95260H-EK-01. It provides a debug platform for the MB95200 Series MCU in a small size (85mm (L) X30mm (W) X10mm (H)).
  • Page 7: Easy Kit Interface Description

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 2 2BEasy Kit Manual 2.3 Easy Kit Interface Description The Easy BGMA has five pins. Please check the table below for their definition. On board debug function will be easily realized by connecting the following 5 pins to target system. Pin Number Pin Name Description...
  • Page 8: Easy Kit Usb Configuration

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 2 2BEasy Kit Manual 2.4 Easy Kit USB Configuration Connect the Easy Kit to a PC USB interface. If the connection is right, the following window will pop up. Follow the instructions displayed, and then click Next. Figure 2-1: Install Easy Kit in Windows (1) Select Install from a list or specific location (Advanced), then click Next.
  • Page 9 Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 2 2BEasy Kit Manual Select …\Drivers from the folder where SOFTUNE is installed, click Next. Figure 2-3: Install Easy Kit in Windows (3) Select BGMA (MB2146-08) as displayed below, and then click Next. Figure 2-4: Install Easy Kit in Windows (4) MCU-AN-500059-E-12 –...
  • Page 10 Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 2 2BEasy Kit Manual If the following window pops up during installation, click Continue Anyway to complete the installation. Figure 2-5: Install Easy Kit in Windows (5) Windows will install the driver automatically. Click Finish after the driver has completed the installation normally.
  • Page 11: Easy Kit Mode Setting

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 2 2BEasy Kit Manual 2.5 Easy Kit Mode Setting A mode switch on Easy EV-Board is used to select Easy Kit between debug mode and free run mode, as shown in the figures below. Mode switch Figure 2-7: Mode Switch from Top View Mode switch Figure 2-8: Mode Switch from Top View...
  • Page 12: 3  Easy Kit Schematic

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 3 3BEasy Kit Schematic 3 Easy Kit Schematic The Easy EV-Board schematic is shown as below. Figure 3-1: Easy EV-board Schematic MCU-AN-500059-E-12 – Page 12...
  • Page 13: 4  Sample Code Manual

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 4 4BSample Code Manual 4 Sample Code Manual 4.1 Topic List User could access the following address to get the SOFTUNE IDE and sample code for MB95200 Series Easy Kit. http://www.fujitsu.com/cn/fss/services/mcu/tools.html MCU-AN-500059-E-12 – Page 13...
  • Page 14: Project Structure

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 4 4BSample Code Manual 4.2 Project Structure Here take Easy Kit Demo project for example. The sample code is organized as Figure 4-1 in Windows system. Figure 4-1: Easy Kit Demo Project Structure It’s recommended that user saves all the source codes in one source code folder. In Easy Kit Demo project, folder “scr”...
  • Page 15: Source Code File Description

    SOFTUNE, user could easily identify source code and header files in this window. Figure 4-3: SOFTUNE Version 4.3.1 Header Files The MB95200.h and the _f2mc8fx.h are header files, including MB95200 Series MCU I/O registers definition. Here take PDR0 for example. In MB95200.h, PDR0 is defined as below.
  • Page 16: Startup.asm File

    PDR0_P03 (IO_PDR0.bit.P03) #define PDR0_P04 (IO_PDR0.bit.P04) #define PDR0_P05 (IO_PDR0.bit.P05) #define PDR0_P06 (IO_PDR0.bit.P06) #define PDR0_P07 (IO_PDR0.bit.P07) “ 4.3.2 Startup.asm File The Startup.asm is the MB95200 Series MCU initialization file including stack settings, register bank settings and watchdog settings etc. MCU-AN-500059-E-12 – Page 16...
  • Page 17: Vectors.c File

    Chapter 4 4BSample Code Manual 4.3.3 Vectors.c File The Vectors.c contains the MB95200 Series MCU Interrupt vector definition. User can pre-set all interrupt control registers in function InitIrqLevels(). It can be used to set all interrupt priorities in static applications. For example, to set the external interrupt ch.0 to level 0, change the following code: ILR0 = 0xFF;...
  • Page 18: 5  Development Platform Quick Start

    If the entire procedure goes right, a debug will start normally. 5.3 Operation Precautions All pins of MB95200 Series MCU are directly connected to Easy EV-board 20 pin interface. If the user wants to connect these pins out, it’s recommended to add terminal resistors in series with the pins.
  • Page 19: 6  Additional Information

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 6 6BAdditional Information 6 Additional Information For more Information on FUJITSU Semiconductor products, visit the following websites: English version address: http://www.fujitsu.com/cn/fsp/services/mcu/mb95/application_notes.html Chinese version address: http://www.fujitsu.com/cn/fss/services/mcu/mb95/application_notes.html MCU-AN-500059-E-12 – Page 19...
  • Page 20: 7  Appendix

    Easy Kit FMCDC-MB95260H-EK-01 V1.2 Chapter 7 7BAppendix 7 Appendix Figure 1-1: System Block ......................4  Figure 2-1: Install Easy Kit in Windows (1) ................8  Figure 2-2: Install Easy Kit in Windows (2) ................8  Figure 2-3: Install Easy Kit in Windows (3) ................9  Figure 2-4: Install Easy Kit in Windows (4) ................

This manual is also suitable for:

Fmcdc-mb95260h-ek-01

Table of Contents