ChipFind - Datasheet

Part Number M32170F6VFP

Download:  PDF   ZIP

Document Outline

MSD
-M32170-U-0003
Mitsubishi Electric Corporation
Mitsubishi Electric Semiconductor Systems Corporation
NOTE
Information in this manual may be changed without prior notice.
Mitsubishi 32-bit RISC Single-chip Microcomputers
M32R Family M32R/E Series
2000-03-17 Ver0.10
Group
M32170F6VFP/WG
M32170F4VFP/WG
M32170F3VFP/WG
User's Manual
32170
Preliminary
ADVANCED AND EVER ADVANCING
Keep safety first in your circuit designs!
Notes regarding these materials
q
Mitsubishi Electric Corporation puts the maximum effort into making semiconductor
products better and more reliable, but there is always the possibility that trouble may
occur with them. Trouble with semiconductors may lead to personal injury, fire or
property damage. Remember to give due consideration to safety when making your
circuit designs, with appropriate measures such as (i) placement of substitutive,
auxiliary circuits, (ii) use of non-flammable material or (iii) prevention against any
malfunction or mishap.
q
These materials are intended as a reference to assist our customers in the selection
of the Mitsubishi semiconductor product best suited to the customer's application;
they do not convey any license under any intellectual property rights, or any other
rights, belonging to Mitsubishi Electric Corporation or a third party.
q
Mitsubishi Electric Corporation assumes no responsibility for any damage, or
infringement of any third-party's rights, originating in the use of any product data,
diagrams, charts, programs, algorithms, or circuit application examples contained in
these materials.
q
All information contained in these materials, including product data, diagrams, charts,
programs and algorithms represents information on products at the time of publication
of these materials, and are subject to change by Mitsubishi Electric Corporation
without notice due to product improvements or other reasons. It is therefore
recommended that customers contact Mitsubishi Electric Corporation or an authorized
Mitsubishi Semiconductor product distributor for the latest product information before
purchasing a product listed herein.
The information described here may contain technical inaccuracies or typographical
errors. Mitsubishi Electric Corporation assumes no responsibility for any damage,
liability, or other loss rising from these inaccuracies or errors.
Please also pay attention to information published by Mitsubishi Electric Corporation
by various means, including the Mitsubishi Semiconductor home page (http://
www.mitsubishichips.com).
q
When using any or all of the information contained in these materials, including
product data, diagrams, charts, programs, and algorithms, please be sure to evaluate
all information as a total system before making a final decision on the applicability of
the information and products. Mitsubishi Electric Corporation assumes no
responsibility for any damage, liability or other loss resulting from the information
contained herein.
q
Mitsubishi Electric Corporation semiconductors are not designed or manufactured
for use in a device or system that is used under circumstances in which human life is
potentially at stake. Please contact Mitsubishi Electric Corporation or an authorized
Mitsubishi Semiconductor product distributor when considering the use of a product
contained herein for any specific purposes, such as apparatus or systems for
transportation, vehicular, medical, aerospace, nuclear, or undersea repeater use.
q
The prior written approval of Mitsubishi Electric Corporation is necessary to reprint
or reproduce in whole or in part these materials.
q
If these products or technologies are subject to the Japanese export control
restrictions, they must be exported under a license from the Japanese government
and cannot be imported into a country other than the approved destination.
Any diversion or reexport contrary to the export control laws and regulations of Japan
and/or the country of destination is prohibited.
q
Please contact Mitsubishi Electric Corporation or an authorized Mitsubishi Semicon
ductor product distributor for further details on these materials or the products con
tained therein.
PREFACE
This manual describes the hardware specifica-
tions of Mitsubishi's 32170 group of 32-bit
CMOS microcomputers.
This manual was created to help you under-
stand the hardware specifications of the
32170-group microcomputers so you can take
full advantage of the versatile performance ca-
pabilities of these microcomputers. The CPU
features and the functionality of each internal
peripheral circuit are described in detail, which
we hope will prove useful for your circuit de-
sign.
For details about the M32R-family software
products and development support tools,
please refer to the user's manuals and related
other documentation included with your prod-
ucts and tools.
How to read internal I/O register tables
Bit Numbers: Each register is connected with an internal bus of 16-bit
wide, so the bit numbers of the registers located at even
addresses are D0-D7, and those at odd addresses are
D8-D15.
State of Register at Reset: Represents the initial state of each register
immediately after reset with hexadecimal numbers
(undefined bits after reset are indicated each in column
.)
At read:
... read enabled
? ... read disabled (read value invalid)
0 ... Read always as 0
1 ... Read always as 1
{
At write:
: Write enabled
: Write enable conditionally
(include some conditions at write)
- : Write disabled (Written value invalid)
Abit
1
2
3
4
D0
D
Bit name
Function
W
R
<at reset: H'04>
0
Not assigned.
0
1
Abit
(...................)
0: -----
1: -----
3
2
Not implemented
in the shaded portion.
<Example of representation>
Bbit
Cbit
Bbit
(...................)
Cbit
(...................)
0: -----
1: -----
0: -----
1: -----
Registers represented with thick rectangles
are accessible only with halfwords or words
(not accessible with bytes).
1
2
3
4
(1)
Contents
CHAPTER 1 OVERVIEW
1.1 Outline of the 32170 .......................................................................................... 1-2
1.1.1 M32R Family CPU Core ............................................................................. 1-2
1.1.2 Built-in Multiply-Accumulate Operation Function ........................................ 1-3
1.1.3 Built-in Flash Memory and RAM ................................................................. 1-3
1.1.4 Built-in Clock Frequency Multiplier ............................................................. 1-4
1.1.5 Built-in Powerful Peripheral Functions ........................................................ 1-4
1.1.6 Built-in Full-CAN Function .......................................................................... 1-6
1.1.7 Built-in Debug Function .............................................................................. 1-6
1.2 Block Diagram ................................................................................................... 1-7
1.3 Pin Function .................................................................................................... 1-10
1.4 Pin Layout ........................................................................................................ 1-18
CHAPTER 2 CPU
2.1 CPU Registers ................................................................................................... 2-2
2.2 General-purpose Registers .............................................................................. 2-2
2.3 Control Registers .............................................................................................. 2-3
2.3.1 Processor Status Word Register: PSW (CR0) ............................................ 2-4
2.3.2 Condition Bit Register: CBR (CR1) ............................................................. 2-5
2.3.3 Interrupt Stack Pointer: SPI (CR2) .............................................................. 2-5
User Stack Pointer: SPU (CR3) .................................................................. 2-5
2.3.4 Backup PC: BPC (CR6) .............................................................................. 2-5
2.4 Accumulator ...................................................................................................... 2-6
2.5 Program Counter .............................................................................................. 2-6
2.6 Data Formats ..................................................................................................... 2-7
2.6.1 Data Types ................................................................................................. 2-7
2.6.2 Data Formats .............................................................................................. 2-8