ETC HD6433660FP

Hitachi Single-Chip Microcomputer
H8/3664 Series
H8/3664
HD6433664
H8/3663
HD6433663
H8/3662
HD6433662
H8/3661
HD6433661
H8/3660
HD6433660
TM
H8/3664F-ZTAT
HD64F3664
H8/3664N
HD64N3664
Hardware Manual
ADE-602-202B
Rev. 3.0
03/22/01
Hitachi, Ltd.
Rev. 3.0, 03/01, page ii of xxvi
Cautions
1. Hitachi neither warrants nor grants licenses of any rights of Hitachi’s or any third party’s
patent, copyright, trademark, or other intellectual property rights for information contained in
this document. Hitachi bears no responsibility for problems that may arise with third party’s
rights, including intellectual property rights, in connection with use of the information
contained in this document.
2. Products and product specifications may be subject to change without notice. Confirm that you
have received the latest product standards or specifications before final design, purchase or
use.
3. Hitachi makes every attempt to ensure that its products are of high quality and reliability.
However, contact Hitachi’s sales office before using the product in an application that
demands especially high quality and reliability or where its failure or malfunction may directly
threaten human life or cause risk of bodily injury, such as aerospace, aeronautics, nuclear
power, combustion control, transportation, traffic, safety equipment or medical equipment for
life support.
4. Design your application so that the product is used within the ranges guaranteed by Hitachi
particularly for maximum rating, operating supply voltage range, heat radiation characteristics,
installation conditions and other characteristics. Hitachi bears no responsibility for failure or
damage when used beyond the guaranteed ranges. Even within the guaranteed ranges,
consider normally foreseeable failure rates or failure modes in semiconductor devices and
employ systemic measures such as fail-safes, so that the equipment incorporating Hitachi
product does not cause bodily injury, fire or other consequential damage due to operation of
the Hitachi product.
5. This product is not designed to be radiation resistant.
6. No one is permitted to reproduce or duplicate, in any form, the whole or part of this document
without written approval from Hitachi.
7. Contact Hitachi’s sales office for any questions regarding this document or Hitachi
semiconductor products.
Rev. 3.0, 03/01, Page iii of xxvi
Rev. 3.0, 03/01, page iv of xxvi
Preface
The H8/3664 Series is a single-chip microprocessor made up of the high-speed H8/300H CPU as
its core, and the peripheral functions required to configure a system. The H8/300H CPU has an
instruction set that is compatible with the H8/300 CPU.
Target Users: This manual was written for users who will be using the H8/3664 Series in the
design of application systems. Target users are expected to understand the
fundamentals of electrical circuits, logical circuits, and microcomputers.
Objective:
This manual was written to explain the hardware functions and electrical
characteristics of the H8/3664 Series to the target users.
Refer to the H8/300H Series Programming Manual for a detailed description of the
instruction set.
Notes on reading this manual:
• In order to understand the overall functions of the chip
Read the manual according to the contents. This manual can be roughly categorized into parts
on the CPU, system control functions, peripheral functions and electrical characteristics.
• In order to understand the details of the CPU's functions
Read the H8/300H Series Programming Manual.
• In order to understand the details of a register when its name is known
Read the index that is the final part of the manual to find the page number of the entry on the
register. The addresses, bits, and initial values of the registers are summarized in Appendix B,
Internal I/O Registers.
Example:
Related Manuals:
Bit order:
The MSB is on the left and the LSB is on the right.
The latest versions of all related manuals are available from our web site.
Please ensure you have the latest versions of all documents you require.
http://www.hitachi.co.jp/Sicd/English/Products/micome.htm
H8/3664 Series manuals:
Manual Title
ADE No.
H8/3664 Series Hardware Manual
This manual
H8/300H Series Programming Manual
ADE-602-053
Rev. 3.0, 03/01, Page v of xxvi
User's manuals for development tools:
Manual Title
ADE No.
C/C++ Compiler, Assembler, Optimized Linkage Editor User's Manual
ADE-702-246
Simulator/Debugger User's Manual (Windows)
ADE-702-037
Simulator/Debugger User's Manual (UNIX)
ADE-702-085
Hitachi Debugging Interface User's Manual
ADE-702-212
Hitachi Embedded Workshop User's Manual
ADE-702-201
H8S, H8/300 Series Hitachi Embedded Workshop, Hitachi Debugging
Interface Tutorial
ADE-702-231
Application Notes:
Manual Title
ADE No.
H8/300H Series CPU Guide
ADE-502-033
H8/300H Series On-Chip I/O Ports Guide
ADE-502-036
H8/300H Technical Q & A
ADE-502-038
H8S, H8/300 Series C/C++ Compiler Guide
ADE-502-044
F-ZTAT Technical Q & A
ADE-502-046
Rev. 3.0, 03/01, page vi of xxvi
Contents
Section 1 Overview........................................................................................... 1
1.1
1.2
1.3
1.4
1.5
Overview...........................................................................................................................1
Internal Block Diagram.....................................................................................................2
Pin Arrangement ...............................................................................................................4
Pin Functions ....................................................................................................................7
Comparison between H8/3664N and H8/3664 .................................................................9
Section 2 CPU................................................................................................... 11
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
Address Space and Memory Map .....................................................................................12
Register Configuration ...................................................................................................... 15
2.2.1 General Registers .................................................................................................16
2.2.2 Program Counter (PC) .........................................................................................17
2.2.3 Condition-Code Register (CCR) .......................................................................... 17
Data Formats .....................................................................................................................19
2.3.1 General Register Data Formats ............................................................................19
2.3.2 Memory Data Formats .........................................................................................21
Instruction Set ...................................................................................................................22
2.4.1 Table of Instructions Classified by Function .......................................................22
2.4.2 Basic Instruction Formats ....................................................................................31
Addressing Modesand Effective Address Calculation ......................................................33
2.5.1 Addressing Modes ...............................................................................................33
2.5.2 Effective Address Calculation .............................................................................35
Basic Bus Cycle ................................................................................................................38
2.6.1 Access to On-Chip Memory (RAM, ROM).........................................................38
2.6.2 On-Chip Peripheral Modules ...............................................................................39
CPU States ........................................................................................................................40
Usage Notes ......................................................................................................................41
2.8.1 Notes on Data Access to Empty Areas ................................................................41
2.8.2 EEPMOV Instruction...........................................................................................41
2.8.3 Bit Manipulation Instruction................................................................................41
Section 3 Exception Handling .......................................................................... 47
3.1
3.2
Exception Sources and Vector Address ............................................................................47
Register Descriptions ........................................................................................................49
3.2.1 Interrupt Edge Select Register 1(IEGR1) ............................................................49
3.2.2 Interrupt Edge Select Register 2(IEGR2) ............................................................50
3.2.3 Interrupt Enable Register 1(IENR1) ....................................................................51
3.2.4 Interrupt Flag Register 1(IRR1) ...........................................................................52
3.2.5 Wakeup Interrupt Flag Register(IWPR) ..............................................................53
Rev. 3.0, 03/01, Page vii of xxvi
3.3
3.4
3.5
Reset.................................................................................................................................. 54
Interrupt Exception Handling............................................................................................ 54
3.4.1 External Interrupts ............................................................................................... 54
3.4.2 Internal Interrupts ................................................................................................ 55
3.4.3 Interrupt Handling Sequence ............................................................................... 56
3.4.4 Interrupt Response Time...................................................................................... 57
Usage Notes ...................................................................................................................... 59
3.5.1 Interrupts after Reset............................................................................................ 59
3.5.2 Notes on Stack Area Use ..................................................................................... 59
3.5.3 Notes on Rewriting Port Mode Registers............................................................. 59
Section 4 Address Break....................................................................................61
4.1
4.2
Register Descriptions ........................................................................................................ 61
4.1.1 Address Break Control Register(ABRKCR) ....................................................... 62
4.1.2 Address Break Status Register(ABRKSR) .......................................................... 63
4.1.3 Break Address Registers (BARH, BARL)........................................................... 63
4.1.4 Break Data Registers (BDRH, BDRL) ................................................................ 64
Operation .......................................................................................................................... 64
Section 5 Clock Pulse Generators .....................................................................67
5.1
5.2
5.3
5.4
System Clock Generator ................................................................................................... 67
5.1.1 Connecting a Crystal Oscillator ........................................................................... 68
5.1.2 Connecting a Ceramic Oscillator ......................................................................... 69
5.1.3 External Clock Input Method............................................................................... 69
Subclock Generator........................................................................................................... 69
5.2.1 Connecting a 32.768-kHz Crystal Oscillator ....................................................... 70
5.2.2 Pin Connection when Not Using Subclock.......................................................... 70
Prescalers .......................................................................................................................... 71
5.3.1 Prescaler S............................................................................................................ 71
5.3.2 Prescaler W .......................................................................................................... 71
Usage Notes ...................................................................................................................... 71
5.4.1 Note on Oscillators .............................................................................................. 71
5.4.2 Notes on Board Design ........................................................................................ 72
Section 6 Power-down Modes...........................................................................73
6.1
6.2
Register Descriptions ........................................................................................................ 73
6.1.1 System Control Register 1(SYSCR1) .................................................................. 73
6.1.2 System Control Register 2(SYSCR2) .................................................................. 75
6.1.3 Module Standby Control Register 1(MSTCR1) .................................................. 76
Mode Transitions and States of the LSI ............................................................................ 77
6.2.1 Sleep Mode .......................................................................................................... 80
6.2.2 Standby Mode ...................................................................................................... 81
6.2.3 Subsleep Mode..................................................................................................... 81
Rev. 3.0, 03/01, page viii of xxvi
6.3
6.4
6.5
6.2.4 Subactive Mode ...................................................................................................82
Operating Frequency in the Active Mode .........................................................................82
Direct Transition ...............................................................................................................82
6.4.1 Direct transition from the active mode to the subactive mode.............................82
6.4.2 Direct transition from the subactive mode to the active mode.............................83
Module Standby Function .................................................................................................83
Section 7 ROM ................................................................................................. 85
7.1
7.2
7.3
7.4
7.5
7.6
7.7
Block Configuration..........................................................................................................85
Register Descriptions ........................................................................................................86
7.2.1 Flash Memory Control Register 1 (FLMCR1).....................................................87
7.2.2 Flash Memory Control Register 2 (FLMCR2).....................................................88
7.2.3 Erase Block Register 1 (EBR1)............................................................................88
7.2.4 Flash Memory Power Control Register(FLPWCR) .............................................89
7.2.5 Flash Memory Enable Register(FENR) ...............................................................89
On-Board Programming Modes........................................................................................90
7.3.1 Boot Mode ...........................................................................................................90
7.3.2 Programming/Erasing in User Program Mode.....................................................93
Flash Memory Programming/Erasing ...............................................................................94
7.4.1 Program/Program-Verify .....................................................................................94
7.4.2 Erase/Erase-Verify ...............................................................................................96
7.4.3 Interrupt Handling when Programming/Erasing Flash Memory..........................97
Program/Erase Protection .................................................................................................99
7.5.1 Hardware Protection ............................................................................................99
7.5.2 Software Protection..............................................................................................99
7.5.3 Error Protection....................................................................................................99
Programmer Mode ............................................................................................................100
7.6.1 Socket Adapter.....................................................................................................100
7.6.2 Programmer Mode Commands ............................................................................100
7.6.3 Memory Read Mode ............................................................................................102
7.6.4 Auto-Program Mode ............................................................................................104
7.6.5 Auto-Erase Mode .................................................................................................106
7.6.6 Status Read Mode ................................................................................................108
7.6.7 Status Polling .......................................................................................................109
7.6.8 Programmer Mode Transition Time.....................................................................110
7.6.9 Notes on Memory Programming..........................................................................110
Power-Down States for Flash Memory.............................................................................111
Section 8 RAM ................................................................................................. 113
Section 9 I/O Ports ............................................................................................ 115
9.1
Port 1.................................................................................................................................115
9.1.1 Port Mode Register 1(PMR1) ..............................................................................116
Rev. 3.0, 03/01, Page ix of xxvi
9.2
9.3
9.4
9.5
9.6
9.1.2 Port Control Register 1(PCR1) ............................................................................ 117
9.1.3 Port Data Register 1(PDR1)................................................................................. 117
9.1.4 Port Pull-Up Control Register 1(PUCR1)............................................................ 118
9.1.5 Pin Functions ....................................................................................................... 118
Port 2................................................................................................................................. 120
9.2.1 Port Control Register 2(PCR2) ............................................................................ 120
9.2.2 Port Data Register 2(PDR2)................................................................................. 121
9.2.3 Pin Functions ....................................................................................................... 121
Port 5................................................................................................................................. 122
9.3.1 Port Mode Register 5(PMR5) .............................................................................. 124
9.3.2 Port Control Register 5(PCR5) ............................................................................ 125
9.3.3 Port Data Register 5(PDR5)................................................................................. 125
9.3.4 Port Pull-up Control Register 5(PUCR5)............................................................. 126
9.3.5 Pin Functions ....................................................................................................... 126
Port 7................................................................................................................................. 128
9.4.1 Port Control Register 7(PCR7) ............................................................................ 129
9.4.2 Port Data Register 7(PDR7)................................................................................. 129
9.4.3 Pin Functions ....................................................................................................... 130
Port 8................................................................................................................................. 131
9.5.1 Port Control Register 8(PCR8) ............................................................................ 131
9.5.2 Port Data Register 8(PDR8)................................................................................. 132
9.5.3 Pin Functions ....................................................................................................... 132
Port B ................................................................................................................................ 134
9.6.1 Port Data Register B(PDRB) ............................................................................... 135
Section 10 Timer A............................................................................................137
10.1 Features............................................................................................................................. 137
10.2 Input/Output Pins .............................................................................................................. 138
10.3 Register Descriptions ........................................................................................................ 138
10.3.1 Timer Mode Register A(TMA)............................................................................ 139
10.3.2 Timer Counter A (TCA) ...................................................................................... 140
10.4 Operation .......................................................................................................................... 140
10.4.1 Interval Timer Operation ..................................................................................... 140
10.4.2 Clock Time Base Operation................................................................................. 140
10.4.3 Clock Output........................................................................................................ 140
10.5 Usage Note........................................................................................................................ 141
Section 11 Timer V............................................................................................143
11.1 Features............................................................................................................................. 143
11.2 Input/Output Pins .............................................................................................................. 144
11.3 Register Descriptions ........................................................................................................ 145
11.3.1 Timer Counter V (TCNTV) ................................................................................. 145
11.3.2 Time Constant Registers A and B (TCORA, TCORB)........................................ 145
Rev. 3.0, 03/01, page x of xxvi
11.3.3 Timer Control Register V0(TCRV0) ...................................................................146
11.3.4 Timer Control/Status Register V(TCSRV) ..........................................................148
11.3.5 Timer Control Register V1(TCRV1) ...................................................................149
11.4 Operation...........................................................................................................................150
11.4.1 Timer V operation................................................................................................150
11.5 Timer V application examples ..........................................................................................152
11.5.1 Pulse Output with Arbitrary Duty Cycle..............................................................152
11.5.2 Pulse Output with Arbitrary Pulse Width and Delay from TRGV Input .............153
11.6 Usage Notes ......................................................................................................................154
Section 12 Timer W .......................................................................................... 157
12.1 Features .............................................................................................................................157
12.2 Input/Output Pins ..............................................................................................................159
12.3 Register Descriptions ........................................................................................................160
12.3.1 Timer Mode Register W(TMRW) .......................................................................160
12.3.2 Timer Control Register W(TCRW) .....................................................................162
12.3.3 Timer Interrupt Enable Register W(TIERW).......................................................163
12.3.4 Timer Status Register W(TSRW) ........................................................................163
12.3.5 Timer I/O Control Register 0(TIOR0) .................................................................165
12.3.6 Timer I/O Control Register 1(TIOR1) .................................................................166
12.3.7 Timer Counter (TCNT)........................................................................................167
12.3.8 General Registers A to D (GRA to GRD)............................................................167
12.4 Operation...........................................................................................................................168
12.4.1 Normal Operation ................................................................................................168
12.4.2 PWM Operation ...................................................................................................172
12.5 Operation Timing..............................................................................................................176
12.5.1 TCNT Count Timing............................................................................................176
12.5.2 Output Compare Timing ......................................................................................176
12.5.3 Input Capture Timing...........................................................................................177
12.5.4 Timing of Counter Clearing by Compare Match .................................................178
12.5.5 Buffer Operation Timing .....................................................................................178
12.5.6 Timing of IMFA to IMFD Flag Setting at Compare Match.................................179
12.5.7 Timing of IMFA to IMFD Setting at Input Capture ............................................180
12.5.8 Timing of Status Flag Clearing ............................................................................180
12.6 Usage Notes ......................................................................................................................181
Section 13 Watchdog Timer ............................................................................. 183
13.1 Features .............................................................................................................................183
13.2 Register Descriptions ........................................................................................................183
13.2.1 Timer Control/Status Register WD(TCSRWD)...................................................184
13.2.2 Timer Counter WD(TCWD) ................................................................................185
13.2.3 Timer Mode Register WD(TMWD) ....................................................................185
13.3 Operation...........................................................................................................................186
Rev. 3.0, 03/01, Page xi of xxvi
Section 14 Serial Communication Interface3 (SCI3) ........................................187
14.1 Features............................................................................................................................. 187
14.2 Input/Output Pins .............................................................................................................. 189
14.3 Register Descriptions ........................................................................................................ 189
14.3.1 Receive Shift Register (RSR) .............................................................................. 190
14.3.2 Receive Data Register (RDR) .............................................................................. 190
14.3.3 Transmit Shift Register (TSR) ............................................................................. 190
14.3.4 Transmit Data Register (TDR)............................................................................. 190
14.3.5 Serial Mode Register (SMR)................................................................................ 191
14.3.6 Serial Control Register 3 (SCR3)......................................................................... 192
14.3.7 Serial Status Register (SSR) ................................................................................ 194
14.3.8 Bit Rate Register (BRR) ...................................................................................... 196
14.4 Operation in Asynchronous Mode .................................................................................... 201
14.4.1 Clock.................................................................................................................... 201
14.4.2 SCI3 Initialization................................................................................................ 202
14.4.3 Data Transmission ............................................................................................... 203
14.4.4 Serial Data Reception .......................................................................................... 205
14.5 Operation in Clocked Synchronous Mode ........................................................................ 209
14.5.1 Clock.................................................................................................................... 209
14.5.2 SCI3 Initialization................................................................................................ 209
14.5.3 Serial Data Transmission ..................................................................................... 210
14.5.4 Serial Data Reception (Clocked Synchronous Mode).......................................... 212
14.5.5 Simultaneous Serial Data Transmission and Reception....................................... 214
14.6 Multiprocessor Communication Function......................................................................... 216
14.6.1 Multiprocessor Serial Data Transmission ............................................................ 218
14.6.2 Multiprocessor Serial Data Reception ................................................................. 219
14.7 Interrupts........................................................................................................................... 223
14.8 Usage Notes ...................................................................................................................... 224
14.8.1 Break Detection and Processing .......................................................................... 224
14.8.2 Mark State and Break Detection .......................................................................... 224
14.8.3 Receive Error Flags and Transmit Operations
(Clocked Synchronous Mode Only) .................................................................... 224
14.8.4 Receive Data Sampling Timing and Reception Margin in Asynchronous Mode 225
Section 15 I2C Bus Interface (IIC).....................................................................227
15.1 Features............................................................................................................................. 227
15.2 Input/Output Pins .............................................................................................................. 229
15.3 Register Descriptions ........................................................................................................ 229
2
15.3.1 I C bus data register(ICDR) ................................................................................. 230
15.3.2 Slave address register(SAR) ................................................................................ 232
15.3.3 Second slave address register(SARX) ................................................................. 232
2
15.3.4 I C Bus Mode Register(ICMR) ............................................................................ 233
2
15.3.5 I C Bus Control Register(ICCR) .......................................................................... 235
Rev. 3.0, 03/01, page xii of xxvi
2
15.3.6 I C Bus Status Register(ICSR).............................................................................238
15.3.7 Timer Serial Control Register(TSCR)..................................................................240
15.4 Operation...........................................................................................................................241
2
15.4.1 I C Bus Data Format ............................................................................................241
15.4.2 Master Transmit Operation ..................................................................................243
15.4.3 Master Receive Operation....................................................................................244
15.4.4 Slave Receive Operation......................................................................................247
15.4.5 Slave Transmit Operation ....................................................................................249
15.4.6 Clock Synchronous Serial Format .......................................................................251
15.4.7 IRIC Setting Timing and SCL Control ................................................................251
15.4.8 Noise Canceler .....................................................................................................253
15.4.9 Sample Flowcharts...............................................................................................253
15.5 Usage Notes ......................................................................................................................258
Section 16 A/D Converter................................................................................. 263
16.1 Features .............................................................................................................................263
16.2 Input/Output Pins ..............................................................................................................265
16.3 Register Description..........................................................................................................266
16.3.1 A/D Data Registers A to D (ADDRA to ADDRD)..............................................266
16.3.2 A/D Control/Status Register (ADCSR)................................................................267
16.3.3 A/D Control Register (ADCR).............................................................................268
16.4 Operation...........................................................................................................................269
16.4.1 Single Mode.........................................................................................................269
16.4.2 Scan Mode ...........................................................................................................269
16.4.3 Input Sampling and A/D Conversion Time .........................................................270
16.4.4 External Trigger Input Timing .............................................................................271
16.5 A/D Conversion Precision Definitions..............................................................................272
16.6 Usage Notes ......................................................................................................................273
16.6.1 Permissible Signal Source Impedance .................................................................273
16.6.2 Influences on Absolute Precision.........................................................................273
Section 17 EEPROM ........................................................................................ 275
17.1 Features..............................................................................................................................275
17.2 Input/Output Pin ................................................................................................................276
17.3 Registers ............................................................................................................................277
17.3.1 EEPROM Key Register (EKR) ............................................................................277
17.4 Operation ...........................................................................................................................277
17.4.1 EEPROM Interface ..............................................................................................277
17.4.2 Bus Format and Timing .......................................................................................278
17.4.3 Start Condition .....................................................................................................278
17.4.4 Stop Condition .....................................................................................................278
17.4.5 Acknowledge .......................................................................................................279
17.4.6 Slave Addressing..................................................................................................279
Rev. 3.0, 03/01, Page xiii of xxvi
17.4.7 Write Operations .................................................................................................. 280
17.4.8 Acknowledge Polling ........................................................................................... 281
17.4.9 Read Operation .................................................................................................... 282
17.5 Notes.................................................................................................................................. 284
17.5.1 Data Protection at VCC On/Off.............................................................................. 284
17.5.2 Write/Erase Endurance ........................................................................................ 284
17.5.3 Noise Suppression Time ...................................................................................... 284
Section 18 Power Supply Circuit ......................................................................285
18.1 When Using the Internal Power Supply Step-Down Circuit............................................. 285
18.2 When Not Using the Internal Power Supply Step-Down Circuit...................................... 286
Section 19 Electrical Characteristics .................................................................287
19.1 Absolute Maximum Ratings ............................................................................................. 287
19.2 Electrical Characteristics (F-ZTAT™ Version, F-ZTAT™ Version with EEPROM)...... 287
19.2.1 Power Supply Voltage and Operating Ranges ..................................................... 287
19.2.2 DC Characteristics ............................................................................................... 289
19.2.3 AC Characteristics ............................................................................................... 295
19.2.4 A/D Converter Characteristics ............................................................................. 299
19.2.5 Watchdog Timer .................................................................................................. 300
19.2.6 Flash Memory Characteristics ............................................................................. 301
19.2.7 EEPROM Characteristics (Preliminary) .............................................................. 303
19.3 Electrical Characteristics (Mask ROM Version)............................................................... 304
19.3.1 Power Supply Voltage and Operating Ranges ..................................................... 304
19.3.2 DC Characteristics ............................................................................................... 305
19.3.3 AC Characteristics ............................................................................................... 311
19.3.4 A/D Converter Characteristics ............................................................................. 315
19.3.5 Watchdog Timer .................................................................................................. 316
19.4 Operation Timing.............................................................................................................. 316
19.5 Output Load Circuit .......................................................................................................... 319
Appendix A Instruction Set ...............................................................................321
A.1
A.2
A.3
A.4
Instruction List .................................................................................................................. 321
Operation Code Map......................................................................................................... 336
Number of Execution States ............................................................................................. 339
Combinations of Instructions and Addressing Modes ...................................................... 346
Appendix B Internal I/O Registers ....................................................................347
B.1
B.2
B.3
Register Addresses............................................................................................................ 347
Register Bits...................................................................................................................... 350
Registers States in Each Operating Mode ......................................................................... 353
Appendix C I/O Port Block Diagrams...............................................................356
Rev. 3.0, 03/01, page xiv of xxvi
C.1
C.2
I/O Port Block ...................................................................................................................356
Port States in Each Operating State...................................................................................372
Appendix D Product Code Lineup.................................................................... 373
Appendix E Package Dimensions..................................................................... 374
Appendix F Laminated-Structure Cross Section .............................................. 377
Rev. 3.0, 03/01, Page xv of xxvi
Rev. 3.0, 03/01, page xvi of xxvi
Figures of Contents
Section 1
Figure 1-1
Figure 1-2
Figure 1-3
Figure 1-4
Overview
Internal Block Diagram of H8/3664 of the F-ZTATTM and Mask-ROM Versions .......2
Internal Block Diagram of the F-ZTATTM Version H8/3664N with EEPROM............3
Pin Arrangement of the F-ZTATTM-Version H8/3664N with EEPROM(FP-64E) .......4
Pin Arrangement of H8/3664 of the F-ZTATTM and Mask-ROM Versions
(FP-64E, FP-64A) .........................................................................................................5
Figure 1-5 Pin Arrangement of H8/3664 of the F-ZTATTM and Mask-ROM Versions (DS-42S) .6
Section 2 CPU
Figure 2-1 Memory Map(1) ..........................................................................................................12
Figure 2-1 Memory Map(2) ..........................................................................................................13
Figure 2-1 Memory Map(3) ..........................................................................................................14
Figure 2-2 CPU Registers .............................................................................................................15
Figure 2-3 Usage of General Registers .........................................................................................16
Figure 2-4 Relationship between Stack Pointer and Stack Area...................................................17
Figure 2-5 General Register Data Formats (1)..............................................................................19
Figure 2-5 General Register Data Formats (2)..............................................................................20
Figure 2-6 Memory Data Formats ................................................................................................21
Figure 2-7 Instruction Formats .....................................................................................................32
Figure 2-8 Branch Address Specification in Memory Indirect Mode...........................................35
Figure 2-9 On-Chip Memory Access Cycle..................................................................................38
Figure 2-10 On-Chip Peripheral Module Access Cycle (3-State Access) ....................................39
Figure 2-11 CPU Operation States................................................................................................40
Figure 2-12 State Transitions........................................................................................................41
Figure 2-13 Example of Timer Configuration with Two Registers Allocated to Same Address..42
Section 3
Figure 3-1
Figure 3-2
Figure 3-3
Figure 3-4
Exception Handling
Reset Sequence............................................................................................................55
Stack Status after Exception Handling ........................................................................57
Interrupt Sequence ......................................................................................................58
Port Mode Register Setting and Interrupt Request Flag Clearing Procedure ..............59
Section 4
Figure 4-1
Figure 4-2
Figure 4-2
Figure 4-2
Address Break
Block Diagram of an Address Break...........................................................................61
Address Break Interrupt Operation Example (1).........................................................64
Address Break Interrupt Operation Example (2).........................................................65
Address Break Interrupt Operation Example (3).........................................................66
Section 5 Clock Pulse Generators
Figure 5-1 Block Diagram of Clock Pulse Generators .................................................................67
Figure 5-2 Block Diagram of the System Clock Generator ..........................................................68
Rev. 3.0, 03/01, Page xvii of xxvi
Figure 5-3 Typical Connection to Crystal Oscillator.................................................................... 68
Figure 5-4 Equivalent Circuit of Crystal Oscillator...................................................................... 68
Figure 5-5 Typical Connection to Ceramic Oscillator .................................................................. 69
Figure 5-6 Example of External Clock Input................................................................................ 69
Figure 5-7 Block Diagram of the Subclock Generator ................................................................. 69
Figure 5-8 Typical Connection to 32.768-kHz Crystal Oscillator ................................................ 70
Figure 5-9 Equivalent Circuit of 32.768-kHz Crystal Oscillator .................................................. 70
Figure 5-10 Pin Connection when not Using Subclock ................................................................ 70
Figure 5-11 Example of Incorrect Board Design........................................................................... 72
Figure 6-1 Mode Transition Diagram ...........................................................................................78
Figure 7-1 Flash Memory Block Configuration ........................................................................... 86
Figure 7-2 Programming/Erasing Flowchart Example in User Program Mode............................ 93
Figure 7-3 Program/Program-Verify Flowchart ........................................................................... 95
Figure 7-4 Erase/Erase-Verify Flowchart ..................................................................................... 98
Figure 7-5 Socket Adapter Pin Correspondence Diagram .......................................................... 101
Figure 7-6 Timing Waveforms for Memory Read after Memory Write ..................................... 102
Figure 7-7 Timing Waveforms in Transition from Memory Read Mode to Another Mode....... 103
Figure 7-8 CE and OE Enable State Read Timing Waveforms .................................................. 104
Figure 7-9 CE and OE Clock System Read Timing Waveforms................................................ 104
Figure 7-10 Auto-Program Mode Timing Waveforms ............................................................... 106
Figure 7-11 Auto-Erase Mode Timing Waveforms .................................................................... 107
Figure 7-12 Status Read Mode Timing Waveforms ................................................................... 108
Figure 7-13 Oscillation Stabilization Time, Boot Program Transfer Time, and
Power-Down Sequence........................................................................................... 110
Section 9
Figure 9-1
Figure 9-2
Figure 9-3
Figure 9-4
Figure 9-5
Figure 9-6
I/O Ports
Port 1 Pin Configuration ........................................................................................... 115
Port 2 Pin Configuration ........................................................................................... 120
Port 5 Pin Configuration ........................................................................................... 123
Port 7 Pin Configuration ........................................................................................... 128
Port 8 Pin Configuration ........................................................................................... 131
Port B Pin Configuration........................................................................................... 134
Section 10 Timer A
Figure 10-1 Block Diagram of Timer A ..................................................................................... 138
Section 11
Figure 11-1
Figure 11-2
Figure 11-3
Figure 11-4
Figure 11-5
Figure 11-6
Timer V
Block Diagram of Timer V ..................................................................................... 144
Increment Timing with Internal Clock.................................................................... 150
Increment Timing with External Clock................................................................... 151
OVF Set Timing................................................................................................... ... 151
CMFA and CMFB Set Timing................................................................................ 151
TMOV Output Timing ............................................................................................ 152
Rev. 3.0, 03/01, page xviii of xxvi
Figure 11-7 Clear Timing by Compare Match............................................................................152
Figure 11-8 Clear Timing by TMRIV Input ...............................................................................152
Figure 11-9 Pulse Output Example.............................................................................................153
Figure 11-10 Example of Pulse Output Synchronized to TRGV Input.......................................154
Figure 11-11 Contention between TCNTV Write and Clear ......................................................155
Figure 11-12 Contention between TCORA Write and Compare Match.....................................155
Figure 11-13 Internal Clock Switching and TCNTV Operation.................................................156
Section 12 Timer W
Figure 12-1 Timer W Block Diagram.........................................................................................159
Figure 12-2 Free-Running Counter Operation............................................................................168
Figure 12-3 Periodic Counter Operation.....................................................................................169
Figure 12-4 0 and 1 Output Example(TOA = 0, TOB = 1).........................................................169
Figure 12-5 Toggle Output Example (TOA = 0, TOB = 1) ........................................................170
Figure 12-6 Toggle Output Example (TOA = 0, TOB = 1) ........................................................170
Figure 12-7 Input Capture Operating Example...........................................................................171
Figure 12-8 Buffer Operation Example (Input Capture).............................................................171
Figure 12-9 PWM Mode Example (1) ........................................................................................172
Figure 12-10 PWM Mode Example (2) ......................................................................................173
Figure 12-11 Buffer Operation Example (Output Compare) ......................................................173
Figure 12-12 PWM Mode Example
(TOB=0, TOC=0, TOD=0: initial output values are set to 0) ...............................174
Figure 12-13 PWM Mode Example
(TOB=1, TOC=1,and TOD=1: initial output values are set to 1) .........................175
Figure 12-14 Count Timing for Internal Clock Source...............................................................176
Figure 12-15 Count Timing for External Clock Source..............................................................176
Figure 12-16 Output Compare Output Timing ...........................................................................177
Figure 12-17 Input Capture Input Signal Timing .......................................................................177
Figure 12-18 Timing of Counter Clearing by Compare Match...................................................178
Figure 12-19 Buffer Operation Timing (Compare Match) .........................................................178
Figure 12-20 Buffer Operation Timing (Input Capture) .............................................................179
Figure 12-21 Timing of IMFA to IMFD Flag Setting at Compare Match..................................179
Figure 12-22 Timing of IMFA to IMFD Flag Setting at Input Capture......................................180
Figure 12-23 Timing of Status Flag Clearing by the CPU..........................................................180
Figure 12-24 Contention between TCNT Write and Clear .........................................................181
Figure 12-25 Internal Clock Switching and TCNT Operation....................................................182
Section 13 Watchdog Timer
Figure 13-1 Block Diagram of WDT ..........................................................................................183
Figure 13-2 Watchdog Timer Operation Example......................................................................186
Section 14 Serial Communication Interface3 (SCI3)
Figure 14-1 Block Diagram of SCI3...........................................................................................188
Rev. 3.0, 03/01, Page xix of xxvi
Figure 14-2 Data Format in Asynchronous Communication ...................................................... 201
Figure 14-3 Relationship between Output Clock and Transfer Data Phase
(Asynchronous Mode)(Example with 8-Bit Data, Parity, Two Stop Bits).............. 201
Figure 14-4 Sample SCI3 Initialization Flowchart ..................................................................... 202
Figure 14-5 Example SCI3 Operation in Transmission in Asynchronous Mode
(8-Bit Data, Parity, One Stop Bit)........................................................................... 203
Figure 14-6 Sample Serial Transmission Flowchart................................................................... 204
Figure 14-7 Example SCI3 Operation in Reception in Asynchronous Mode
(8-Bit Data, Parity, One Stop Bit)........................................................................... 205
Figure 14-8 Sample Serial Reception Data Flowchart (Asynchronous mode)(1)....................... 207
Figure 14-8 Sample Serial Reception Data Flowchart (2) .......................................................... 208
Figure 14-9 Data Format in Synchronous Communication ........................................................ 209
Figure 14-10 Example of SCI3 Operation in Transmission in Clocked Synchronous Mode ..... 210
Figure 14-11 Sample Serial Transmission Flowchart(Clocked Synchronous Mode) ................. 211
Figure 14-12 Example of SCI3 Reception Operation in Clocked Synchronous Mode............... 212
Figure 14-13 Sample Serial Reception Flowchart(Clocked Synchronous Mode) ...................... 213
Figure 14-14 Sample Flowchart of Simultaneous Serial Transmit and Receive Operations
(Clocked Synchronous Mode) .............................................................................. 215
Figure 14-15 Example of Communication Using Multiprocessor Format
(Transmission of Data H'AA to Receiving Station A) .......................................... 217
Figure 14-16 Sample Multiprocessor Serial Transmission Flowchart........................................ 218
Figure 14-17 Sample Multiprocessor Serial Reception Flowchart (1) ....................................... 220
Figure 14-17 Sample Multiprocessor Serial Reception Flowchart (2) ....................................... 221
Figure 14-18 Example of SCI3 Operation in Reception Using Multiprocessor Format
(Example with 8-Bit Data, MultiprocessorBit, One Stop Bit) .............................. 222
Figure 14-19 Receive Data Sampling Timing in Asynchronous Mode ...................................... 225
Figure 15-1 Block Diagram of I2C Bus Interface ....................................................................... 228
Figure 15-2 I2C Bus Interface Connections (Example: This LSI as Master) .............................. 229
Figure 15-3 I2C Bus Data Formats (I2C Bus Formats)................................................................ 242
Figure 15-4 I2C Bus Timing ....................................................................................................... 242
Figure 15-5 Master Transmit Mode Operation Timing Example (MLS = WAIT = 0)................. 244
Figure 15-6 Master Receive Mode Operation Timing Example (1)
(MLS = ACKB = 0, WAIT = 1) ............................................................................. 246
Figure 15-6 Master Receive Mode Operation Timing Example (2)
(MLS = ACKB = 0, WAIT = 1) ............................................................................. 246
Figure 15-7 Example of Slave Receive Mode Operation Timing (1) (MLS = ACKB = 0)........ 248
Figure 15-8 Example of Slave Receive Mode Operation Timing (2) (MLS = ACKB = 0)........ 249
Figure 15-9 Example of Slave Transmit Mode Operation Timing (MLS = 0) ........................... 250
Figure 15-10 I2C Bus Data Format (Serial Format).................................................................... 251
Figure 15-11 IRIC Setting Timing and SCL Control.................................................................. 252
Figure 15-12 Block Diagram of Noise Canceler ........................................................................ 253
Figure 15-13 Sample Flowchart for Master Transmit Mode ...................................................... 254
Figure 15-14 Sample Flowchart for Master Receive Mode........................................................ 255
Rev. 3.0, 03/01, page xx of xxvi
Figure 15-15 Sample Flowchart for Slave Receive Mode ..........................................................256
Figure 15-16 Sample Flowchart for Slave Transmit Mode.........................................................257
Figure 15-17 Flowchart and Timing of Start Condition Instruction Issuance
for Retransmission ................................................................................................262
Section 16
Figure 16-1
Figure 16-2
Figure 16-3
Figure 16-4
Figure 16-5
Figure 16-6
A/D Converter
Block Diagram of A/D Converter ...........................................................................264
A/D Conversion Timing..........................................................................................27 0
External Trigger Input Timing ................................................................................271
A/D Conversion Precision Definitions (1) ..............................................................272
A/D Conversion Precision Definitions (2) ..............................................................273
Analog Input Circuit Example ................................................................................274
Section 17
Figure 17-1
Figure 17-2
Figure 17-3
Figure 17-4
Figure 17-5
Figure 17-6
Figure 17-7
EEPROM
Block Diagram of the EEPROM .............................................................................276
EEPROM Bus Format and Bus Timing ..................................................................278
Byte Write Operation ............................................................................................. .280
Page Write Operation..............................................................................................281
Current Address Read Operation ............................................................................282
Random Address Read Operation ...........................................................................283
Sequential Read Operation (when the current address read is used).......................284
Section 18 Power Supply Circuit
Figure 18-1 Power Supply Connection when Internal Step-Down Circuit Is Used ....................285
Figure 18-2 Power Supply Connection when Internal Step-Down Circuit Is Not Used .............286
Section 19
Figure 19-1
Figure 19-2
Figure 19-3
Figure 19-4
Figure 19-5
Figure 19-6
Figure 19-7
Figure 19-8
Electrical Characteristics
System Clock Input Timing ....................................................................................316
RES Low Width Timing .........................................................................................317
Input Timing............................................................................................................317
I2C Bus Interface Input/Output Timing...................................................................317
SCK3 Input Clock Timing ......................................................................................318
Serial Interface 3 Synchronous Mode Input/Output Timing ...................................318
EEPROM Bus Timing.............................................................................................319
Output Load Condition............................................................................................319
Appendix
Figure C.1
Figure C.2
Figure C.3
Figure C.4
Figure C.5
Figure C.6
Figure C.7
Port 1 Block Diagram (P17) .....................................................................................356
Port 1 Block Diagram (P16 to P14) ..........................................................................357
Port 1 Block Diagram (P12, P11) .............................................................................358
Port 1 Block Diagram (P10) .....................................................................................359
Port 2 Block Diagram (P22) .....................................................................................360
Port 2 Block Diagram (P21) .....................................................................................361
Port 2 Block Diagram (P20) .....................................................................................362
Rev. 3.0, 03/01, Page xxi of xxvi
Figure C.8 Port 5 Block Diagram (P57, P56)* ........................................................................... 363
Figure C.9 Port 5 Block Diagram (P55) ..................................................................................... 364
Figure C.10 Port 5 Block Diagram (P54 to P50) ........................................................................ 365
Figure C.11 Port 7 Block Diagram (P76) ................................................................................... 366
Figure C.12 Port 7 Block Diagram (P75) ................................................................................... 367
Figure C.13 Port 7 Block Diagram (P74) ................................................................................... 368
Figure C.14 Port 8 Block Diagram (P87 to P85) ........................................................................ 369
Figure C.15 Port 8 Block Diagram (P84 to P81) ........................................................................ 370
Figure C.16 Port 8 Block Diagram (P80) ................................................................................... 371
Figure C.17 Port B Block Diagram (PB7 to PB0) ...................................................................... 372
Figure E.1 FP-64A Package Dimensions.................................................................................... 374
Figure E.2 FP-64E Package Dimensions .................................................................................... 375
Figure E.3 DP-42S Package Dimensions.................................................................................... 376
Figure F-1 Laminated-Structure Cross Section of H8/3664N .................................................... 377
Rev. 3.0, 03/01, page xxii of xxvi
Tables of Contents
Section 1 Overview
Table 1-1 Pin Functions ......................................................................................................... .......7
Table 1-2 Comparison between H8/3664N and H8/3664 .............................................................9
Section 2 CPU
Table 2-1 Operation Notation.................................................................................................... ..22
Table 2-2 Data Transfer Instructions...........................................................................................23
Table 2-3 Arithmetic Operations Instructions (1) .......................................................................24
Table 2-3 Arithmetic Operations Instructions (2) .......................................................................25
Table 2-4 Logic Operations Instructions .....................................................................................26
Table 2-5 Shift Instructions.........................................................................................................26
Table 2-6 Bit Manipulation Instructions (1)................................................................................27
Table 2-6 Bit Manipulation Instructions (2)................................................................................28
Table 2-7 Branch Instructions .....................................................................................................29
Table 2-8 System Control Instructions........................................................................................30
Table 2-9 Block Data Transfer Instructions ................................................................................31
Table 2-10
Addressing Modes ..................................................................................................33
Table 2-11
Absolute Address Access Ranges ...........................................................................34
Table 2-12
Effective Address Calculation (1) ...........................................................................36
Table 2-12 Effective Address Calculation (2) ..............................................................................37
Section 3 Exception Handling
Table 3-1 Exception Sources and Vector Address ......................................................................48
Table 3-2 Interrupt Wait States ...................................................................................................57
Section 4 Address Break
Table 4-1 Access and Data Bus Used..........................................................................................63
Section 5 Clock Pulse Generators
Table 5-1 Crystal Oscillator Parameters......................................................................................68
Section 6 Power-down Modes
Table 6-1 Operating Frequency and Waiting Time.....................................................................75
Table 6-2 Transition Mode after the SLEEP Instruction Execution and Interrupt Handling ......79
Table 6-3 Internal State in Each Operating Mode.......................................................................80
Section 7 ROM
Table 7-1 Setting Programming Modes ......................................................................................90
Table 7-2 Boot Mode Operation .................................................................................................92
Table 7-3 System Clock Frequencies for which Automatic Adjustment of
LSI Bit Rate is Possible ..............................................................................................92
Rev. 3.0, 03/01, Page xxiii of xxvi
Table 7-4
Table 7-5
Table 7-6
Table 7-7
Table 7-8
Table 7-9
Table 7-10
Table 7-11
Table 7-12
Table 7-13
Table 7-14
Table 7-15
Table 7-16
Table 7-17
Reprogram Data Computation Table .......................................................................... 96
Additional-Program Data Computation Table ............................................................ 96
Programming Time ..................................................................................................... 96
Command Sequence in Programmer Mode .............................................................. 100
AC Characteristics in Transition to Memory Read Mode
(Conditions: VCC = 5.0 V ±0.5 V, VSS = 0 V, Ta = 25°C ±5°C)................................ 102
AC Characteristics in Transition from Memory Read Mode to Another Mode
(Conditions: VCC = 5.0 V ±0.5 V, VSS = 0 V, Ta = 25°C ±5°C)................................ 103
AC Characteristics in Memory Read Mode
(Conditions: VCC = 5.0 V ±0.5 V, VSS = 0 V, Ta = 25°C ±5°C)............................ 103
AC Characteristics in Auto-Program Mode
(Conditions: VCC = 5.0 V ±0.5 V, VSS = 0 V, Ta = 25°C ±5°C)............................ 105
AC Characteristics in Auto-Erase Mode
(Conditions: VCC = 5.0 V ±0.5 V, VSS = 0 V, Ta = 25°C ±5°C)............................ 107
AC Characteristics in Status Read Mode
(Conditions: VCC = 5.0 V ±0.5 V, VSS = 0 V, Ta = 25°C ±5°C)............................ 108
Status Read Mode Return Codes .......................................................................... 109
Status Polling Output Truth Table ........................................................................ 109
Stipulated Transition Times to Command Wait State........................................... 110
Flash Memory Operating States............................................................................ 111
Section 10 Timer A
Table 10-1
Pin Configuration.................................................................................................. 13 8
Section 11 Timer V
Table 11-1
Pin Configuration.................................................................................................. 14 4
Table 11-2
Clock signals to input to TCNTV and the counting conditions ............................ 147
Section 12 Timer W
Table 12-1
Timer W Functions ............................................................................................... 158
Table 12-2
Timer W Pins ........................................................................................................ 1 59
Section 14 Serial Communication Interface3 (SCI3)
Table 14-1
Pin Configuration.................................................................................................. 18 9
Table 14-2
Examples of BRR Settings for Various Bit Rates (Asynchronous Mode) (1) ...... 197
Table 14-2
Examples of BRR Settings for Various Bit Rates (Asynchronous Mode) (2) ...... 198
Table 14-2
Examples of BRR Settings for Various Bit Rates (Asynchronous Mode) (3) ...... 199
Table 14-3
Maximum Bit Rate for Each Frequency (Asynchronous Mode) .......................... 199
Table 14-4
BRR Settings for Various Bit Rates (Clocked Synchronous Mode)..................... 200
Table 14-5
SSR Status Flags and Receive Data Handling ...................................................... 206
Table 14-6
SCI3 Interrupt Requests........................................................................................ 223
Section 15 I2C Bus Interface (IIC)
Table 15-1
I2C Bus Interface Pins ........................................................................................... 229
Rev. 3.0, 03/01, page xxiv of xxvi
Table 15-2
Table 15-3
Table 15-4
Table 15-5
Table 15-6
Table 15-7
Communication Format ........................................................................................233
I2C Transfer Rate ..................................................................................................235
Flags and Transfer States ......................................................................................241
I2C Bus Timing (SCL and SDA Output)...............................................................258
Permissible SCL Rise Time (tsr) Values................................................................259
I2C Bus Timing (with Maximum Influence of tSr/tSf) ............................................260
Section 16 A/D Converter
Table 16-1
Pin Configuration..................................................................................................265
Table 16-2
Analog Input Channels and Corresponding ADDR Registers ..............................266
Table 16-3
A/D Conversion Time (Single Mode)...................................................................271
Section 17 EEPROM
Table 17-1
Pin Configuration..................................................................................................277
Table 17-2
Slave Addresses ....................................................................................................280
Section 19 Electrical Characteristics
Table 19-1
Absolute Maximum Ratings .................................................................................287
Table 19-2
DC Characteristics (1)...........................................................................................289
Table 19-2
DC Characteristics (2)...........................................................................................293
Table 19-2
DC Characteristics (3)...........................................................................................294
Table 19-3
AC Characteristics ................................................................................................295
Table 19-4
I2C Bus Interface Timing ......................................................................................297
Table 19-5
Serial Interface (SCI3) Timing..............................................................................298
Table 19-6
A/D Converter Characteristics ..............................................................................299
Table 19-7
Watchdog Timer Characteristics...........................................................................300
Table 19-8
Flash Memory Characteristics...............................................................................301
Table 19-9 EEPROM Characteristics .........................................................................................303
Table 19-10 DC Characteristics (1)...........................................................................................305
Table 19-10 DC Characteristics (2)...........................................................................................310
Table 19-11 AC Characteristics ................................................................................................311
Table 19-12 I2C Bus Interface Timing........................................................................................313
Table 19-13 Serial Interface (SCI3) Timing..............................................................................314
Table 19-14 A/D Converter Characteristics ..............................................................................315
Table 19-15 Watchdog Timer Characteristics...........................................................................316
Appendix
Table A.1
Instruction Set .......................................................................................................323
1. Data transfer instructions ........................................................................................................323
2. Arithmetic instructions............................................................................................................325
3. Logic instructions ...................................................................................................................328
4. Shift instructions .....................................................................................................................329
5. Bit manipulation instructions ..................................................................................................330
6. Branching instructions ............................................................................................................332
Rev. 3.0, 03/01, Page xxv of xxvi
7. System control instructions..................................................................................................... 334
8. Block transfer instructions ...................................................................................................... 335
Table A.2
Operation Code Map (1) ....................................................................................... 336
Table A.2
Operation Code Map (2) ....................................................................................... 337
Table A.2
Operation Code Map (3) ....................................................................................... 338
Table A.3
Number of Cycles in Each Instruction .................................................................. 340
Table A.4
Number of Cycles in Each Instruction .................................................................. 341
Table A.5
Combinations of Instructions and Addressing Modes .......................................... 346
Rev. 3.0, 03/01, page xxvi of xxvi
Section 1 Overview
1.1
Overview
• High-speed H8/300H central processing unit with an internal 16-bit architecture
 Upward-compatible with H8/300 and H8/300H CPUs on an object level
 Sixteen 16-bit general registers
 62 basic instructions
• Various peripheral functions
 Timer A (can be used as a time base for a clock)
 Timer V (8-bit timer)
 Timer W (16-bit timer)
 Watchdog timer
 SCI3 (Asynchronous or clocked synchronous serial communication interface)
 I C Bus Interface (conforms to the I C bus interface format that is advocated by Philips
Electronics)
2
2
 10-bit A/D converter
• On-chip memory
ROM
Model
EEPROM
ROM
RAM
H8/3664N
HD64N3664
512 bytes
32k
2,048 bytes
H8/3664F
HD64F3664

32k
2,048 bytes
Mask ROM
H8/3664
HD6433664

32k
1,024 bytes
Version
H8/3663
HD6433663

24k
1,024 bytes
H8/3662
HD6433662

16k
512 bytes
H8/3661
HD6433661

12k
512 bytes
H8/3660
HD6433660

8k
512 bytes
F-ZTAT Version
• General I/O ports
• I/O pins: 29 I/O pins (H8/3664N has 27 I/O pins), including 8 large current ports (IOL = 20mA,
@VOL = 1.5V)
• Input-only pins: 8 input pins (also used for analog input)
• EEPROM interface (only for H8/3664N)
2
2
I C Bus Interface (conforms to the I C bus interface method presented by Philips)
• Supports various power-down states
• Compact package
Rev. 3.0, 03/01, page 1 of 382
Package
(Code)
QFP-64
(FP-64E)
QFP-64
(FP-64A)
SDIP-42
(DP-42S)
Body Size
Pin Pitch
× 10.0 mm
14.0 × 14.0 mm
14.0 × 37.3 mm
0.5 mm
10.0
0.8 mm
1.78 mm
Only QFP-64 (FP-64E) for H8/3664N
Port 8
Port 7
P74/TMRIV
P75/TMCIV
P76/TMOV
Port 5
P20/SCK3
P21/RXD
P22/TXD
P80/FTCI
P81/FTIOA
P82/FTIOB
P83/FTIOC
P84/FTIOD
P85
P86
P87
P50/
P51/
P52/
P53/
P54/
P55/
/
P56/SDA
P57/SCL
PB0/AN0
PB1/AN1
PB2/AN2
PB3/AN3
PB4/AN4
PB5/AN5
PB6/AN6
PB7/AN7
CPU
H8/300H
Port 1
Data bus (lower)
Port 2
P10/TMOW
P11
P12
P14/
P15/
P16/
P17/
/TRGV
System
clock
generator
Port B
Subclock
generator
OSC1
OSC2
X1
X2
TEST
VCL
Internal Block Diagram
VSS
VCC
1.2
ROM
RAM
Timer W
SCI3
Timer A
Watchdog
timer
Timer V
A/D
converter
I2C bus
interface
Data bus (upper)
Address bus
AVCC
Figure 1-1 Internal Block Diagram of H8/3664 of the F-ZTAT
Rev. 3.0, 03/01, page 2 of 382
TM
and Mask-ROM Versions
SCL
Port 8
P80/FTCI
P81/FTIOA
P82/FTIOB
P83/FTIOC
P84/FTIOD
P85
P86
P87
Port 7
P74/TMRIV
P75/TMCIV
P76/TMOV
Port 5
CPU
H8/300H
P50/
P51/
P52/
P53/
P54/
P55/
Port 1
ROM
RAM
Timer W
SCI3
Timer A
Watchdog
timer
Timer V
A/D
converter
I2C bus
interface
Port B
SDA
I2C bus
P20/SCK3
P21/RXD
P22/TXD
System
clock
generator
Data bus (lower)
Port 2
P10/TMOW
P11
P12
P14/
P15/
P16/
P17/
/TRGV
OSC1
OSC2
X1
X2
TEST
VCL
VSS
VCC
Subclock
generator
Data bus (upper)
/
PB0/AN0
PB1/AN1
PB2/AN2
PB3/AN3
PB4/AN4
PB5/AN5
PB6/AN6
PB7/AN7
Address bus
AVCC
EEPROM
Note : The H8/3664N is a laminated-structure product in which an EEPROM chip is mounted on the
H8/3664F-ZTATTM version.
TM
Figure 1-2 Internal Block Diagram of the F-ZTAT
Version H8/3664N with EEPROM
Rev. 3.0, 03/01, page 3 of 382
NC
NC
P80/FTCI
P81/FTIOA
P82/FTIOB
P83/FTIOC
P84/FTIOD
P85
P86
P87
P20/SCK3
P21/RXD
P22/TXD
NC
Pin Arrangement
NC
1.3
48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33
49
32
NC
NC
50
31
NC
P14/
51
30
P76/TMOV
P15/
52
29
P75/TMCIV
P16/
53
28
P74/TMRIV
/TRGV
54
27
SCL
PB4/AN4
55
26
SDA
PB5/AN5
56
25
P12
PB6/AN6
57
24
P11
PB7/AN7
58
23
P10/TMOW
PB3/AN3
59
22
P55/
PB2/AN2
60
21
P54/
PB1/AN1
61
20
P53/
PB0/AN0
62
19
P52/
NC
63
18
NC
NC
64
17
NC
H8/3664N
VCL
Note: Do not connect NC pins.
TM
NC
X1
8 9 10 11 12 13 14 15 16
NC
X2
/
P51/
AVCC
7
P50/
6
VCC
5
OSC1
4
OSC2
3
VSS
2
TEST
1
NC
Top view
NC
P17/
NC
Figure 1-3 Pin Arrangement of the F-ZTAT -Version H8/3664N with EEPROM(FP-64E)
Rev. 3.0, 03/01, page 4 of 382
NC
NC
P80/FTCI
P81/FTIOA
P82/FTIOB
P83/FTIOC
P84/FTIOD
P85
P86
P87
P20/SCK3
P21/RXD
P22/TXD
NC
NC
48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33
49
32
NC
NC
50
31
NC
P14/
51
30
P76/TMOV
P15/
52
29
P75/TMCIV
P16/
53
28
P74/TMRIV
/TRGV
54
27
P57/SCL
PB4/AN4
55
26
P56/SDA
PB5/AN5
56
25
P12
PB6/AN6
57
24
P11
PB7/AN7
58
23
P10/TMOW
PB3/AN3
59
22
P55/
PB2/AN2
60
21
P54/
PB1/AN1
61
20
P53/
PB0/AN0
62
19
P52/
NC
63
18
NC
NC
64
17
NC
H8/3664
VCL
NC
X1
8 9 10 11 12 13 14 15 16
NC
X2
/
P51/
AVCC
Note: Do not connect NC pins.
7
P50/
6
VCC
5
OSC1
4
OSC2
3
VSS
2
TEST
1
NC
Top view
NC
P17/
NC
TM
Figure 1-4 Pin Arrangement of H8/3664 of the F-ZTAT
(FP-64E, FP-64A)
and Mask-ROM Versions
Rev. 3.0, 03/01, page 5 of 382
P55/
PB3/AN3
1
42
P17/
PB2/AN2
2
41
P16/
PB1/AN1
3
40
P15/
PB0/AN0
4
39
P14/
AVCC
5
38
P22/TXD
X2
6
37
P21/RXD
X1
7
36
P20/SCK3
VCL
8
35
P87
9
34
P86
/TRGV
TEST
10
H8/3664
33
P85
VSS
11
Top view
32
P84/FTI0D
OSC2
12
31
P83/FTI0C
OSC1
13
30
P82/FTI0B
VCC
14
29
P81/FTI0A
P50/
15
28
P80/FTCI
P51/
16
27
P52/
17
26
P76/TMOV
P53/
18
25
P75/TMCIV
P54/
19
24
P74/TMRIV
/
20
23
P57/SCL
21
22
P56/SDA
P10/TMOW
Note: DP-42S has no P11, P12, PB4/AN4, PB5/AN5, PB6/AN6, and PB7/AN7 pins.
TM
Figure 1-5 Pin Arrangement of H8/3664 of the F-ZTAT
(DS-42S)
Rev. 3.0, 03/01, page 6 of 382
and Mask-ROM Versions
1.4
Pin Functions
Table 1-1
Pin Functions
Pin No.
Type
Symbol
QFP-64
SDIP-42
I/O
Functions
Power
source pins
VCC
12
14
Input
Power supply pin. Connect this pin
to the system power supply.
VSS
9
11
Input
Ground pin. Connect all these pins
to the system power supply(0V).
AVCC
3
5
Input
Analog power supply pin for the A/D
converter. When the A/D converter
is not used, connect all this pin to
the system power supply.
VCL
6
8
Input
Internal step-down power supply
pin. Connect a capacitor of around
0.1µF between this pin and the Vss
pin for stabilization.
OSC1
11
13
Input
OSC2
10
12
Output
These pins connect to a crystal or
ceramic oscillator for system clocks,
or can be used to input an external
clock.
Clock pins
These pins can be used to input an
external clock. See section 5, Clock
Pulse Generators, for a typical
connection.
System
control
Interrupt
pins
X1
5
7
Input
For connection to a 32.768 kHz
crystal oscillator. See section 5,
Clock Pulse Generators, for a
typical connection.
X2
4
6
Output
RES
7
9
Input
Reset pin. When this driven low, the
chip is reset.
TEST
8
10
Input
Test pin. Connect this pin to Vss.
NMI
35
27
Input
Non-maskable interrupt request
input pin.
IRQ0 to
IRQ3
51 to 54
39 to 42
Input
External interrupt request input
pins. Can select the rising or falling
edge.
WKP0 to
WKP5
13, 14,
19 to 22
15 to 20
Input
External interrupt request input
pins. Can select the rising or falling
edge.
Rev. 3.0, 03/01, page 7 of 382
Pin No.
Type
Symbol
QFP-64
SDIP-42
I/O
Functions
Timer A
TMOW
23
21
Output
This is an output pin for divided
clocks.
Timer V
TMOV
30
26
Output
This is an output pin for waveforms
generated by the output compare
function.
TMCIV
29
25
Input
External event input pin.
TMRIV
28
24
Input
Counter reset input pin.
TRGV
54
42
Input
Counter start trigger input pin.
Timer W
2
I C bus
inerface
Serial communication
interface
(SCI)
A/D
converter
I/O ports
Other
FTCI
36
28
Input
External event input pin.
FTIOA to
FTIOD
37 to 40
29 to 32
I/O
Output compare output/ input
capture input/ PWM output pin
SDA
26
22
I/O
IIC data I/O pin. Can directly drive a
bus by NMOS open-drain output.
SCL
27
23
I/O
IIC clock I/O pin. Can directly drive
(EEPRO a bus by NMOS open-drain output.
M:
input)*
TXD
46
38
Output
Transmit data output pin
RXD
45
37
Input
Receive data input pin
SCK3
44
36
Output
Clock I/O pin
AN7 to AN0 55 to 62
1 to 4
Input
Analog input pin
ADTRG
20
Input
A/D converter trigger input pin.
PB7 to PB0 55 to 62
22
1 to 4
Input
8-bit input port.
P17 to P14, 51 to 54,
P12 to P10 23 to 25
39 to 42,
21
I/O
7-bit I/O port.
P22 to P20
44 to 46
36 to 38
I/O
3-bit I/O port.
P57 to P50 13, 14,
(P55 to P50 19 to 22,
for
26, 27
H8/3664N)
15 to 20,
22, 23
I/O
8-bit I/O port
P76 to P74
28 to 30
24 to 26
I/O
3-bit I/O port
P87 to P80
36 to 43
28 to 35
I/O
8-bit I/O port.
NC
Note : * Only for H8/3664N.
Rev. 3.0, 03/01, page 8 of 382
(6-bit I/O port for H8/3664N)
These pins must be left
unconnected.
1.5
Comparison between H8/3664N and H8/3664
Table 1-2
Comparison between H8/3664N and H8/3664
Item
H8/3664N
H8/3664
EEPROM
512 bytes
None
26 pins
Set the ICE bit of ICCR to 1 by a program
since the I2C bus is disable after a reset is
cleared.
P56/SDA
27 pins
Set the ICE bit of ICCR to 1 by a program
2
since the I C bus is disable after a reset is
cleared.
P57/SCL
Pin function
(QFP-64)
Rev. 3.0, 03/01, page 9 of 382
Rev. 3.0, 03/01, page 10 of 382
Section 2 CPU
This LSI has an H8/300H CPU with an internal 32-bit architecture that is upword-compatible with
the H8/300CPU, and supports only normal mode, which has a 64-kbyte address space.
• Upward-compatible with H8/300 CPUs
 Can execute H8/300 CPUs object programs
 Additional eight 16-bit extended registers
 32-bit transfer and arithmetic and logic instructions are added
 Signed multiply and divide instructions are added.
• General-register architecture
 Sixteen 16-bit general registers also usable as sixteen 8-bit registers or eight 32-bit registers
• Sixty-two basic instructions
 8/16/32-bit data transfer and arithmetic and logic instructions
 Multiply and divide instructions
 Powerful bit-manipulation instructions
• Eight addressing modes
 Register direct [Rn]
 Register indirect [@ERn]
 Register indirect with displacement [@(d:16,ERn) or @(d:24,ERn)]
 Register indirect with post-increment or pre-decrement [@ERn+ or @–ERn]
 Absolute address [@aa:8, @aa:16, @aa:24]
 Immediate [#xx:8, #xx:16, or #xx:32]
 Program-counter relative [@(d:8,PC) or @(d:16,PC)]
 Memory indirect [@@aa:8]
• 64-kbyte address space
• High-speed operation
 All frequently-used instructions execute in one or two states
: 2 state
 8/16/32-bit register-register add/subtract
 8 × 8-bit register-register multiply
 16 ÷ 8-bit register-register divide
: 14 states
: 14 states
 16 × 16-bit register-register multiply : 22 states
 32 ÷ 16-bit register-register divide : 22 states
• Power-down state
 Transition to power-down state by SLEEP instruction
Rev. 3.0, 03/01, page 11 of 382
2.1
Address Space and Memory Map
The address space of this LSI is 64 kbytes, which includes the program area and the data area.
Figures 2-1 show the memory map.
HD6433660
(Mask ROM version)
HD64F3664
(Flash memory version)
H'0000
H'0033
H'0034
Interrupt vector
H'0000
H'0033
H'0034
Interrupt vector
HD6433661
(Mask ROM version)
H'0000
H'0033
H'0034
On-chip ROM
(8 kbytes)
Interrupt vector
On-chip ROM
(12 kbytes)
H'1FFF
H'2FFF
On-chip ROM
(32 kbytes)
H'7FFF
Not used
Not used
Not used
H'F780
(1-kbyte work area
for flash memory
programming)
H'FB7F
H'FB80
On-chip RAM
(2 kbytes)
(1-kbyte user area)
H'FD80
H'FD80
On-chip RAM
(512 bytes)
On-chip RAM
(512 bytes)
H'FF7F
H'FF80
H'FF7F
H'FF80
H'FF7F
H'FF80
Internal I/O register
H'FFFF
Figure 2-1 Memory Map(1)
Rev. 3.0, 03/01, page 12 of 382
Internal I/O register
Internal I/O register
H'FFFF
H'FFFF
HD6433662
(Mask ROM version)
H'0000
H'0033
H'0034
Interrupt vector
HD6433663
(Mask ROM version)
H'0000
H'0033
H'0034
Interrupt vector
HD6433664
(Mask ROM version)
H'0000
H'0033
H'0034
Interrupt vector
On-chip ROM
(16 kbytes)
On-chip ROM
(24 kbytes)
H'3FFF
On-chip ROM
(32 kbytes)
H'5FFF
H'7FFF
Not used
Not used
Not used
H'FB80
H'FB80
On-chip RAM
(1 kbyte)
H'FD80
On-chip RAM
(1 kbyte)
On-chip RAM
(512 bytes)
H'FF7F
H'FF80
H'FF7F
H'FF80
Internal I/O register
Internal I/O register
H'FFFF
H'FF7F
H'FF80
H'FFFF
Internal I/O register
H'FFFF
Figure 2-1 Memory Map(2)
Rev. 3.0, 03/01, page 13 of 382
HD64N3664
(On-chip EEPROM module)
H'0000
User area
(512 bytes)
H'01FF
Not used
H'FF09
Slave address
register
Not used
Figure 2-1 Memory Map(3)
Rev. 3.0, 03/01, page 14 of 382
2.2
Register Configuration
The H8/300H CPU has the internal registers shown in figure 2-2. There are two types of registers;
general registers and control registers. The control registers are a 24-bit program counter (PC), and
an 8-bit condition code register (CCR).
General Registers
15
0 7
0 7
0
ER0
E0
R0H
R0L
ER1
E1
R1H
R1L
ER2
E2
R2H
R2L
ER3
E3
R3H
R3L
ER4
E4
R4H
R4L
ER5
E5
R5H
R5L
ER6
E6
R6H
R6L
ER7 (SP)
E7
R7H
R7L
Control Registers (CR)
23
0
PC
7 6 5 4 3 2 1 0
CCR I UI H U N Z V C
Legend
SP
PC
CCR
I
UI
:Stack pointer
:Program counter
:Condition-code register
:Interrupt mask bit
:User bit
H
U
N
Z
V
C
:Half-carry flag
:User bit
:Negative flag
:Zero flag
:Overflow flag
:Carry flag
Figure 2-2 CPU Registers
Rev. 3.0, 03/01, page 15 of 382
2.2.1
General Registers
The H8/300H CPU has eight 32-bit general registers. These general registers are all functionally
identical and can be used as both address registers and data registers. When a general register is
used as a data register, it can be accessed as a 32-bit, 16-bit, or 8-bit register. Figure 2-3 illustrates
the usage of the general registers. When the general registers are used as 32-bit registers or address
registers, they are designated by the letters ER (ER0 to ER7).
The ER registers divide into 16-bit general registers designated by the letters E (E0 to E7) and R
(R0 to R7). These registers are functionally equivalent, providing a maximum of sixteen 16-bit
registers. The E registers (E0 to E7) are also referred to as extended registers.
The R registers divide into 8-bit registers designated by the letters RH (R0H to R7H) and RL (R0L
to R7L). These registers are functionally equivalent, providing a maximum of sixteen 8-bit
registers.
The usage of each register can be selected independently.
General register ER7 has the function of stack pointer (SP) in addition to its general-register
function, and is used implicitly in exception handling and subroutine calls. Figure 2-4 shows the
stack.
• Address registers
• 32-bit registers
• 16-bit registers
• 8-bit registers
E registers (extended registers)
(E0 to E7)
ER registers
(ER0 to ER7)
RH registers
(R0H to R7H)
R registers
(R0 to R7)
RL registers
(R0L to R7L)
Figure 2-3 Usage of General Registers
Rev. 3.0, 03/01, page 16 of 382
Free area
SP (ER7)
Stack area
Figure 2-4 Relationship between Stack Pointer and Stack Area
2.2.2
Program Counter (PC)
This 24-bit counter indicates the address of the next instruction the CPU will execute. The length
of all CPU instructions is 2 bytes (one word), so the least significant PC bit is ignored. (When an
instruction is fetched, the least significant PC bit is regarded as 0). The PC is initialized when the
start address is loaded by the vector address generated during reset exception-handling sequence.
2.2.3
Condition-Code Register (CCR)
This 8-bit register contains internal CPU status information, including an interrupt mask bit (I) and
half-carry (H), negative (N), zero (Z), overflow (V), and carry (C) flags. The I bit is initialized to 1
by reset exception-handling sequence, but other bits are not initialized.
Some instructions leave flag bits unchanged. Operations can be performed on the CCR bits by the
LDC, STC, ANDC, ORC, and XORC instructions. The N, Z, V, and C flags are used as branching
conditions for conditional branch (Bcc) instructions.
For the action of each instruction on the flag bits, see appendix A.1 Instruction List.
Rev. 3.0, 03/01, page 17 of 382
Bit
Bit Name
Initial Value
R/W
Description
7
I
1
R/W
Interrupt Mask Bit
Masks interrupts other than NMI when set to 1.
NMI is accepted regardless of the I bit setting.
The I bit is set to 1 at the start of an exceptionhandling sequence.
6
UI
undefined
R/W
User Bit
Can be written and read by software using the
LDC, STC, ANDC, ORC, and XORC instructions.
5
H
undefined
R/W
Half-Carry Flag
When the ADD.B, ADDX.B, SUB.B, SUBX.B,
CMP.B, or NEG.B instruction is executed, this
flag is set to 1 if there is a carry or borrow at bit 3,
and cleared to 0 otherwise. When the ADD.W,
SUB.W, CMP.W, or NEG.W instruction is
executed, the H flag is set to 1 if there is a carry
or borrow at bit 11, and cleared to 0 otherwise.
When the ADD.L, SUB.L, CMP.L, or NEG.L
instruction is executed, the H flag is set to 1 if
there is a carry or borrow at bit 27, and cleared to
0 otherwise.
4
U
undefined
R/W
User Bit
Can be written and read by software using the
LDC, STC, ANDC, ORC, and XORC instructions.
3
N
undefined
R/W
Negative Flag
Stores the value of the most significant bit of data
as a sign bit.
2
Z
undefined
R/W
Zero Flag
Set to 1 to indicate zero data, and cleared to 0 to
indicate non-zero data.
1
V
undefined
R/W
Overflow Flag
Set to 1 when an arithmetic overflow occurs, and
cleared to 0 at other times.
0
C
undefined
R/W
Carry Flag
Set to 1 when a carry occurs, and cleared to 0
otherwise. Used by:
•
Add instructions, to indicate a carry
•
Subtract instructions, to indicate a borrow
•
Shift and rotate instructions, to indicate a
carry
The carry flag is also used as a bit accumulator
by bit manipulation instructions.
Rev. 3.0, 03/01, page 18 of 382
2.3
Data Formats
The H8/300H CPU can process 1-bit, 4-bit (BCD), 8-bit (byte), 16-bit (word), and 32-bit
(longword) data. Bit-manipulation instructions operate on 1-bit data by accessing bit n (n = 0, 1, 2,
…, 7) of byte operand data. The DAA and DAS decimal-adjust instructions treat byte data as two
digits of 4-bit BCD data.
2.3.1
General Register Data Formats
Figure 2-5 shows the data formats in general registers.
Data Type
General Register
Data Format
7
RnH
1-bit data
0
Don't care
7 6 5 4 3 2 1 0
7
1-bit data
RnL
4-bit BCD data
RnH
4-bit BCD data
RnL
Byte data
RnH
Don't care
7
4 3
Upper
0
7 6 5 4 3 2 1 0
0
Lower
Don't care
7
Don't care
7
4 3
Upper
0
Don't care
MSB
LSB
7
Byte data
RnL
0
Lower
0
Don't care
MSB
LSB
Figure 2-5 General Register Data Formats (1)
Rev. 3.0, 03/01, page 19 of 382
Data Type
General
Register
Word data
Rn
Data Format
15
Word data
MSB
En
15
MSB
Longword
data
LSB
0
LSB
ERn
31
16 15
MSB
Legend
ERn
: General register ER
En
: General register E
Rn
: General register R
RnH
: General register RH
RnL
: General register RL
MSB : Most significant bit
LSB
0
: Least significant bit
Figure 2-5 General Register Data Formats (2)
Rev. 3.0, 03/01, page 20 of 382
0
LSB
2.3.2
Memory Data Formats
Figure 2-6 shows the data formats in memory. The H8/300H CPU can access word data and
longword data in memory, however word or longword data must begin at an even address. If an
attempt is made to access word or longword data at an odd address, an address error does not
occur, however the least significant bit of the address is regarded as 0, so access begins the
preceding address. This also applies to instruction fetches.
When ER7(SP)is used as an address register to access the stack, the operand size should be word
or longword.
Data Type
Address
Data Format
1-bit data
Address L
7
Byte data
Address L
MSB
Word data
Address 2M
MSB
7
0
6
5
4
3
2
Address 2N
0
LSB
LSB
Address 2M+1
Longword data
1
MSB
Address 2N+1
Address 2N+2
LSB
Address 2N+3
Figure 2-6 Memory Data Formats
Rev. 3.0, 03/01, page 21 of 382
2.4
Instruction Set
2.4.1
Table of Instructions Classified by Function
The H8/300H CPU has 62 instructions. Tables 2-2 to 2-9 summarizes the instructions in each
functional category. The notation used in tables 2-2 to 2-9 is defined below.
Table 2-1
Operation Notation
Symbol
Description
Rd
General register (destination)*
Rs
General register (source)*
Rn
General register*
ERn
General register (32-bit register or address register)
(EAd)
Destination operand
(EAs)
Source operand
CCR
Condition-code register
N
N (negative) flag in CCR
Z
Z (zero) flag in CCR
V
V (overflow) flag in CCR
C
C (carry) flag in CCR
PC
Program counter
SP
Stack pointer
#IMM
Immediate data
disp
Displacement
+
Addition
–
Subtraction
×
Multiplication
÷
Division
∧
Logical AND
∨
Logical OR
⊕
Logical XOR
→
Move
¬
NOT (logical complement)
:3/:8/:16/:24
3-, 8-, 16-, or 24-bit length
Note: * General registers include 8-bit registers (R0H to R7H, R0L to R7L), 16-bit registers (R0 to
R7, E0 to E7), and 32-bit registers/address register (ER0 to ER7).
Rev. 3.0, 03/01, page 22 of 382
Table 2-2
Data Transfer Instructions
Instruction
Size*
Function
MOV
B/W/L
(EAs) → Rd, Rs → (EAd)
Moves data between two general registers or between a general register
and memory, or moves immediate data to a general register.
MOVFPE
B
(EAs) → Rd, Cannot be used in this LSI.
MOVTPE
B
Rs → (EAs) Cannot be used in this LSI.
POP
W/L
@SP+ → Rn
Pops a general register from the stack. POP.W Rn is identical to MOV.W
@SP+, Rn. POP.L ERn is identical to MOV.L @SP+, ERn.
PUSH
W/L
Rn → @–SP
Pushes a general register onto the stack. PUSH.W Rn is identical to
MOV.W Rn, @–SP. PUSH.L ERn is identical to MOV.L ERn, @–SP.
Note: * Refers to the operand size.
B: Byte
W: Word
L: Longword
Rev. 3.0, 03/01, page 23 of 382
Table 2-3
Arithmetic Operations Instructions (1)
Instruction
Size*
Function
ADD
SUB
B/W/L
Rd ± Rs → Rd, Rd ± #IMM → Rd
Performs addition or subtraction on data in two general registers, or on
immediate data and data in a general register (immediate byte data
cannot be subtracted from byte data in a general register. Use the SUBX
or ADD instruction.)
ADDX
SUBX
B
Rd ± Rs ± C → Rd, Rd ± #IMM ± C → Rd
Performs addition or subtraction with carry on byte data in two general
registers, or on immediate data and data in a general register.
INC
DEC
B/W/L
Rd ± 1 → Rd, Rd ± 2 → Rd
Increments or decrements a general register by 1 or 2. (Byte operands
can be incremented or decremented by 1 only.)
ADDS
SUBS
L
Rd ± 1 → Rd, Rd ± 2 → Rd, Rd ± 4 → Rd
Adds or subtracts the value 1, 2, or 4 to or from data in a 32-bit register.
DAA
DAS
B
Rd decimal adjust → Rd
Decimal-adjusts an addition or subtraction result in a general register by
referring to the CCR to produce 4-bit BCD data.
MULXU
B/W
Rd × Rs → Rd
Performs unsigned multiplication on data in two general registers: either
8 bits × 8 bits → 16 bits or 16 bits × 16 bits → 32 bits.
MULXS
B/W
Rd × Rs → Rd
Performs signed multiplication on data in two general registers: either 8
bits × 8 bits → 16 bits or 16 bits × 16 bits → 32 bits.
DIVXU
B/W
Rd ÷ Rs → Rd
Performs unsigned division on data in two general registers: either 16
bits ÷ 8 bits → 8-bit quotient and 8-bit remainder or 32 bits ÷ 16 bits →
16-bit quotient and 16-bit remainder.
Note: * Refers to the operand size.
B: Byte
W: Word
L: Longword
Rev. 3.0, 03/01, page 24 of 382
Table 2-3
Arithmetic Operations Instructions (2)
Instruction
Size*
Function
DIVXS
B/W
Rd ÷ Rs → Rd
Performs signed division on data in two general registers: either 16 bits ÷
8 bits → 8-bit quotient and 8-bit remainder or 32 bits ÷ 16 bits → 16-bit
quotient and 16-bit remainder.
CMP
B/W/L
Rd – Rs, Rd – #IMM
Compares data in a general register with data in another general register
or with immediate data, and sets CCR bits according to the result.
NEG
B/W/L
0 – Rd → Rd
Takes the two's complement (arithmetic complement) of data in a
general register.
EXTU
W/L
Rd (zero extension) → Rd
Extends the lower 8 bits of a 16-bit register to word size, or the lower 16
bits of a 32-bit register to longword size, by padding with zeros on the
left.
EXTS
W/L
Rd (sign extension) → Rd
Extends the lower 8 bits of a 16-bit register to word size, or the lower 16
bits of a 32-bit register to longword size, by extending the sign bit.
Note:
* Refers to the operand size.
B: Byte
W: Word
L: Longword
Rev. 3.0, 03/01, page 25 of 382
Table 2-4
Logic Operations Instructions
Instruction
Size*
Function
AND
B/W/L
Rd ∧ Rs → Rd, Rd ∧ #IMM → Rd
Performs a logical AND operation on a general register and another
general register or immediate data.
OR
B/W/L
Rd ∨ Rs → Rd, Rd ∨ #IMM → Rd
Performs a logical OR operation on a general register and another
general register or immediate data.
XOR
B/W/L
Rd ⊕ Rs → Rd, Rd ⊕ #IMM → Rd
Performs a logical exclusive OR operation on a general register and
another general register or immediate data.
NOT
B/W/L
¬ (Rd) → (Rd)
Takes the one's complement of general register contents.
Note: * Refers to the operand size.
B: Byte
W: Word
L: Longword
Table 2-5
Shift Instructions
Instruction
Size*
Function
SHAL
SHAR
B/W/L
Rd (shift) → Rd
Performs an arithmetic shift on general register contents.
SHLL
SHLR
B/W/L
Rd (shift) → Rd
Performs a logical shift on general register contents.
ROTL
ROTR
B/W/L
Rd (rotate) → Rd
Rotates general register contents.
ROTXL
ROTXR
B/W/L
Rd (rotate) → Rd
Rotates general register contents through the carry flag.
Note: * Refers to the operand size.
B: Byte
W: Word
L: Longword
Rev. 3.0, 03/01, page 26 of 382
Table 2-6
Bit Manipulation Instructions (1)
Instruction
Size*
Function
BSET
B
1 → (<bit-No.> of <EAd>)
Sets a specified bit in a general register or memory operand to 1. The bit
number is specified by 3-bit immediate data or the lower three bits of a
general register.
BCLR
B
0 → (<bit-No.> of <EAd>)
Clears a specified bit in a general register or memory operand to 0. The
bit number is specified by 3-bit immediate data or the lower three bits of a
general register.
BNOT
B
¬ (<bit-No.> of <EAd>) → (<bit-No.> of <EAd>)
Inverts a specified bit in a general register or memory operand. The bit
number is specified by 3-bit immediate data or the lower three bits of a
general register.
BTST
B
¬ (<bit-No.> of <EAd>) → Z
Tests a specified bit in a general register or memory operand and sets or
clears the Z flag accordingly. The bit number is specified by 3-bit
immediate data or the lower three bits of a general register.
BAND
B
C ∧ (<bit-No.> of <EAd>) → C
ANDs the carry flag with a specified bit in a general register or memory
operand and stores the result in the carry flag.
BIAND
B
C ∧ ¬ (<bit-No.> of <EAd>) → C
ANDs the carry flag with the inverse of a specified bit in a general
register or memory operand and stores the result in the carry flag.
The bit number is specified by 3-bit immediate data.
BOR
B
C ∨ (<bit-No.> of <EAd>) → C
ORs the carry flag with a specified bit in a general register or memory
operand and stores the result in the carry flag.
BIOR
B
C ∨ ¬ (<bit-No.> of <EAd>) → C
ORs the carry flag with the inverse of a specified bit in a general register
or memory operand and stores the result in the carry flag.
The bit number is specified by 3-bit immediate data.
Note: * Refers to the operand size.
B: Byte
Rev. 3.0, 03/01, page 27 of 382
Table 2-6
Bit Manipulation Instructions (2)
Instruction
Size*
Function
BXOR
B
C ⊕ (<bit-No.> of <EAd>) → C
XORs the carry flag with a specified bit in a general register or memory
operand and stores the result in the carry flag.
BIXOR
B
C ⊕ ¬ (<bit-No.> of <EAd>) → C
XORs the carry flag with the inverse of a specified bit in a general
register or memory operand and stores the result in the carry flag.
The bit number is specified by 3-bit immediate data.
BLD
B
(<bit-No.> of <EAd>) → C
Transfers a specified bit in a general register or memory operand to the
carry flag.
BILD
B
¬ (<bit-No.> of <EAd>) → C
Transfers the inverse of a specified bit in a general register or memory
operand to the carry flag.
The bit number is specified by 3-bit immediate data.
BST
B
C → (<bit-No.> of <EAd>)
Transfers the carry flag value to a specified bit in a general register or
memory operand.
BIST
B
¬ C → (<bit-No.> of <EAd>)
Transfers the inverse of the carry flag value to a specified bit in a general
register or memory operand.
The bit number is specified by 3-bit immediate data.
Note: * Refers to the operand size.
B: Byte
Rev. 3.0, 03/01, page 28 of 382
Table 2-7
Branch Instructions
Instruction
Size
Function
Bcc
—
Branches to a specified address if a specified condition is true. The
branching conditions are listed below.
Mnemonic
Description
Condition
BRA(BT)
Always (true)
Always
BRN(BF)
Never (false)
Never
BHI
High
C∨Z=0
BLS
Low or same
C∨Z=1
BCC(BHS)
Carry clear
(high or same)
C=0
BCS(BLO)
Carry set (low)
C=1
BNE
Not equal
Z=0
BEQ
Equal
Z=1
BVC
Overflow clear
V=0
BVS
Overflow set
V=1
BPL
Plus
N=0
BMI
Minus
N=1
BGE
Greater or equal
N⊕V=0
BLT
Less than
N⊕V=1
BGT
Greater than
Z∨(N ⊕ V) = 0
BLE
Less or equal
Z∨(N ⊕ V) = 1
JMP
—
Branches unconditionally to a specified address.
BSR
—
Branches to a subroutine at a specified address.
JSR
—
Branches to a subroutine at a specified address.
RTS
—
Returns from a subroutine
Rev. 3.0, 03/01, page 29 of 382
Table 2-8
System Control Instructions
Instruction
Size*
Function
TRAPA
—
Starts trap-instruction exception handling.
RTE
—
Returns from an exception-handling routine.
SLEEP
—
Causes a transition to a power-down state.
LDC
B/W
(EAs) → CCR
Moves the source operand contents to the CCR. The CCR size is one
byte, but in transfer from memory, data is read by word access.
STC
B/W
CCR → (EAd), EXR → (EAd)
Transfers the CCR contents to a destination location. The condition code
register size is one byte, but in transfer to memory, data is written by
word access.
ANDC
B
CCR ∧ #IMM → CCR, EXR ∧ #IMM → EXR
Logically ANDs the CCR with immediate data.
ORC
B
CCR ∨ #IMM → CCR, EXR ∨ #IMM → EXR
Logically ORs the CCR with immediate data.
XORC
B
CCR ⊕ #IMM → CCR, EXR ⊕ #IMM → EXR
Logically XORs the CCR with immediate data.
NOP
—
PC + 2 → PC
Only increments the program counter.
Note: * Refers to the operand size.
B: Byte
W: Word
Rev. 3.0, 03/01, page 30 of 382
Table 2-9
Block Data Transfer Instructions
Instruction
Size
Function
EEPMOV.B
—
if R4L ≠ 0 then
Repeat @ER5+ → @ER6+,
R4L–1 → R4L
Until R4L = 0
else next;
EEPMOV.W
—
if R4 ≠ 0 then
Repeat @ER5+ → @ER6+,
R4–1 → R4
Until R4 = 0
else next;
Transfers a data block. Starting from the address set in ER5, transfers
data for the number of bytes set in R4L or R4 to the address location set
in ER6.
Execution of the next instruction begins as soon as the transfer is
completed.
2.4.2
Basic Instruction Formats
H8/300H CPU instructions consist of 2-byte (1-word) units. An instruction consists of an
operation field (op field), a register field (r field), an effective address extension (EA field), and a
condition field (cc).
Figure 2-7 shows examples of instruction formats.
Rev. 3.0, 03/01, page 31 of 382
• Operation Field
Indicates the function of the instruction, the addressing mode, and the operation to be carried
out on the operand. The operation field always includes the first four bits of the instruction.
Some instructions have two operation fields.
• Register Field
Specifies a general register. Address registers are specified by 3 bits, and data registers by 3
bits or 4 bits. Some instructions have two register fields. Some have no register field.
• Effective Address Extension
8, 16, or 32 bits specifying immediate data, an absolute address, or a displacement. A24-bit
address or displacement is treated as a 32-bit data in which the first 8 bits are 0 (H'00).
• Condition Field
Specifies the branching condition of Bcc instructions.
(1) Operation field only
op
NOP, RTS, etc.
(2) Operation field and register fields
op
rm
rn
ADD.B Rn, Rm, etc.
(3) Operation field, register fields, and effective address extension
op
rn
rm
MOV.B @(d:16, Rn), Rm
EA(disp)
(4) Operation field, effective address extension, and condition field
op
cc
EA(disp)
BRA d:8
Figure 2-7 Instruction Formats
Rev. 3.0, 03/01, page 32 of 382
2.5
Addressing Modesand Effective Address Calculation
2.5.1
Addressing Modes
The following describes the H8/300H CPU. In this LSI, the upper eight bits are ignored in the
generated 24-bit address, so the effective address is 16 bits.
The H8/300H CPU supports the eight addressing modes listed in table 2-10. Each instruction uses
a subset of these addressing modes. Addressing modes that can be used differ depending on the
instruction. For details, refer to appendix A.4, Combinations of Instructions and Addressing
Modes.
Arithmetic and logic instructions can use the register direct and immediate modes. Data transfer
instructions can use all addressing modes except program-counter relative and memory indirect.
Bit manipulation instructions use register direct, register indirect, or the absolute addressing mode
to specify an operand, and register direct (BSET, BCLR, BNOT, and BTST instructions) or
immediate (3-bit) addressing mode to specify a bit number in the operand.
Table 2-10 Addressing Modes
No.
Addressing Mode
Symbol
1
Register direct
Rn
2
Register indirect
@ERn
3
Register indirect with displacement
@(d:16,ERn)/@(d:24,ERn)
4
Register indirect with post-increment
Register indirect with pre-decrement
@ERn+
@–ERn
5
Absolute address
@aa:8/@aa:16/@aa:24
6
Immediate
#xx:8/#xx:16/#xx:32
7
Program-counter relative
@(d:8,PC)/@(d:16,PC)
8
Memory indirect
@@aa:8
Register Direct—Rn
The register field of the instruction specifies an 8-, 16-, or 32-bit general register containing the
operand. R0H to R7H and R0L to R7L can be specified as 8-bit registers. R0 to R7 and E0 to E7
can be specified as 16-bit registers. ER0 to ER7 can be specified as 32-bit registers.
Register Indirect—@ERn
The register field of the instruction code specifies an address register (ERn), the lower 24 bits of
which contain the address of the operand on memory.
Rev. 3.0, 03/01, page 33 of 382
Register Indirect with Displacement—@(d:16, ERn) or @(d:24, ERn)
A 16-bit or 24-bit displacement contained in the instruction is added to an address register (ERn)
specified by the register field of the instruction, and the lower 24 bits of the sum the address of a
memory operand. A 16-bit displacement is sign-extended when added.
Register Indirect with Post-Increment or Pre-Decrement—@ERn+ or @-ERn
• Register indirect with post-increment—@ERn+
The register field of the instruction code specifies an address register (ERn) the lower 24 bits
of which contains the address of a memory operand. After the operand is accessed, 1, 2, or 4 is
added to the address register contents (32 bits) and the sum is stored in the address register.
The value added is 1 for byte access, 2 for word access, or 4 for longword access. For the word
or longword access, the register value should be even.
• Register indirect with pre-decrement—@-ERn
The value 1, 2, or 4 is subtracted from an address register (ERn) specified by the register field
in the instruction code, and the lower 24 bits of the result is the address of a memory operand.
The result is also stored in the address register. The value subtracted is 1 for byte access, 2 for
word access, or 4 for longword access. For the word or longword access, the register value
should be even.
Absolute Address—@aa:8, @aa:16, @aa:24
The instruction code contains the absolute address of a memory operand. The absolute address
may be 8 bits long (@aa:8), 16 bits long (@aa:16), 24 bits long (@aa:24)
For an 8-bit absolute address, the upper 16 bits are all assumed to be 1 (H'FFFF). For a 16-bit
absolute address the upper 8 bits are a sign extension. A 24-bit absolute address can access the
entire address space.
The access ranges of absolute addresses for the series of this LSI are those shown in table 2-11,
because the upper 8 bits are ignored.
Table 2-11 Absolute Address Access Ranges
Absolute Address
Access Range
8 bits (@aa:8)
H'FF00 to H'FFFF
16 bits (@aa:16)
H'0000 to H'FFFF
24 bits (@aa:24)
H'0000 to H'FFFF
Immediate—#xx:8, #xx:16, or #xx:32
The instruction contains 8-bit (#xx:8), 16-bit (#xx:16), or 32-bit (#xx:32) immediate data as an
operand.
Rev. 3.0, 03/01, page 34 of 382
The ADDS, SUBS, INC, and DEC instructions contain immediate data implicitly. Some bit
manipulation instructions contain 3-bit immediate data in the instruction code, specifying a bit
number. The TRAPA instruction contains 2-bit immediate data in its instruction code, specifying a
vector address.
Program-Counter Relative—@(d:8, PC) or @(d:16, PC)
This mode is used in the BSR instruction. An 8-bit or 16-bit displacement contained in the
instruction is sign-extended and added to the 24-bit PC contents to generate a branch address. The
PC value to which the displacement is added is the address of the first byte of the next instruction,
so the possible branching range is –126 to +128 bytes (–63 to +64 words) or –32766 to +32768
bytes (–16383 to +16384 words) from the branch instruction. The resulting value should be an
even number.
Memory Indirect—@@aa:8
This mode can be used by the JMP and JSR instructions. The instruction code contains an 8-bit
absolute address specifying a memory operand. This memory operand contains a branch address.
The memory operand is accessed by longword access. The first byte of the memory operand is
ignored, generating a 24-bit branch address. Figure 2-8 shows how to specify branch address for in
memory indirect mode. The upper bits of the absolute address are all assumed to be 0, so the
address range is 0 to 255 (H'0000 to H'00FF).
Note that the first part of the address range is also the exception vector area.
Specified
by @aa:8
Dummy
Branch address
Figure 2-8 Branch Address Specification in Memory Indirect Mode
2.5.2
Effective Address Calculation
Table 2-12 indicates how effective addresses are calculated in each addressing mode. In this LSI
the upper 8 bits of the effective address are ignored in order to generate a 16-bit effective address.
Rev. 3.0, 03/01, page 35 of 382
Table 2-12 Effective Address Calculation (1)
No
1
Addressing Mode and Instruction Format
op
2
Effective Address Calculation
Effective Address (EA)
Register direct(Rn)
rm
Operand is general register contents.
rn
Register indirect(@ERn)
0
31
23
0
23
0
23
0
23
0
General register contents
op
3
r
Register indirect with displacement
@(d:16,ERn) or @(d:24,ERn)
0
31
General register contents
op
r
disp
0
31
Sign extension
4
Register indirect with post-increment or
pre-decrement
•Register indirect with post-increment @ERn+
op
0
31
General register contents
r
•Register indirect with pre-decrement @-ERn
disp
1, 2, or 4
31
0
General register contents
op
r
1, 2, or 4
The value to be added or subtracted is 1 when the
operand is byte size, 2 for word size, and 4 for
longword size.
Rev. 3.0, 03/01, page 36 of 382
Table 2-12 Effective Address Calculation (2)
No
5
Addressing Mode and Instruction Format
Effective Address Calculation
Effective Address (EA)
Absolute address
@aa:8
23
op
abs
8 7
0
H'FFFF
@aa:16
23
op
abs
16 15
0
Sign extension
@aa:24
op
0
23
abs
6
Immediate
#xx:8/#xx:16/#xx:32
op
7
Operand is immediate data.
IMM
0
23
Program-counter relative
PC contents
@(d:8,PC) @(d:16,PC)
op
disp
0
23
Sign
extension
8
disp
0
23
Memory indirect @@aa:8
23
op
abs
0
8 7
abs
H'0000
0
15
Memory contents
Legend
r, rm,rn :
op :
disp :
IMM :
abs :
23
16 15
0
H'00
Register field
Operation field
Displacement
Immediate data
Absolute address
Rev. 3.0, 03/01, page 37 of 382
2.6
Basic Bus Cycle
CPU operation is synchronized by a system clock (ø) or a subclock (øSUB). The period from a rising
edge of ø or øSUB to the next rising edge is called one state. A bus cycle consists of two states or
three states. The cycle differs depending on whether access is to on-chip memory or to on-chip
peripheral modules.
2.6.1
Access to On-Chip Memory (RAM, ROM)
Access to on-chip memory takes place in two states. The data bus width is 16 bits, allowing access
in byte or word size. Figure 2-9 shows the on-chip memory access cycle.
Bus cycle
T1 state
T2 state
ø or ø SUB
Internal address bus
Address
Internal read signal
Internal data bus
(read access)
Read data
Internal write signal
Internal data bus
(write access)
Write data
Figure 2-9 On-Chip Memory Access Cycle
Rev. 3.0, 03/01, page 38 of 382
2.6.2
On-Chip Peripheral Modules
On-chip peripheral modules are accessed in two states or three states. The data bus width is 8 bits
or 16 bits depending on the register. For description on the data bus width and number of
accessing states of each register, refer to appendix B, Internal I/O Registers. Registers with 16-bit
data bus width can be accessed by word size only. Registers with 8-bit data bus width can be
accessed by byte or word size. When a register with 8-bit data bus width is accessed by word size,
access is completed in two cycles. In two-state access, the operation timing is the same as that for
on-chip memory.
Figure 2-10 shows the operation timing in the case of three-state access to an on-chip peripheral
module.
Bus cycle
T1 state
T2 state
T3 state
ø or ø SUB
Internal
address bus
Address
Internal
read signal
Internal
data bus
(read access)
Read data
Internal
write signal
Internal
data bus
(write access)
Write data
Figure 2-10 On-Chip Peripheral Module Access Cycle (3-State Access)
Rev. 3.0, 03/01, page 39 of 382
2.7
CPU States
There are four CPU states: the reset state, program execution state, program halt state, and
exception-handling state. The program execution state includes active mode and subactive mode.
In the program halt state there are a sleep mode, standby mode, and sub-sleep mode. These states
are shown in figure 2-11, Figure 2-12 shows the state transitions. For details on program execution
state and program halt state, refer to section 6, Power-Down Modes. For details on exception
processing, refer to section 3, Exception Handling.
CPU state
Reset state
The CPU is initialized
Program
execution state
Active
(high speed) mode
The CPU executes successive program
instructions at high speed,
synchronized by the system clock
Subactive mode
The CPU executes
successive program
instructions at reduced
speed, synchronized
by the subclock
Program halt state
A state in which some
or all of the chip
functions are stopped
to conserve power
Sleep mode
Standby mode
Subsleep mode
Exceptionhandling state
A transient state in which the CPU changes
the processing flow due to a reset or an interrupt
Figure 2-11 CPU Operation States
Rev. 3.0, 03/01, page 40 of 382
Power-down
modes
Reset cleared
Reset state
Exception-handling state
Reset occurs
Reset
occurs
Reset
occurs
Interrupt
source
Program halt state
Interrupt
source
Exceptionhandling
complete
Program execution state
SLEEP instruction executed
Figure 2-12 State Transitions
2.8
Usage Notes
2.8.1
Notes on Data Access to Empty Areas
The address space of this LSI includes empty areas in addition to the ROM, RAM, and on-chip
I/O registers areas available to the user. When data is transferred from CPU to empty areas, the
transferred data will be lost. This action may also cause the CPU to malfunction. When data is
transferred from an empty area to CPU, the contents of the data cannot be guaranteed.
2.8.2
EEPMOV Instruction
EEPMOV is a block-transfer instruction and transfers the byte size of data indicated by R4L,
which starts from the address indicated by R5, to the address indicated by R6. Set R4L and R6 so
that the end address of the destination address (value of R6 + R4L) does not exceed H'FFFF (the
value of R6 must not change from H'FFFF to H'0000 during execution).
2.8.3
Bit Manipulation Instruction
The BSET, BCLR, BNOT, BST, and BIST instructions read data from the specified address in
byte units, manipulate the data of the target bit, and write data to the same address again in byte
units. Special care is required when using these instructions in cases where two registers are
assigned to the same address or when a bit is directly manipulated for a port, because this may
rewrite data of a bit other than the bit to be manipulated.
Bit manipulation for two registers assigned to the same address
Example: Bit manipulation for the timer load register and timer counter
(Applicable for timer B and timer C, not for the series of this LSI.)
Rev. 3.0, 03/01, page 41 of 382
Figure 2-13 shows an example of a timer in which two timer registers are assigned to the same
address. When a bit manipulation instruction accesses the timer load register and timer counter of
a reloadable timer, since these two registers share the same address, the following operations takes
place.
1. Data is read in byte units.
2. The CPU sets or resets the bit to be manipulated with the bit manipulation instruction.
3. The written data is written again in byte units to the timer load register.
The timer is counting, so the value read is not necessarily the same as the value in the timer load
register. As a result, bits other than the intended bit in the timer counter may be modified and the
modified value may be written to the timer load register.
Read
Count clock
Timer counter
Reload
Write
Timer load register
Internal bus
Figure 2-13 Example of Timer Configuration with Two Registers Allocated to Same
Address
Example 2: The BSET instruction is executed for port 5.
P57 and P56 are input pins, with a low-level signal input at P57 and a high-level signal input at
P56. P55 to P50 are output pins and output low-level signals. An example to output a high-level
signal at P50 with a BSET instruction is shown below.
Rev. 3.0, 03/01, page 42 of 382
Prior to executing BSET
P57
P56
P55
P54
P53
P52
P51
P50
Input/output
Input
Input
Output
Output
Output
Output
Output
Output
Pin state
Low
level
High
level
Low
level
Low
level
Low
level
Low
level
Low
level
Low
level
PCR5
0
0
1
1
1
1
1
1
PDR5
1
0
0
0
0
0
0
0
BSET instruction executed
BSET
#0,
@PDR5
The BSET instruction is executed for port 5.
After executing BSET
P57
P56
P55
P54
P53
P52
P51
P50
Input/output
Input
Input
Output
Output
Output
Output
Output
Output
Pin state
Low
level
High
level
Low
level
Low
level
Low
level
Low
level
Low
level
High
level
PCR5
0
0
1
1
1
1
1
1
PDR5
0
1
0
0
0
0
0
1
Description on operation
When the BSET instruction is executed, first the CPU reads port 5.
Since P57 and P56 are input pins, the CPU reads the pin states (low-level and high-level input).
P55 to P50 are output pins, so the CPU reads the value in PDR5. In this example PDR5 has a
value of H'80, but the value read by the CPU is H'40.
Next, the CPU sets bit 0 of the read data to 1, changing the PDR5 data to H'41.
Finally, the CPU writes H'41 to PDR5, completing execution of BSET.
As a result of the BSET instruction, bit 0 in PDR5 becomes 1, and P50 outputs a high-level signal.
However, bits 7 and 6 of PDR5 end up with different values. To prevent this problem, store a copy
of the PDR5 data in a work area in memory. Perform the bit manipulation on the data in the work
area, then write this data to PDR5.
Rev. 3.0, 03/01, page 43 of 382
Prior to executing BSET
MOV.B
MOV.B
MOV.B
#80,
R0L,
R0L,
R0L
@RAM0
@PDR5
P57
P56
The PDR5 value (H'80) is written to a work area in
memory (RAM0) as well as to PDR5.
P55
P54
P53
P52
P51
P50
Input/output
Input
Input
Output
Output
Output
Output
Output
Output
Pin state
Low
level
High
level
Low
level
Low
level
Low
level
Low
level
Low
level
Low
level
PCR5
0
0
1
1
1
1
1
1
PDR5
1
0
0
0
0
0
0
0
RAM0
1
0
0
0
0
0
0
0
BSET instruction executed
BSET
#0,
@RAM0
The BSET instruction is executed designating the PDR5
work area (RAM0).
After executing BSET
MOV.B
MOV.B
@RAM0, R0L
R0L, @PDR5
The work area (RAM0) value is written to PDR5.
P57
P56
P55
P54
P53
P52
P51
P50
Input/output
Input
Input
Output
Output
Output
Output
Output
Output
Pin state
Low
level
High
level
Low
level
Low
level
Low
level
Low
level
Low
level
High
level
PCR5
0
0
1
1
1
1
1
1
PDR5
1
0
0
0
0
0
0
1
RAM0
1
0
0
0
0
0
0
1
Bit Manipulation in a Register Containing a Write-Only Bit
Example 3: BCLR instruction executed designating port 5 control register PCR5
P57 and P56 are input pins, with a low-level signal input at P57 and a high-level signal input at
P56. P55 to P50 are output pins that output low-level signals. An example of setting the P50 pin as
an input pin by the BCLR instruction is shown below. It is assumed that a high-level signal will be
input to this input pin.
Rev. 3.0, 03/01, page 44 of 382
Prior to executing BCLR
P57
P56
P55
P54
P53
P52
P51
P50
Input/output
Input
Input
Output
Output
Output
Output
Output
Output
Pin state
Low
level
High
level
Low
level
Low
level
Low
level
Low
level
Low
level
Low
level
PCR5
0
0
1
1
1
1
1
1
PDR5
1
0
0
0
0
0
0
0
BCLR instruction executed
BCLR
#0,
@PCR5
The BCLR instruction is executed for PCR5.
After executing BCLR
P57
P56
P55
P54
P53
P52
P51
P50
Input/output
Output
Output
Output
Output
Output
Output
Output
Input
Pin state
Low
level
High
level
Low
level
Low
level
Low
level
Low
level
Low
level
High
level
PCR5
1
1
1
1
1
1
1
0
PDR5
1
0
0
0
0
0
0
0
Description on operation
When the BCLR instruction is executed, first the CPU reads PCR5. Since PCR5 is a write-only
register, the CPU reads a value of H'FF, even though the PCR5 value is actually H'3F.
Next, the CPU clears bit 0 in the read data to 0, changing the data to H'FE.
Finally, H'FE is written to PCR5 and BCLR instruction execution ends.
As a result of this operation, bit 0 in PCR5 becomes 0, making P50 an input port. However, bits 7
and 6 in PCR5 change to 1, so that P57 and P56 change from input pins to output pins. To prevent
this problem, store a copy of the PDR5 data in a work area in memory and manipulate data of the
bit in the work area, then write this data to PDR5.
Rev. 3.0, 03/01, page 45 of 382
Prior to executing BCLR
MOV.B
MOV.B
MOV.B
#3F,
R0L,
R0L,
R0L
@RAM0
@PCR5
P57
P56
The PCR5 value (H'3F) is written to a work area in
memory (RAM0) as well as to PCR5.
P55
P54
P53
P52
P51
P50
Input/output
Input
Input
Output
Output
Output
Output
Output
Output
Pin state
Low
level
High
level
Low
level
Low
level
Low
level
Low
level
Low
level
Low
level
PCR5
0
0
1
1
1
1
1
1
PDR5
1
0
0
0
0
0
0
0
RAM0
0
0
1
1
1
1
1
1
BCLR instruction executed
BCLR
#0,
@RAM0
The BCLR instructions executed for the PCR5 work area
(RAM0).
After executing BCLR
MOV.B
MOV.B
@RAM0, R0L
R0L, @PCR5
The work area (RAM0) value is written to PCR5.
P57
P56
P55
P54
P53
P52
P51
P50
Input/output
Input
Input
Output
Output
Output
Output
Output
Output
Pin state
Low
level
High
level
Low
level
Low
level
Low
level
Low
level
Low
level
High
level
PCR5
0
0
1
1
1
1
1
0
PDR5
1
0
0
0
0
0
0
0
RAM0
0
0
1
1
1
1
1
0
Rev. 3.0, 03/01, page 46 of 382
Section 3 Exception Handling
Exception handling may be caused by a reset, a trap instruction (TRAPA), or interrupts.
• Reset
A reset has the highest exception priority. Exception handling starts as soon as the reset is cleared
by the RES pin. The chip is also reset when the watchdog timer overflows, and exception handling
starts. Exception handling is the same as exception handling by the RES pin.
• Trap Instruction
Exception handling starts when a trap instruction (TRAPA) is executed. The TRAPA instruction
generates a vector address corresponding to a vector number from 0 to 3, as specified in the
instruction code. Exception handling can be executed at all times in the program execution state.
• Interrupts
External interrupts other than NMI and internal interrupts other than address break are masked by
the I bit in CCR, and kept masked while the I bit is set to 1. Exception handling starts when the
current instruction or exception handling ends, if an interrupt request has been issued.
3.1
Exception Sources and Vector Address
Table 3-1 shows the vector addresses and priority of each exception handling. When more than
one interrupt is requested, handling is performed from the interrupt with the highest priority.
Rev. 3.0, 03/01, page 47 of 382
Table 3-1
Exception Sources and Vector Address
Vector
Exception Sources
Number
Vector Address
Reset
0
H'0000 to H'0001
Reserved for system use
1 to 6
H'0002 to H'000D
NMI
7
H'000E to H'000F
Trap instruction (#0)
8
H'0010 to H'0011
(#1)
9
H'0012 to H'0013
(#2)
10
H'0014 to H'0015
(#3)
11
H'0016 to H'0017
Break conditions satisfied
12
H'0018 to H'0019
Direct transition by executing the SLEEP instruction
13
H'001A to H'001B
IRQ0
14
H'001C to H'001D
IRQ1
15
H'001E to H'001F
IRQ2
16
H'0020 to H'0021
IRQ3
17
H'0022 to H'0023
WKP
18
H'0024 to H'0025
19
H'0026 to H'0027
Timer A
Overflow
Reserved for system use
20
H'0028 to H'0029
Timer W
21
H'002A to H'002B
22
H'002C to H'002D
23
H'002E to H'002F
24
H'0030 to H'0031
25
H'0032 to H'0033
Input capture A/compare match A
Input capture B/compare match B
Input capture C/compare match C
Input capture D/compare match D
Timer W overflow
Timer V
Timer V compare match A
Timer V compare match B
Timer V overflow
SCI3
SCI3 receive data full
SCI3 transmit data empty
SCI3 transmit end
SCI3 receive error
IIC
Data transfer end
Address inequality
Stop conditions detected
A/D conversion end
Rev. 3.0, 03/01, page 48 of 382
3.2
Register Descriptions
Interrupts are controlled by the following registers. For details on register addresses and register
states during each processing, refer to appendix B, Internal I/O Register.
• Interrupt Edge Select Register 1(IEGR1)
• Interrupt Edge Select Register 2(IEGR2)
• Interrupt Enable Register 1(IENR1)
• Interrupt Flag Register 1(IRR1)
• Wakeup Interrupt Flag Register(IWPR)
3.2.1
Interrupt Edge Select Register 1(IEGR1)
IEGR1 selects the direction of an edge that generates interrupt requests of pins NMI and IRQ3 to
IRQ0.
Bit
Bit Name
Initial Value R/W
7
NMIEG
0
R/W
Description
NMI Edge Select
0: Falling edge of NMI pin input is detected
1: Rising edge of NMI pin input is detected
6
−
1
−
Reserved
5
−
1
−
These bits are always read as 1, and cannot be modified.
4
−
1
−
3
IEG3
0
R/W
IRQ3 Edge Select
0: Falling edge of IRQ3 pin input is detected
1: Rising edge of IRQ3 pin input is detected
2
IEG2
0
R/W
IRQ2 Edge Select
0: Falling edge of IRQ2 pin input is detected
1: Rising edge of IRQ2 pin input is detected
1
IEG1
0
R/W
IRQ1 Edge Select
0: Falling edge of IRQ1 pin input is detected
1: Rising edge of IRQ1 pin input is detected
0
IEG0
0
R/W
IRQ0 Edge Select
0: Falling edge of IRQ0 pin input is detected
1: Rising edge of IRQ0 pin input is detected
Rev. 3.0, 03/01, page 49 of 382
3.2.2
Interrupt Edge Select Register 2(IEGR2)
IEGR2 selects the direction of an edge that generates interrupt requests of the pins ADTRG and
WKP5 to WKP0.
Bit
Bit Name
Initial Value
R/W
Description
7
−
1
−
Reserved
6
−
1
−
These bits are always read as 1, and cannot be modified.
5
WPEG5
0
R/W
WKP5 Edge Select
0: Falling edge of WKP5(ADTRG) pin input is detected
1: Rising edge of WKP5(ADTRG) pin input is detected
4
WPEG4
0
R/W
WKP4 Edge Select
0: Falling edge of WKP4 pin input is detected
1: Rising edge of WKP4 pin input is detected
3
WPEG3
0
R/W
WKP3 Edge Select
0: Falling edge of WKP3 pin input is detected
1: Rising edge of WKP3 pin input is detected
2
WPEG2
0
R/W
WKP2 Edge Select
0: Falling edge of WKP2 pin input is detected
1: Rising edge of WKP2 pin input is detected
1
WPEG1
0
R/W
WKP1Edge Select
0: Falling edge of WKP1 pin input is detected
1: Rising edge of WKP1 pin input is detected
0
WPEG0
0
R/W
WKP0 Edge Select
0: Falling edge of WKP0 pin input is detected
1: Rising edge of WKP0 pin input is detected
Rev. 3.0, 03/01, page 50 of 382
3.2.3
Interrupt Enable Register 1(IENR1)
IENR1 enables direct transition interrupts, timer A overflow interrupts, and external pin interrupts.
Bit
Bit Name
Initial Value
R/W
Description
7
IENDT
0
R/W
Direct Transfer Interrupt Enable
When this bit is set to 1, direct transition interrupt requests
are enabled.
6
IENTA
0
R/W
Timer A Interrupt Enable
When this bit is set to 1, timer A overflow interrupt
requests are enabled.
5
IENWP
0
R/W
Wakeup Interrupt Enable
This bit is an enable bit, which is common to the pins
WKP5 to WKP0. When the bit is set to 1, interrupt
requests are enabled.
4
−
1
−
Reserved
This bit is always read as 1, and cannot be modified.
3
IEN3
0
R/W
IRQ3 Interrupt Enable
When this bit is set to 1, interrupt requests of the IRQ3 pin
are enabled.
2
IEN2
0
R/W
IRQ2 Interrupt Enable
When this bit is set to 1, interrupt requests of the IRQ2 pin
are enabled.
1
IEN1
0
R/W
IRQ1 Interrupt Enable
When this bit is set to 1, interrupt requests of the IRQ1 pin
are enabled.
0
IEN0
0
R/W
IRQ0 Interrupt Enable
When this bit is set to 1, interrupt requests of the IRQ0 pin
are enabled.
When disabling interrupts by clearing bits in an interrupt enable register, or when clearing bits in
an interrupt flag register, always do so while interrupts are masked(I=1). If the above clear
operations are performed while I=0, and as a result a conflict arises between the clear instruction
and an interrupt request, exception handling for the interrupt will be executed after the clear
instruction has been executed.
Rev. 3.0, 03/01, page 51 of 382
3.2.4
Interrupt Flag Register 1(IRR1)
IRR1 is a status flag register for direct transition interrupts, timer A overflow interrupts, and IRQ3
to IRQ0 interrupt requests.
Bit
Bit Name
Initial Value
R/W
Description
7
IRRDT
0
R/W
Direct Transfer Interrupt Request Flag
[Setting condition]
When a direct transfer is made by executing a SLEEP
instruction while DTON in SYSCR2 is set to 1.
[Clearing condition]
When IRRDT is cleared by writing 0
6
IRRTA
0
R/W
5
4
3
−
−
IRRI3
1
1
0
−
−
R/W
2
IRRI2
0
R/W
Timer A Interrupt Request Flag
[Setting condition]
When the timer A counter value overflows
[Clearing condition]
When IRRTA is cleared by writing 0
Reserved
These bits are always read as 1, and cannot be modified.
IRQ3 Interrupt Request Flag
[Setting condition]
When IRQ3 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IRRI3 is cleared by writing 0
IRQ2 Interrupt Request Flag
[Setting condition]
When IRQ2 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IRRI2 is cleared by writing 0
1
IRRI1
0
R/W
IRQ1 Interrupt Request Flag
[Setting condition]
When IRQ1 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IRRI1 is cleared by writing 0
0
IRRl0
0
R/W
IRQ0 Interrupt Request Flag
[Setting condition]
When IRQ0 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IRRI0 is cleared by writing 0
Rev. 3.0, 03/01, page 52 of 382
3.2.5
Wakeup Interrupt Flag Register(IWPR)
IWPR is a status flag register for WKP5 to WKP0 interrupt requests.
Bit
7
6
Bit Name
−
−
Initial Value
1
1
R/W
−
−
Description
Reserved
These bits are always read as 1, and cannot be modified.
5
IWPF5
0
R/W
WKP5 Interrupt Request Flag
[Setting condition]
When WKP5 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IWPF5 is cleared by writing 0.
4
IWPF4
0
R/W
WKP4 Interrupt Request Flag
[Setting condition]
When WKP4 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IWPF4 is cleared by writing 0.
3
IWPF3
0
R/W
WKP3 Interrupt Request Flag
[Setting condition]
When WKP3 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IWPF3 is cleared by writing 0.
2
IWPF2
0
R/W
WKP2 Interrupt Request Flag
[Setting condition]
When WKP2 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IWPF2 is cleared by writing 0.
1
IWPF1
0
R/W
WKP1 Interrupt Request Flag
[Setting condition]
When WKP1 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IWPF1 is cleared by writing 0.
0
IWPF0
0
R/W
WKP0 Interrupt Request Flag
[Setting condition]
When WKP0 pin is designated for interrupt input and the
designated signal edge is detected.
[Clearing condition]
When IWPF0 is cleared by writing 0.
Rev. 3.0, 03/01, page 53 of 382
3.3
Reset
When the RES pin goes low, all processing halts and this LSI enters the reset. The internal state of
the CPU and the registers of the on-chip peripheral modules are initialized by the reset. To ensure
that this LSI is reset at power-up, hold the RES pin low until the clock pulse generator output
stabilizes. To reset the chip during operation, hold the RES pin low for at least 10 system clock
cycles. When the RES pin goes high after being held low for the necessary time, this LSI starts
reset exception handling. The reset exception handling sequence is shown in figure 3-1.
The reset exception handling sequence is as follows:
1. Set the I bit in the condition code register (CCR) to 1.
2.
The CPU generates a reset exception handling vector address (from H'0000 to H'0001), the
data in that address is sent to the program counter (PC) as the start address, and program
execution starts from that address.
3.4
Interrupt Exception Handling
3.4.1
External Interrupts
There are external interrupts, NMI, IRQ3 to IRQ0, and WKP5 to WKP0.
NMI Interrupt
NMI interrupt is requested by input signal edge to pin NMI. This interrupt is detected by either
rising edge sensing or falling edge sensing, depending on the setting of bit NMIEG in IEGR1.
NMI is the highest-priority interrupt, and can always be accepted without depending on the I
bit value in CCR.
IRQ3 to IRQ0 Interrupts
IRQ3 to IRQ0 interrupts are requested by input signals to pins IRQ3 to IRQ0. These four
interrupts are given different vector addresses, and are detected individually by either rising
edge sensing or falling edge sensing, depending on the settings of bits IEG3 to IEG0 in
IEGR1.
When pins IRQ3 to IRQ0 are designated for interrupt input in PMR1 and the designated signal
edge is input, the corresponding bit in IRR1 is set to 1, requesting the CPU of an interrupt.
When IRQ3 to IRQ0 interrupt is accepted, the I bit is set to 1 in CCR. These interrupts can be
masked by setting bits IEN3 to IEN0 in IENR1.
Rev. 3.0, 03/01, page 54 of 382
WKP5 to WKP0 Interrupts
WKP5 to WKP0 interrupts are requested by input signals to pins WKP5 to WKP0. These six
interrupts have the same vector addresses, and are detected individually by either rising edge
sensing or falling edge sensing, depending on the settings of bits WPEG5 to WPEG0 in
IEGR2.
When pins WKP5 to WKP0 are designated for interrupt input in PMR5 and the designated
signal edge is input, the corresponding bit in IWPR is set to 1, requesting the CPU of an
interrupt. These interrupts can be masked by setting bit IENWP in IENR1.
Reset cleared
Initial program
instruction prefetch
Vector fetch Internal
processing
ø
Internal
address bus
(1)
(2)
Internal read
signal
Internal write
signal
Internal data
bus (16 bits)
(2)
(3)
(1) Reset exception handling vector address (H'0000)
(2) Program start address
(3) Initial program instruction
Figure 3-1 Reset Sequence
3.4.2
Internal Interrupts
Each on-chip peripheral module has a flag to show the interrupt request status and the enable bit to
enable or disable the interrupt. For timer A interrupt requests and direct transfer interrupt requests
generated by execution of a SLEEP instruction, this function is included in IRR1 and IENR1.
When an on-chip peripheral module requests an interrupt, the corresponding interrupt request
status flag is set to 1, requesting the CPU of an interrupt. When this interrupt is accepted, the I bit
is set to 1 in CCR. These interrupts can be masked by writing 0 to clear the corresponding enable
bit.
Rev. 3.0, 03/01, page 55 of 382
3.4.3
Interrupt Handling Sequence
Interrupts are controlled by an interrupt controller.
Interrupt operation is described as follows.
1. If an interrupt occurs while the NMI or interrupt enable bit is set to 1, an interrupt request
signal is sent to the interrupt controller.
2. When multiple interrupt requests are generated, the interrupt controller requests to the CPU for
the interrupt handling with the highest priority at that time according to table 3.1. Other
interrupt requests are held pending.
3. The CPU accepts the NMI and address break without depending on the I bit value. Other
interrupt requests are accepted, if the I bit is cleared to 0 in CCR; if the I bit is set to 1, the
interrupt request is held pending.
4. If the CPU accepts the interrupt after processing of the current instruction is completed,
interrupt exception handling will begin. First, both PC and CCR are pushed onto the stack. The
state of the stack at this time is shown in figure 3-2. The PC value pushed onto the stack is the
address of the first instruction to be executed upon return from interrupt handling.
5. Then, the I bit of CCR is set to 1, masking further interrupts excluding the NMI and address
break. Upon return from interrupt handling, the values of I bit and other bits in CCR will be
restored and returned to the values prior to the start of interrupt exception handling.
6.
Next, the CPU generates the vector address corresponding to the accepted interrupt, and
transfers the address to PC as a start address of the interrupt handling-routine. Then a program
starts executing from the address indicated in PC.
Figure 3-3 shows a typical interrupt sequence where the program area is in the on-chip ROM and
the stack area is in the on-chip RAM.
Rev. 3.0, 03/01, page 56 of 382
SP – 4
SP (R7)
CCR
SP – 3
SP + 1
CCR*3
SP – 2
SP + 2
PCH
SP – 1
SP + 3
PCL
SP (R7)
SP + 4
Even address
Stack area
Prior to start of interrupt
exception handling
PC and CCR
saved to stack
After completion of interrupt
exception handling
Legend:
PCH : Upper 8 bits of program counter (PC)
PCL : Lower 8 bits of program counter (PC)
CCR: Condition code register
SP: Stack pointer
Notes: 1. PC shows the address of the first instruction to be executed upon return from the interrupt
handling routine.
2. Register contents must always be saved and restored by word length, starting from
an even-numbered address.
3. Ignored when returning from the interrupt handling routine.
Figure 3-2 Stack Status after Exception Handling
3.4.4
Interrupt Response Time
Table 3-2 shows the number of wait states after an interrupt request flag is set until the first
instruction of the interrupt handling-routine is executed.
Table 3-2
Interrupt Wait States
Item
States
Total
Waiting time for completion of executing instruction*
1 to 13
15 to 27
Saving of PC and CCR to stack
4
Vector fetch
2
Instruction fetch
4
Internal processing
4
Note: * Not including EEPMOV instruction.
Rev. 3.0, 03/01, page 57 of 382
Figure 3-3 Interrupt Sequence
Rev. 3.0, 03/01, page 58 of 382
(2)
(1)
(4)
Instruction
prefetch
(3)
Internal
processing
(5)
(1)
Stack access
(6)
(7)
(9)
Vector fetch
(8)
(1) Instruction prefetch address (Instruction is not executed. Address is saved as PC contents, becoming return address.)
(2)(4) Instruction code (not executed)
(3) Instruction prefetch address (Instruction is not executed.)
(5) SP – 2
(6) SP – 4
(7) CCR
(8) Vector address
(9) Starting address of interrupt-handling routine (contents of vector)
(10) First instruction of interrupt-handling routine
Internal data bus
(16 bits)
Internal write
signal
Internal read
signal
Internal
address bus
ø
Interrupt
request signal
Interrupt level
decision and wait for
end of instruction
Interrupt is
accepted
(10)
(9)
Prefetch instruction of
Internal
interrupt-handling routine
processing
3.5
3.5.1
Usage Notes
Interrupts after Reset
If an interrupt is accepted after a reset and before the stack pointer (SP) is initialized, the PC and
CCR will not be saved correctly, leading to a program crash. To prevent this, all interrupt requests,
including NMI, are disabled immediately after a reset. Since the first instruction of a program is
always executed immediately after the reset state ends, make sure that this instruction initializes
the stack pointer (example: MOV.W #xx: 16, SP).
3.5.2
Notes on Stack Area Use
When word data is accessed the least significant bit of the address is regarded as 0. Access to the
stack always takes place in word size, so the stack pointer (SP: R7) should never indicate an odd
address. Use PUSH Rn (MOV.W Rn, @–SP) or POP Rn (MOV.W @SP+, Rn) to save or restore
register values.
3.5.3
Notes on Rewriting Port Mode Registers
When a port mode register is rewritten to switch the functions of external interrupt pins, IRQ3 to
IRQ0, and WKP5 to WKP0, the interrupt request flag may be set to 1.
Figure 3-4 shows a port mode register setting and interrupt request flag clearing procedure.
When switching a pin function, mask the interrupt before setting the bit in the port mode register.
After accessing the port mode register, execute at least one instruction (e.g., NOP), then clear the
interrupt request flag from 1 to 0.
CCR I bit ← 1
Interrupts masked. (Another possibility
is to disable the relevant interrupt in
interrupt enable register 1.)
Set port mode register bit
Execute NOP instruction
After setting the port mode register bit,
first execute at least one instruction
(e.g., NOP), then clear the interrupt
request flag to 0
Clear interrupt request flag to 0
CCR I bit ← 0
Interrupt mask cleared
Figure 3-4 Port Mode Register Setting and Interrupt Request Flag Clearing Procedure
Rev. 3.0, 03/01, page 59 of 382
Rev. 3.0, 03/01, page 60 of 382
Section 4 Address Break
The address break simplifies on-board program debugging. It requests an address break interrupt
when the set break condition is satisfied. The interrupt request is not affected by the I bit of CCR.
Break conditions that can be set include instruction execution at a specific address and a
combination of access and data at a specific address. With the address break function, the
execution start point of a program containing a bug is detected and execution is branched to the
correcting program. Figure 4-1 shows a block diagram of the address break.
Internal address bus
Comparator
BARL
Internal data bus
BARH
ABRKCR
Interrupt
generation
control circuit
ABRKSR
BDRH
BDRL
Comparator
Interrupt
Legend:
BARH, BARL:
BDRH, BDRL:
ABRKCR:
ABRKSR:
Break address register
Break data register
Address break control register
Address break status register
Figure 4-1 Block Diagram of an Address Break
4.1
Register Descriptions
Address break has the following registers. For details on register addresses and register states
during each processing, refer to appendix B, Internal I/O Register.
• Address break control register(ABRKCR)
• Address break status register(ABRKSR)
• Break address register(BARH, BARL)
• Break data register(BDRH, BDRL)
Rev. 3.0, 03/01, page 61 of 382
4.1.1
Address Break Control Register(ABRKCR)
ABRKCR sets address break conditions.
Bit
Bit Name
Initial Value
R/W
Description
7
RTINTE
1
R/W
RTE Interrupt Enable
When this bit is 0, the interrupt immediately after
executing RTE is masked and then one instruction must
be executed. When this bit is 1, the interrupt is not
masked.
6
CSEL1
0
R/W
Condition Select 1 and 0
5
CSEL0
0
R/W
These bits set address break conditions.
00: Instruction execution cycle
01: CPU data read cycle
10: CPU data write cycle
11: CPU data read/write cycle
4
ACMP2
0
R/W
Address Compare Condition Select 2 to 0
3
ACMP1
0
R/W
2
ACMP0
0
R/W
These bits comparison condition between the address set
in BAR and the internal address bus.
000: Compares 16-bit addresses
001: Compares upper 12-bit addresses
010: Compares upper 8-bit addresses
011: Compares upper 4-bit addresses
1XX: Reserved
1
DCMP1
0
R/W
Data Compare Condition Select 1 and 0
0
DCMP0
0
R/W
These bits set the comparison condition between the data
set in BDR and the internal data bus.
00: No data comparison
01: Compares lower 8-bit data between BDRL and data
bus
10: Compares upper 8-bit data between BDRH and data
bus
11: Compares 16-bit data between BDR and data bus
Legend: X: Don't care.
When an address break is set in the data read cycle or data write cycle, the data bus used will
depend on the combination of the byte/word access and address. Table 4-1 shows the access and
data bus used. When an I/O register space with an 8-bit data bus width is accessed in word size, a
byte access is generated twice. For details on data widths of each register, see appendix B.1, OnChip Registers.
Rev. 3.0, 03/01, page 62 of 382
Table 4-1
Access and Data Bus Used
Word Access
Byte Access
Even Address Odd Address
Even Address Odd Address
ROM space
Upper 8 bits
Lower 8 bits
Upper 8 bits
Upper 8 bits
RAM space
Upper 8 bits
Lower 8 bits
Upper 8 bits
Upper 8 bits
I/O register with 8-bit data bus Upper 8 bits
width
Upper 8 bits
Upper 8 bits
Upper 8 bits
I/O register with 16-bit data
bus width
Lower 8 bits
—
—
4.1.2
Upper 8 bits
Address Break Status Register(ABRKSR)
ABRKSR consists of the address break interrupt flag and the address break interrupt enable bit.
Bit
Bit Name
Initial Value
R/W
Description
7
ABIF
0
R/W
Address Break Interrupt Flag
[Setting condition]
When the condition set in ABRKCR is satisfied
[Clearing condition]
When 0 is written after ABIF=1 is read
6
ABIE
0
R/W
Address Break Interrupt Enable
When this bit is 1, an address break interrupt request is
enabled.
5
−
0
−
Reserved
4
−
0
−
These bits are always read as 1 and cannot be modified.
3
−
0
−
2
−
0
−
1
−
0
−
0
−
0
−
4.1.3
Break Address Registers (BARH, BARL)
BAR (BARH, BARL) is a 16-bit read/write register that sets the address for generating an address
break interrupt. When setting the address break condition to the instruction execution cycle, set
the first byte address of the instruction. The initial value of this register is H'FFFF.
Rev. 3.0, 03/01, page 63 of 382
4.1.4
Break Data Registers (BDRH, BDRL)
BDR (BDRH, BDRL) is a 16-bit read/write register that sets the data for generating an address
break interrupt. BDRH is compared with the upper 8-bit data bus. BDRL is compared with the
lower 8-bit data bus. When memory or registers are accessed by byte, the upper 8-bit data bus is
used for even and odd addresses in the data transmission. Therefore, comparison data must be set
in BDRH for byte access. For word access, the data bus used depends on the address. See section
4.1.1, Address Break Control Register, for details. The initial value of this register is undefined.
4.2
Operation
When the ABIE bit in ABRKSR is set to 1, if the ABIF bit in ABRKSR is set to 1 by the
combination of the address set in BAR, the data set in BDR, and the conditions set in ABRKCR,
the address break function generates an interrupt request to the CPU. When the interrupt request
is accepted, interrupt exception handling starts after the instruction being executed ends. The
address break interrupt is not masked because of the I bit in CCR of the CPU.
Figures 4-2 show the operation examples of the address break interrupt setting.
When the address break is specified in instruction execution cycle
Register setting
• ABRKCR = H'80
• BAR = H'025A
Program
0258
* 025A
025C
0260
0262
:
NOP
NOP
MOV.W @H'025A,R0
NOP
NOP
:
Underline indicates the address
to be stacked.
NOP
MOV
MOV
NOP
instruc- instruc- instruc- instruction
tion 1
tion 2
Internal
tion
prefetch prefetch prefetch prefetch processing
Stack save
φ
Address
bus
0258
025A
025C
025E
SP-2
SP-4
Interrupt
request
Interrupt acceptance
Figure 4-2 Address Break Interrupt Operation Example (1)
Rev. 3.0, 03/01, page 64 of 382
When the address break is specified in the data read cycle
Register setting
• ABRKCR = H'A0
• BAR = H'025A
Program
0258
025A
* 025C
0260
0262
:
NOP
NOP
MOV.W @H'025A,R0
NOP
Underline indicates the address
NOP
to be stacked.
:
MOV
NOP
MOV
Next
MOV
NOP
instruc- instruc- instruc- instruc- instruc- instruInternal Stack
tion 2
tion
tion
ction
tion 1
tion
prefetch prefetch prefetch execution prefetch prefetch processing save
φ
Address
bus
025C
025E
0260
025A
0262
0264
SP-2
Interrupt
request
Interrupt acceptance
Figure 4-2 Address Break Interrupt Operation Example (2)
Rev. 3.0, 03/01, page 65 of 382
When the interrupt acceptance is prohibited after the RTE (RTB) instruction
Register setting
• ABRKCR = H'10
Interrupt
Interrupt
Program
0258 NOP
025A NOP
025C MOV.W @H'025A,R0
0260 NOP
0262 NOP
:
:
RTE
NOP
instruc- instruction
tion
prefetch prefetch
Stack
resumption
:
039A
039C
039E
:
Underline indicates the
address to be stacked.
:
NOP
RTE
NOP
:
MOV
MOV
NOP
instruc- instruc- instrucInternal
tion 1
tion 2
tion
processing prefetch prefetch prefetch
Continues
to the
lower
φ
Address
bus
039C
039E
SP
SP+2
025C
Interrupt
request
025E
0260
Interrupt request
is prohibited
NOP
MOV
instruc- instruction
Internal
tion
execution prefetch processing
Stack restore
Vector Internal
fetch processing
φ
Address
bus
025A
0262
SP-2
SP-4
XXXX
Interrupt
request
Interrupt acceptance
Figure 4-2 Address Break Interrupt Operation Example (3)
Rev. 3.0, 03/01, page 66 of 382
Section 5 Clock Pulse Generators
Clock oscillator circuitry (CPG: clock pulse generator) is provided on-chip, including both a
system clock pulse generator and a subclock pulse generator. The system clock pulse generator
consists of a system clock oscillator, a duty correction circuit, and system clock dividers. The
subclock pulse generator consists of a subclock oscillator circuit and a subclock divider.
Figure 5-1 shows a block diagram of the clock pulse generators.
OSC1
OSC2
System
clock
oscillator
øOSC
(fOSC)
Duty
correction
circuit
øOSC
(fOSC)
System
clock
divider
øOSC
øOSC/8
øOSC/16
øOSC/32
øOSC/64
System clock pulse generator
X1
X2
Subclock
oscillator
ø
Prescaler S
(13 bits)
ø/2
to
ø/8192
øW/2
øW
(fW)
Subclock
divider
øW/4
øSUB
øW/8
Prescaler W
(5 bits)
øW/8
to
øW/128
Subclock pulse generator
Figure 5-1 Block Diagram of Clock Pulse Generators
The basic clock signals that drive the CPU and on-chip peripheral modules are ø and øSUB. The
system clock is divided by prescaler S to become a clock signal from ø/8192 to ø/2, and the
subclock is divided by prescalerW to become a clock signal from øw/128 to øw/8. Both the system
clock and subclock signals are provided to the on-chip peripheral modules.
5.1
System Clock Generator
Clock pulses can be supplied to the system clock divider either by connecting a crystal or ceramic
oscillator, or by providing external clock input. Figure 5-2 shows a block diagram of the system
clock generator.
Rev. 3.0, 03/01, page 67 of 382
OSC 2
LPM
OSC 1
LPM: Low-power mode
Figure 5-2 Block Diagram of the System Clock Generator
5.1.1
Connecting a Crystal Oscillator
Figure 5-3 shows a typical method of connecting a crystal oscillator. An AT-cut parallelresonance crystal resonator should be used. Figure 5-4 shows the equivalent circuit of a crystal
oscillator. An oscillator having the characteristics given in table 5-1 should be used.
C1
OSC 1
C2
OSC 2
C1 = C 2 = 12 pF ±20%
Figure 5-3 Typical Connection to Crystal Oscillator
LS
RS
CS
OSC 1
OSC 2
C0
Figure 5-4 Equivalent Circuit of Crystal Oscillator
Table 5-1
Crystal Oscillator Parameters
Frequency(MHz)
2
4
8
10
16
RS (max)
500 Ω
120 Ω
80 Ω
60 Ω
50 Ω
C0 (max)
7 pF
7 pF
7 pF
7 pF
7 pF
Rev. 3.0, 03/01, page 68 of 382
5.1.2
Connecting a Ceramic Oscillator
Figure 5-5 shows a typical method of connecting a ceramic oscillator.
C1
OSC1
C2
OSC2
C1 = 30 pF ±10%
C2 = 30 pF ±10%
Figure 5-5 Typical Connection to Ceramic Oscillator
5.1.3
External Clock Input Method
Connect an external clock signal to pin OSC1, and leave pin OSC2 open. Figure 5-6 shows a
typical connection. The duty cycle of the external clock signal must be 45 to 55%.
OSC1
OSC 2
External clock input
Open
Figure 5-6 Example of External Clock Input
5.2
Subclock Generator
Figure 5-7 shows a block diagram of the subclock generator.
x2
x1
Note : Capacitance is a reference value.
Figure 5-7 Block Diagram of the Subclock Generator
Rev. 3.0, 03/01, page 69 of 382
5.2.1
Connecting a 32.768-kHz Crystal Oscillator
Clock pulses can be supplied to the subclock divider by connecting a 32.768-kHz crystal
oscillator, as shown in figure 5-8. Figure 5-9 shows the equivalent circuit of the 32.768-kHz
crystal oscillator.
C1
X1
C2
X2
C1 = C 2 = 15 pF (typ.)
Figure 5-8 Typical Connection to 32.768-kHz Crystal Oscillator
LS
RS
CS
X1
X2
CO
CO = 1.5 pF (typ.)
RS = 14 kΩ (typ.)
fW = 32.768 kHz
Note: Constants are reference values.
Figure 5-9 Equivalent Circuit of 32.768-kHz Crystal Oscillator
5.2.2
Pin Connection when Not Using Subclock
When the subclock is not used, connect pin X1 to VCL or VSS and leave pin X2 open, as shown in
figure 5-10.
VCL or VSS
X1
X2
Open
Figure 5-10 Pin Connection when not Using Subclock
Rev. 3.0, 03/01, page 70 of 382
5.3
Prescalers
5.3.1
Prescaler S
Prescaler S is a 13-bit counter using the system clock (ø) as its input clock. It is incremented once
per clock period. Prescaler S is initialized to H'0000 by a reset, and starts counting on exit from
the reset state. In standby mode, watch mode, subactive mode, and subsleep mode, the system
clock pulse generator stops. Prescaler S also stops and is initialized to H'0000. The CPU cannot
read or write prescaler S. The output from prescaler S is shared by the on-chip peripheral modules.
The divider ratio can be set separately for each on-chip peripheral function. In active (mediumspeed) mode the clock input to prescaler S is determined by the division factor designated by MA2
to MA0 in SYSCR2.
5.3.2
Prescaler W
Prescaler W is a 5-bit counter using a 32.768 kHz signal divided by 4 (øW/4) as its input clock. The
divided output is used for clock time base operation of timer A. Prescaler W is initialized to H'00
by a reset, and starts counting on exit from the reset state. Even in standby mode, watch mode,
subactive mode, or subsleep mode, prescaler W continues functioning so long as clock signals are
supplied to pins X1 and X2. Prescaler W can be reset by setting 1s in bits TMA3 and TMA2 of
timer mode register A (TMA).
5.4
Usage Notes
5.4.1
Note on Oscillators
Oscillator characteristics are closely related to board design and should be carefully evaluated by
the user, referring to the examples shown in this section. Oscillator circuit constants will differ
depending on the oscillator element, stray capacitance in its interconnecting circuit, and other
factors. Suitable constants should be determined in consultation with the oscillator element
manufacturer. Design the circuit so that the oscillator element never receives voltages exceeding
its maximum rating.
Rev. 3.0, 03/01, page 71 of 382
5.4.2
Notes on Board Design
When using a crystal resonator (ceramic resonator), place the resonator and its load capacitors as
close as possible to the OSC1 and OSC2 pins. Other signal lines should be routed away from the
oscillator circuit to prevent induction from interfering with correct oscillation (see figure 5-11).
Avoid
Signal A
Signal B
C1
OSC1
C2
OSC2
Figure 5-11 Example of Incorrect Board Design
Rev. 3.0, 03/01, page 72 of 382
Section 6 Power-down Modes
This LSI has six modes of operation after a reset. These include a normal active mode and four
power-down modes, in which power dissipation is significantly reduced. The module standby
mode reduces power dissipation by selectively halting on-chip module functions.
• Active mode
The CPU and all on-chip peripheral modules are operable on the system clock. The system
clock frequency can be selected from øosc, øosc/8, øosc/16, øosc/32, and øosc/64.
• Subactive mode
The CPU and all on-chip peripheral modules are operable on the subclock. The subclock
frequency can be selected from øw/2, øw/4, and øw/8.
• Sleep mode
The CPU halts. On-chip peripheral functions are operable on the system clock.
• Subsleep mode
The CPU halts. On-chip peripheral functions are operable on the subclock.
• Standby mode
The CPU and all on-chip peripheral modules halt. When the clock time-base function is
selcted, timer A is operable.
• Module standby mode
The on-chip peripheral modules specified by software stop operating.
6.1
Register Descriptions
The registers related to power-down modes are listed below. For details on register addresses and
register states during each processing, refer to appendix B, Internal I/O Register.
• System control register 1(SYSCR1)
• System control register 2(SYSCR2)
• Module standby control register 1(MSTCR1)
6.1.1
System Control Register 1(SYSCR1)
The SYSCR1 register controls the power-down modes, as well as SYSCR2.
Rev. 3.0, 03/01, page 73 of 382
Bit
Bit Name
Initial Value
R/W
Description
7
SSBY
0
R/W
Software Standby
This bit selects the mode to transit after the execution of
the SLEEP instruction.
0: a transition is made to the sleep mode or subsleep
mode.
1: a transition is made to the standby mode.
For details, see table 6-2.
6
STS2
0
R/W
Standby Timer Select 2 to 0
5
STS1
0
R/W
4
STS0
0
R/W
These bits designate the time the CPU and peripheral
modules wait for stable clock operation after exiting from
the standby mode, subactive mode, or subsleep mode to
the active mode or sleep mode due to an interrupt. The
designation should be made according to the clock
frequency so that the waiting time is at least 10 ms. The
relationship between the specified value and the number
of wait states is shown in table 6-1. When an external
clock is to be used, the minimum value (STS2 = STS1 =
STS0 =1) is recommended.
3
NESEL
0
R/W
Noise Elimination Sampling Frequency Select
This bit selects the frequency at which the watch clock
signal(φW)generated by the subclock pulse generator is
sampled, in relation to the oscillator clock(φOSC)generated
by the system clock pulse generator. When φOSC=2 to 10
MHz, clear NESEL to 0.
0: Sampling rate is φOSC/16
1: Sampling rate is φOSC/4
2
−
0
−
Reserved
1
−
0
−
These bits are always read as 0 and cannot be modified.
0
−
0
−
Rev. 3.0, 03/01, page 74 of 382
Table 6-1
Operating Frequency and Waiting Time
STS2 STS1 STS0 Waiting Time
16 MHz 10 MHz 8 MHz
4 MHz
2 MHz
1 MHz
0.5 MHz
0
0
0
8,192 states
0.5
0.8
1.0
2.0
4.1
8.1
16.4
1
16,384 states
1.0
1.6
2.0
4.1
8.2
16.4
32.8
0
32,768 states
2.0
3.3
4.1
8.2
16.4
32.8
65.5
1
65,536 states
4.1
6.6
8.2
16.4
32.8
65.5
131.1
0
0
131,072 states
8.2
13.1
16.4
32.8
65.5
131.1
262.1
1
1,024 states
0.06
0.10
0.13
0.26
0.51
1.02
2.05
1
0
128 states
0.00
0.01
0.02
0.03
0.06
0.13
0.26
1
16 states
0.00
0.00
0.00
0.00
0.01
0.02
0.03
1
1
Note: Time unit is ms.
6.1.2
System Control Register 2(SYSCR2)
The SYSCR2 register controls the power-down modes, as well as SYSCR1.
Rev. 3.0, 03/01, page 75 of 382
Bit
Bit Name
Initial Value
R/W
Description
7
SMSEL
0
R/W
Sleep Mode Selection
6
LSON
0
R/W
Low Speed on Flag
5
DTON
0
R/W
Direct Transfer on Flag
These bits select the mode to transit after the execution of
a SLEEP instruction, as well as bit SSBY of SYSCR1.
For details, see table 6-2.
4
MA2
0
R/W
Active Mode Clock Select 2 to 0
3
MA1
0
R/W
2
MA0
0
R/W
These bits select the operating clock frequency in the
active and sleep modes. The operating clock frequency
changes to the set frequency after the SLEEP instruction
is executed.
0XX: φOSC
100: φOSC/8
101: φOSC/16
110: φOSC/32
111: φOSC/64
1
SA1
0
R/W
Subactive Mode Clock Select 1 and 0
0
SA0
0
R/W
These bits select the operating clock frequency in the
subactive and subsleep modes. The operating clock
frequency changes to the set frequency after the SLEEP
instruction is executed.
00: φW/8
01: φW/4
1X: φW/2
Legend X: Don't care.
6.1.3
Module Standby Control Register 1(MSTCR1)
MSTCR1 allows the on-chip peripheral modules to enter a standby state in module units.
Rev. 3.0, 03/01, page 76 of 382
Bit
Bit Name
Initial Value
R/W
Description
7
−
0
−
Reserved
This bit is always read as 0 and cannot be modified
6
MSTIIC
0
R/W
IIC Module Standby
IIC enters the standby mode when this bit is set to 1
5
MSTS3
0
R/W
SCI3 Module Standby
SCI3 enters the standby mode when this bit is set to 1
4
MSTAD
0
R/W
A/D Converter Module Standby
A/D converter enters the standby mode when this bit is set
to 1
3
MSTWD
0
R/W
Watchdog Timer Module Standby
Watchdog timer enters the standby mode when this bit is
set to 1.When the internal oscillator is selected for the
watchdog timer clock, the watchdog timer operates
regardless of the setting of this bit
2
MSTTW
0
R/W
Timer W Module Standby
Timer W enters the standby mode when this bit is set to 1
1
MSTTV
0
R/W
Timer V Module Standby
Timer V enters the standby mode when this bit is set to 1
0
MSTTA
0
R/W
Timer A Module Standby
Timer A enters the standby mode when this bit is set to 1
6.2
Mode Transitions and States of the LSI
Figure 6-1 shows the possible transitions among these operating modes. A transition is made from
the program execution state to the program halt state of the program by executing a SLEEP
instruction. Interrupts allow for returning from the program halt state to the program execution
state of the program. A direct transition between the active mode and subactive mode, which are
both program execution states, can be made without halting the program. The operating frequency
can also be changed in the same modes by making a transition directly from active mode to active
mode, and from subactive mode to subactive mode. RES input enables transitions from a mode to
the reset state. Table 6-2 shows the transition conditions of each mode after the SLEEP instruction
is executed and a mode to return by an interrupt. Table 6-3 shows the internal states of the LSI in
each mode.
Rev. 3.0, 03/01, page 77 of 382
Reset state
Program halt state
Program execution state
SLEEP
instruction
Direct transition
interrupt
SLEEP
instruction
Sleep mode
Active mode
Standby mode
Program halt state
Interrupt
Interrupt
SLEEP
instruction
Direct
transition
interrupt
Direct
transition
interrupt
Interrupt
SLEEP
instruction
SLEEP
instruction
Interrupt
SLEEP
instruction
Subactive
mode
Subsleep mode
Interrupt
Direct transition
interrupt
Notes: 1. To make a transition to another mode by an interrupt, make sure interrupt handling is after the interrupt
is accepted.
2. Details on the mode transition conditions are given in table 6-2.
Figure 6-1 Mode Transition Diagram
Rev. 3.0, 03/01, page 78 of 382
Table 6-2
Transition Mode after the SLEEP Instruction Execution and Interrupt
Handling
DTON
SSBY
SMSEL
LSON
Transition Mode after
SLEEP Instruction
Execution
0
0
0
0
Sleep mode
1
Legend:
*
Active mode
Subactive mode
1
0
Subsleep mode
Active mode
1
X
X
Standby mode
Active mode
X
0*
0
Active mode(direct
transition)
—
X
X
1
Subactive mode(direct
transition)
—
1
1
Transition Mode due to
Interrupt
Subactive mode
X : Don’t care.
When a state transition is performed while SMSEL is 1, timer V, SCI3, and the A/D
converter are reset, and all registers are set to their initial values. To use these
functions after entering active mode, reset the registers.
Rev. 3.0, 03/01, page 79 of 382
Table 6-3
Internal State in Each Operating Mode
Function
Active Mode
Sleep Mode
Subactive
Mode
Subsleep
Mode
Standby Mode
System clock oscillator
Functioning
Functioning
Halted
Halted
Halted
Subclock oscillator
Functioning
Functioning
Functioning
Functioning
Functioning
CPU
operations
Instructions
Functioning
Halted
Functioning
Halted
Halted
Registers
Functioning
Retained
Functioning
Retained
Retained
RAM
Functioning
Retained
Functioning
Retained
Retained
IO ports
Functioning
Retained
Functioning
Retained
Register
contents are
retained, but
output is the
high-impedance
state.
Functioning
Functioning
Functioning
Functioning
Functioning
WKP5 to WKP0 Functioning
Functioning
Functioning
Functioning
Functioning
Timer A
Functioning
Functioning
Functioning if the timekeeping time-base
function is selected, and retained if not selected
Timer V
Functioning
Functioning
Reset
Timer W
Functioning
Functioning
Retained(if internal clock φ is
selected as a count clock, the
counter is incremented by a
subclock*)
Watchdog timer Functioning
Functioning
Retained(functioning if the internal oscillator is
selected as a count clock*)
SCI3
Functioning
Functioning
Reset
Reset
Reset
IIC
Functioning
Functioning
Retained*
Retained
Retained
A/D converter
Functioning
Functioning
Reset
Reset
Reset
External
interrupts
Peripheral
functions
IRQ3 to IRQ0
Reset
Reset
Retained
Note: * Registers can be read or written in subactive mode.
6.2.1
Sleep Mode
In the sleep mode, CPU operation is halted but the on-chip peripheral modules function at the
clock frequency set by the MA2, MA1, and MA0 bits in SYSCR2. CPU register contents are
retained. When an interrupt is requested, the sleep mode is cleared and interrupt exception
handling starts. The sleep mode is not cleared if the I bit of the condition code register (CCR) is
set to 1 or the requested interrupt is disabled in the interrupt enable register. After the sleep mode
is cleared, a transition is made to active mode when the LSON bit in SYSCR2 is 0, and a transition
is made to subactive mode when the bit is 1.
Rev. 3.0, 03/01, page 80 of 382
When the RES pin goes low, the CPU goes into the reset state and the sleep mode is cleared.
6.2.2
Standby Mode
In the standby mode, the clock pulse generator stops, so the CPU and on-chip peripheral modules
stop functioning. However, as long as the rated voltage is supplied, the contents of CPU registers,
on-chip RAM, and some on-chip peripheral module registers are retained. On-chip RAM contents
will be retained as long as the voltage set by the RAM data retention voltage is provided. The I/O
ports go to the high-impedance state.
The standby mode is cleared by an interrupt. When an interrupt is requested, the system clock
pulse generator starts. After the time set in bits STS2–STS0 in SYSCR1 has elapsed, and interrupt
exception handling starts. The standby mode is not cleared if the I bit of CCR is set to 1 or the
requested interrupt is disabled in the interrupt enable register.
When the RES pin goes low, the system clock pulse generator starts. Since system clock signals
are supplied to the entire chip as soon as the system clock pulse generator starts functioning, the
RES pin must be kept low until the pulse generator output stabilizes. After the pulse generator
output has stabilized, the CPU starts reset exception handling if the RES pin is driven high.
6.2.3
Subsleep Mode
In the subsleep mode, operation of the CPU and on-chip peripheral modules other than timer A is
halted. As long as a required voltage is applied, the contents of CPU registers, the on-chip RAM,
and some registers of the on-chip peripheral modules are retained. I/O ports keep the same states
as before the transition.
The subsleep mode is cleared by an interrupt. When an interrupt is requested, the subsleep mode is
cleared and interrupt exception handling starts. The subsleep mode is not cleared if the I bit of
CCR is set to 1 or the requested interrupt is disabled in the interrupt enable register. After the
subsleep mode is cleared, a transition is made to the active mode when the LSON bit in SYSCR2
is 0, and a transition is made to the subactive mode when the bit is 1.
When the RES pin goes low, the system clock pulse generator starts. Since system clock signals
are supplied to the entire chip as soon as the system clock pulse generator starts functioning, the
RES pin must be kept low until the pulse generator output stabilizes. After the pulse generator
output has stabilized, the CPU starts reset exception handling if the RES pin is driven high.
Rev. 3.0, 03/01, page 81 of 382
6.2.4
Subactive Mode
The operating frequency of the subactive mode is selected from øW/2, øW/4, and øW/8 by the SA1
and SA0 bits in SYSCR2. The operating frequency changes to the set frequency after SLEEP
instruction execution. When the SLEEP instruction is executed in the subactive mode, a transition
to the sleep mode, subsleep mode, standby mode, active mode, or subactive mode is made,
depending on the combination of SYSCR1 and SYSCR2. When the RES pin goes low, the system
clock pulse generator starts. Since system clock signals are supplied to the entire chip as soon as
the system clock pulse generator starts functioning, the RES pin must be kept low until the pulse
generator output stabilizes. After the pulse generator output has stabilized, the CPU starts reset
exception handling if the RES pin is driven high.
6.3
Operating Frequency in the Active Mode
Operation in the active mode is clocked at the frequency designated by the MA2, MA1, and MA0
bits in SYSCR2. The operating frequency changes to the set frequency after SLEEP instruction
execution.
6.4
Direct Transition
The CPU can execute programs in two modes: active and subactive mode. A direct transition is a
transition between these two modes without stopping program execution. A direct transition can
be made by executing a SLEEP instruction while the DTON bit in SYSCR2 is set to 1. The direct
transition also enables operating frequency modification in the active or subactive mode. After the
mode transition, direct transition interrupt exception handling starts.
If the direct transition interrupt is disabled in interrupt enable register 1, a transition is made
instead to the sleep or subsleep mode. Note that if a direct transition is attempted while the I bit in
CCR is set to 1, the sleep or subsleep mode will be entered, and the resulting mode cannot be
cleared by means of an interrupt.
6.4.1
Direct transition from the active mode to the subactive mode
The time from the start of SLEEP instruction execution to the end of interrupt exception handling
(the direct transition time) is calculated by equation (1).
Direct transition time = {(number of SLEEP instruction execution states) + (number of internal
processing states)}× (tcyc before transition) + (number of interrupt exception handling states) ×
(tsubcyc after transition) (1)
Example
Direct transition time = (2 + 1) × tosc + 14 × 8tw = 3tosc + 112tw
(when the CPU operating clock of øosc → øw/8 is selected)
Rev. 3.0, 03/01, page 82 of 382
Legend
tosc: OSC clock cycle time
tw: watch clock cycle time
tcyc: system clock (ø) cycle time
tsubcyc: subclock (øSUB) cycle time
6.4.2
Direct transition from the subactive mode to the active mode
The time from the start of SLEEP instruction execution to the end of interrupt exception handling
(the direct transition time) is calculated by equation (2).
Direct transition time = {(number of SLEEP instruction execution states) + (number of internal
processing states)} × (tsubcyc before transition) + {(waiting time set in bits STS2 to STS0) +
(number of interrupt exception handling states)} × (tcyc after transition)
(2)
Example
Direct transition time = (2 + 1) × 8tw + (8192 + 14) × tosc = 24tw + 8206tosc
(when the CPU operating clock of øw/8 → øosc and a waiting time of 8192 states are selected)
Legend
tosc: OSC clock cycle time
tw: watch clock cycle time
tcyc: system clock (ø) cycle time
tsubcyc: subclock (øSUB) cycle time
6.5
Module Standby Function
The module-standby function can be set to any peripheral module. In the module standby mode,
the clock supply to modules stops to enter the power-down mode. The module standby mode
enables each on-chip peripheral module to enter the standby state by setting a bit that corresponds
to each module to 1 and cancels the mode by clearing the bit to 0.
Rev. 3.0, 03/01, page 83 of 382
Rev. 3.0, 03/01, page 84 of 382
Section 7 ROM
The features of the 32-bit flash memory built into HD64F3664 are summarized below.
• Programming/erase methods
 The flash memory is programmed 128 bytes at a time. Erase is performed in single-block
units. The flash memory is configured as follows: 1 kbyte × 4 blocks, 28 kbytes × 1 block.
To erase the entire flash memory, each block must be erased in turn.
• Reprogramming capability
 The flash memory can be reprogrammed up to 100 times.
• On-board programming
 On-board programming/erasing can be done in boot mode, in which the boot program built
into the chip is started to erase or program of the entire flash memory. In normal user
program mode, individual blocks can be erased or programmed.
• Programmer mode
 Flash memory can be programmed/erased in programmer mode using a PROM
programmer, as well as in on-board programming mode.
• Automatic bit rate adjustment
 For data transfer in boot mode, this LSI's bit rate can be automatically adjusted to match
the transfer bit rate of the host.
• Programming/erasing protection
 Sets software protection against flash memory programming/erasing.
• Power-down mode
 The power supply circuit is partly halted in the subactive mode and can be read in the
power-down mode.
7.1
Block Configuration
Figure 7-1 shows the block configuration of 32-kbyte flash memory. The thick lines indicate
erasing units, the narrow lines indicate programming units, and the values are addresses. The
flash memory is divided into 1 kbyte × 4 blocks and 28 kbytes × 1 block. Erasing is performed in
these units. Programming is performed in 128-byte units starting from an address with lower eight
bits H'00 or H'80.
Rev. 3.0, 03/01, page 85 of 382
Erase unit
H'0000
H'0001
H'0002
H'0080
H'0081
H'0082
H'00FF
H'0380
H'0381
H'0382
H'03FF
H'0400
H'0401
H'0402
H'0480
H'0481
H'0481
H'0780
H'0781
H'0782
H'0800
H'0801
H'0802
H'0880
H'0881
H'0882
H'0B80
H'0B81
H'0B82
H'0C00
H'0C01
H'0C02
H'0C80
H'0C81
H'0C82
H'0F80
H'0F81
H'0F82
H'1000
H'1001
H'1002
H'1080
H'1081
H'1082
H'10FF
H'7F80
H'7F81
H'7F82
H'7FFF
Programming unit: 128 bytes
H'007F
1kbyte
Erase unit
Programming unit: 128 bytes
H'047F
H'04FF
1kbyte
Erase unit
H'07FF
Programming unit: 128 bytes
H'087F
H'08FF
1kbyte
Erase unit
H'0BFF
Programming unit: 128 bytes
H'0C7F
H'0CFF
1kbyte
Erase unit
H'0FFF
Programming unit: 128 bytes
H'107F
28 kbytes
Figure 7-1 Flash Memory Block Configuration
7.2
Register Descriptions
The flash memory has the following registers. For details on register addresses and register states
during each processing, refer to appendix B, Internal I/O Register.
• Flash memory control register 1 (FLMCR1)
• Flash memory control register 2 (FLMCR2)
• Erase block register 1 (EBR1)
• Flash memory power control register (FLPWCR)
• Flash memory enable register (FENR)
Rev. 3.0, 03/01, page 86 of 382
7.2.1
Flash Memory Control Register 1 (FLMCR1)
FLMCR1 is a register that makes the flash memory change to program mode, program-verify
mode, erase mode, or erase-verify mode. For details on register setting, refer to section 7.4, Flash
Memory Programming/Erasing.
Bit
Bit Name
Initial Value
R/W
Description
7
—
0
—
Reserved
This bit is always read as 0 and cannot be modified.
6
SWE
0
R/W
Software Write Enable
When this bit is set to 1, flash memory
programming/erasing is enabled. When this bit is
cleared to 0, other FLMCR1 register bits and all
EBR1 bits cannot be set.
5
ESU
0
R/W
Erase Setup
When this bit is set to 1, the flash memory changes to
the erase setup state. When it is cleared to 0, the
erase setup state is cancelled. Set this bit to 1 before
setting the E bit to 1 in FLMCR1.
4
PSU
0
R/W
Program Setup
When this bit is set to 1, the flash memory changes to
the program setup state. When it is cleared to 0, the
program setup state is cancelled. Set this bit to 1
before setting the P bit in FLMCR1.
3
EV
0
R/W
Erase-Verify
When this bit is set to 1, the flash memory changes to
erase-verify mode. When it is cleared to 0, eraseverify mode is cancelled.
2
PV
0
R/W
Program-Verify
When this bit is set to 1, the flash memory changes to
program-verify mode. When it is cleared to 0,
program-verify mode is cancelled.
1
E
0
R/W
Erase
When this bit is set to 1, and while the SWE=1 and
ESU=1 bits are 1, the flash memory changes to erase
mode. When it is cleared to 0, erase mode is
cancelled.
0
P
0
R/W
Program
When this bit is set to 1, and while the SWE=1 and
PSU=1 bits are 1, the flash memory changes to
program mode. When it is cleared to 0, program
mode is cancelled.
Rev. 3.0, 03/01, page 87 of 382
7.2.2
Flash Memory Control Register 2 (FLMCR2)
FLMCR2 is a register that displays the state of flash memory programming/erasing. FLMCR2 is a
read-only register, and should not be written to.
Bit
Bit Name
Initial Value
R/W
Description
7
FLER
0
R
Flash Memory Error
Indicates that an error has occurred during an
operation on flash memory (programming or erasing).
When FLER is set to 1, flash memory goes to the
error-protection state.
See 7.5.3, Error Protection, for details.
6
5
4
3
2
1
0
—
—
—
—
—
—
—
7.2.3
0
0
0
0
0
0
0
—
—
—
—
—
—
—
Reserved
These bits are always read as 0 and cannot be
modified.
Erase Block Register 1 (EBR1)
EBR1 specifies the flash memory erase area block. EBR1 is initialized to H'00 when the SWE bit
in FLMCR1 is 0. Do not set more than one bit at a time, as this will cause all the bits in EBR1 to
be automatically cleared to 0.
Bit
Bit Name
Initial Value
R/W
Description
7
6
5
—
—
—
0
0
0
—
—
—
Reserved
4
EB4
0
R/W
When this bit is set to 1, 28 kbytes of H'1000 to
H'7FFF will be erased.
3
EB3
0
R/W
When this bit is set to 1, 1 kbyte of H'0C00 to H'0FFF
will be erased.
2
EB2
0
R/W
When this bit is set to 1, 1 kbyte of H'0800 to H'0BFF
will be erased.
1
EB1
0
R/W
When this bit is set to 1, 1 kbyte of H'0400 to H'07FF
will be erased.
0
EB0
0
R/W
When this bit is set to 1, 1 kbyte of H'0000 to H'03FF
will be erased.
Rev. 3.0, 03/01, page 88 of 382
These bits are always read as 0 and cannot be
modified.
7.2.4
Flash Memory Power Control Register(FLPWCR)
FLPWCR enables or disables a transition to the flash memory power-down mode when the LSI
switches to subactive mode. The power supply circuit can be read in the subactive mode, although
it is partly halted in the power-down mode.
Bit
Bit Name Initial Value
R/W
Description
7
PDWND
R/W
Power-Down Disable
0
When this bit is 0 and a transition is made to the subactive
mode, the flash memory enters the power-down mode.
When this bit is 1, the flash memory remains in the normal
mode even after a transition is made to the subactive
mode.
6
—
0
—
Reserved
5
—
0
—
These bits are always read as 0 and cannot be modified.
4
—
0
—
3
—
0
—
2
—
0
—
1
—
0
—
0
—
0
—
7.2.5
Flash Memory Enable Register(FENR)
FENR controls CPU access to the flash memory control registers, FLMCR1, FLMCR2, EBR1,
and FLPWCR.
Bit
Bit Name Initial Value
R/W
Description
7
FLSHE
R/W
Flash Memory Control Register Enable
0
Flash memory control registers can be accessed when this
bit is set to 1. Flash memory control registers cannot be
accessed when this bit is set to 0.
6
—
0
—
Reserved
5
—
0
—
These bits are always read as 0 and cannot be modified.
4
—
0
—
3
—
0
—
2
—
0
—
1
—
0
—
0
—
0
—
Rev. 3.0, 03/01, page 89 of 382
7.3
On-Board Programming Modes
There are two modes for programming/erasing of the flash memory; boot mode, which enables onboard programming/erasing, and programmer mode, in which programming/erasing is performed
with a PROM programmer. On-board programming/erasing can also be performed in user
program mode. At reset-start in reset mode, the series of HD64F3664 changes to a mode
depending on the TEST pin settings, NMI pin settings, and input level of each port, as shown in
table 7-1. The input level of each pin must be defined four states before the reset ends.
When changing to boot mode, the boot program built into this LSI is initiated. The boot program
transfers the programming control program from the externally-connected host to on-chip RAM
via SCI3. After erasing the entire flash memory, the programming control program is executed.
This can be used for programming initial values in the on-board state or for a forcible return when
programming/erasing can no longer be done in user program mode. In user program mode,
individual blocks can be erased and programmed by branching to the user program/erase control
program prepared by the user.
Table 7-1
Setting Programming Modes
TEST
NMI
P85
PB0
PB1
PB2
LSI State after Reset End
0
1
X
X
X
X
User Mode
0
0
1
X
X
X
Boot Mode
1
X
X
0
0
0
Programmer Mode
Legend: X:Don’t care.
7.3.1
Boot Mode
Table 7-2 shows the boot mode operations between reset end and branching to the programming
control program.
1. When boot mode is used, the flash memory programming control program must be prepared in
the host beforehand. Prepare a programming control program in accordance with the
description in section 7.5, Flash Memory Programming/Erasing.
2. SCI3 should be set to asynchronous mode, and the transfer format as follows: 8-bit data, 1 stop
bit, and no parity.
3. When the boot program is initiated, the chip measures the low-level period of asynchronous
SCI communication data (H'00) transmitted continuously from the host. The chip then
calculates the bit rate of transmission from the host, and adjusts the SCI3 bit rate to match that
of the host. The reset should end with the RxD pin high. The RxD and TxD pins should be
pulled up on the board if necessary. After the reset is complete, it takes approximately 100
states before the chip is ready to measure the low-level period.
Rev. 3.0, 03/01, page 90 of 382
4. After matching the bit rates, the chip transmits one H'00 byte to the host to indicate the
completion of bit rate adjustment. The host should confirm that this adjustment end indication
(H'00) has been received normally, and transmit one H'55 byte to the chip. If reception could
not be performed normally, initiate boot mode again by a reset. Depending on the host's
transfer bit rate and system clock frequency of this LSI, there will be a discrepancy between
the bit rates of the host and the chip. To operate the SCI properly, set the host's transfer bit
rate and system clock frequency of this LSI within the ranges listed in table 7-3.
5. In boot mode, a part of the on-chip RAM area is used by the boot program. The area H'F780 to
H'FEEF is the area to which the programming control program is transferred from the host.
The boot program area cannot be used until the execution state in boot mode switches to the
programming control program.
6. Before branching to the programming control program, the chip terminates transfer operations
by SCI3 (by clearing the RE and TE bits in SCR to 0), however the adjusted bit rate value
remains set in BRR. Therefore, the programming control program can still use it for transfer
of write data or verify data with the host. The TxD pin is high(PCR22=1, P22=1). The
contents of the CPU general registers are undefined immediately after branching to the
programming control program. These registers must be initialized at the beginning of the
programming control program, as the stack pointer (SP), in particular, is used implicitly in
subroutine calls, etc.
7. Boot mode can be cleared by a reset. End the reset after driving the reset pin low, waiting at
least 20 states, and then setting the TEST pin and NMI pin. Boot mode is also cleared when a
WDT overflow occurs.
8.
Do not change the TEST pin and NMI pin input levels in boot mode.
Rev. 3.0, 03/01, page 91 of 382
Table 7-2
Boot Mode Operation
Item
Host Operation
Processing Contents
Bit rate
adjustment
Continuously transmits data H'00 at
specified bit rate.
LSI Operation
Processing Contents
Branches to boot program at reset-start.
· Measures low-level period of receive data H'00.
· Calculates bit rate and sets it in BRR of SCI3.
· Transmits data H'00 to the host to indicate that the
adjustment has ended.
Transmits data H'55 when data H'00
is received and no error occurs.
Transmits 1-byte data H'AA to the host when data
H'55 is received.
Transfer of
programming control
program
Transfer of
programming control
program (repeated for
N times)
Transmits number of bytes (N) of
programming control program to be
transferred as 2-byte data (low-order
byte following high-order byte)
Transmits 1-byte of programming
control program
Echobacks the 2-byte received data to host.
Echobacks received data to host and also
transfers it to RAM.
Flash memory erase
Checks flash memory data, erases all flash memory
blocks in case of written data existing, and transmits
data H'AA to host. (If erase could not be done,
transmits data H'FF to host and aborts operation.)
Execution of
Programming
control program
Table 7-3
Branches to programming control program
transferred to on-chip RAM and starts execution.
System Clock Frequencies for which Automatic Adjustment of LSI Bit Rate is
Possible
Host Bit Rate
System Clock Frequency Range of LSI
19,200 bps
16MHz
9,600 bps
8 to 16 MHz
4,800 bps
4 to 16 MHz
2,400 bps
2 to 16 MHz
Rev. 3.0, 03/01, page 92 of 382
7.3.2
Programming/Erasing in User Program Mode
On-board programming/erasing of an individual flash memory block can also be performed in user
program mode by branching to a user program/erase control program. The user must set branching
conditions and provide on-board means of supplying programming data. The flash memory must
contain the user program/erase control program or a program that provides the user program/erase
control program from external memory. As the flash memory itself cannot be read during
programming/erasing, transfer the user program/erase control program to on-chip RAM, as in boot
mode. Figure 7-2 shows a sample procedure for programming/erasing in user program mode.
Prepare a user program/erase control program in accordance with the description in section 7.5,
Flash Memory Programming/Erasing.
Reset-start
No
Program/erase?
Yes
Transfer user program/erase control
program to RAM
Branch to flash memory application
program
Branch to user program/erase control
program in RAM
Execute user program/erase control
program (flash memory rewrite)
Branch to flash memory application
program
Figure 7-2 Programming/Erasing Flowchart Example in User Program Mode
Rev. 3.0, 03/01, page 93 of 382
7.4
Flash Memory Programming/Erasing
A software method using the CPU is employed to program and erase flash memory in the onboard programming modes. Depending on the FLMCR1 setting, the flash memory operates in one
of the following four modes: Program mode, program-verify mode, erase mode, and erase-verify
mode. The programming control program in boot mode and the user program/erase control
program in user program mode use these operating modes in combination to perform
programming/erasing. Flash memory programming and erasing should be performed in
accordance with the descriptions in section 7.4.1, Program/Program-Verify and section 7.4.2,
Erase/Erase-Verify, respectively.
7.4.1
Program/Program-Verify
When writing data or programs to the flash memory, the program/program-verify flowchart shown
in Figure 7-3 should be followed. Performing programming operations according to this flowchart
will enable data or programs to be written to the flash memory without subjecting the chip to
voltage stress or sacrificing program data reliability.
1. Programming must be done to an empty address. Do not reprogram an address to which
programming has already been performed.
2. Programming should be carried out 128 bytes at a time. A 128-byte data transfer must be
performed even if writing fewer than 128 bytes. In this case, H'FF data must be written to the
extra addresses.
3. Prepare the following data storage areas in RAM: A 128-byte programming data area, a 128byte reprogramming data area, and a 128-byte additional-programming data area. Perform
reprogramming data computation according to table 7-4, and additional programming data
computation according to table 7-5.
4. Consecutively transfer 128 bytes of data in byte units from the reprogramming data area or
additional-programming data area to the flash memory. The program address and 128-byte
data are latched in the flash memory. The lower 8 bits of the start address in the flash memory
destination area must be H'00 or H'80.
5. The time during which the P bit is set to 1 is the programming time. Figure 7-6 shows the
allowable programming times.
6. The watchdog timer (WDT) is set to prevent overprogramming due to program runaway, etc.
An overflow cycle of approximately 6.6 ms is allowed.
7.
For a dummy write to a verify address, write 1-byte data H'FF to an address whose lower 2
bits are B'00. Verify data can be read in longwords from the address to which a dummy write
was performed.
8.
The maximum number of repetitions of the program/program-verify sequence of the same bit
is 1,000.
Rev. 3.0, 03/01, page 94 of 382
Write pulse application subroutine
START
Apply Write Pulse
Set SWE bit in FLMCR1
WDT enable
Wait 1 µs
Set PSU bit in FLMCR1
Store 128-byte program data in program
data area and reprogram data area
Wait 50 µs
n= 1
Set P bit in FLMCR1
m= 0
Wait (Wait time=programming time)
Write 128-byte data in RAM reprogram
data area consecutively to flash memory
Clear P bit in FLMCR1
Wait 5 µs
Apply Write pulse
Clear PSU bit in FLMCR1
Set PV bit in FLMCR1
Wait 4 µs
Wait 5 µs
Disable WDT
Set block start address as
verify address
End Sub
H'FF dummy write to verify address
n←n+1
Wait 2 µs
Read verify data
Increment address
No
Verify data =
write data?
m=1
Yes
n≤6?
No
Yes
Additional-programming data computation
Reprogram data computation
No
128-byte
data verification completed?
Yes
Clear PV bit in FLMCR1
Wait 2 µs
n ≤ 6?
No
Yes
Successively write 128-byte data from additionalprogramming data area in RAM to flash memory
Sub-Routine-Call
Apply Write Pulse
m= 0 ?
Yes
Clear SWE bit in FLMCR1
No
n ≤ 1000 ?
Yes
No
Clear SWE bit in FLMCR1
Wait 100 µs
Wait 100 µs
End of programming
Programming failure
Figure 7-3 Program/Program-Verify Flowchart
Rev. 3.0, 03/01, page 95 of 382
Table 7-4
Reprogram Data Computation Table
Program Data
Verify Data
Reprogram Data
Comments
0
0
1
Programming completed
0
1
0
Reprogram bit
1
0
1
—
1
1
1
Remains in erased state
Table 7-5
Additional-Program Data Computation Table
Reprogram Data
Verify Data
Additional-Program
Data
Comments
0
0
0
Additional-program bit
0
1
1
No additional programming
1
0
1
No additional programming
1
1
1
No additional programming
n
Programming
(Number of Writes) Time
In Additional
Programming
Comments
1 to 6
30
10
7 to 1,000
200
—
Table 7-6
Programming Time
Note: Time shown in µs.
7.4.2
Erase/Erase-Verify
When erasing flash memory, the erase/erase-verify flowchart shown in figure 7-4 should be
followed.
1. Prewriting (setting erase block data to all 0s) is not necessary.
2. Erasing is performed in block units. Make only a single-bit specification in the erase block
register (EBR1). To erase multiple blocks, each block must be erased in turn.
3. The time during which the E bit is set to 1 is the flash memory erase time.
4. The watchdog timer (WDT) is set to prevent overerasing due to program runaway, etc. An
overflow cycle of approximately 19.8 ms is allowed.
5. For a dummy write to a verify address, write 1-byte data H'FF to an address whose lower two
bits are B'00. Verify data can be read in longwords from the address to which a dummy write
was performed.
Rev. 3.0, 03/01, page 96 of 382
6. If the read data is not erased erased successfully, set erase mode again, and repeat the
erase/erase-verify sequence as before. The maximum number of repetitions of the erase/eraseverify sequence is 100.
7.4.3
Interrupt Handling when Programming/Erasing Flash Memory
All interrupts, including the NMI interrupt, are disabled while flash memory is being programmed
or erased, or while the boot program is executing, for the following three reasons:
1. Interrupt during programming/erasing may cause a violation of the programming or erasing
algorithm, with the result that normal operation cannot be assured.
2. If interrupt exception handling starts before the vector address is written or during
programming/erasing, a correct vector cannot be fetched and the CPU malfunctions.
3. If an interrupt occurs during boot program execution, normal boot mode sequence cannot be
carried out.
Rev. 3.0, 03/01, page 97 of 382
Erase start
SWE bit ← 1
Wait 1 µs
n←1
Set EBR1
Enable WDT
ESU bit ← 1
Wait 100 µs
E bit ← 1
Wait 10 µs
E bit ← 0
Wait 10 µs
ESU bit ← 10
10 µs
Disable WDT
EV bit ← 1
Wait 20 µs
Set block start address as verify address
H'FF dummy write to verify address
Wait 2 µs
n←n+1
Read verify data
No
Verify data + all 1s ?
Increment address
Yes
No
Last address of block ?
Yes
No
EV bit ← 0
EV bit ← 0
Wait 4 µs
Wait 4µs
All erase block erased ?
n ≤100 ?
Yes
No
Yes
SWE bit ← 0
SWE bit ← 0
Wait 100 µs
Wait 100 µs
End of erasing
Erase failure
Figure 7-4 Erase/Erase-Verify Flowchart
Rev. 3.0, 03/01, page 98 of 382
Yes
7.5
Program/Erase Protection
There are three kinds of flash memory program/erase protection; hardware protection, software
protection, and error protection.
7.5.1
Hardware Protection
Hardware protection refers to a state in which programming/erasing of flash memory is forcibly
disabled or aborted because of a transition to reset, subactive mode, subsleep mode, or standby
mode. Flash memory control register 1 (FLMCR1), flash memory control register 2 (FLMCR2),
and erase block register 1 (EBR1) are initialized. In a reset via the RES pin, the reset state is not
entered unless the RES pin is held low until oscillation stabilizes after powering on. In the case of
a reset during operation, hold the RES pin low for the RES pulse width specified in the AC
Characteristics section.
7.5.2
Software Protection
Software protection can be implemented against programming/erasing of all flash memory blocks
by clearing the SWE bit in FLMCR1. When software protection is in effect, setting the P or E bit
in FLMCR1 does not cause a transition to program mode or erase mode. By setting the erase
block register 1 (EBR1), erase protection can be set for individual blocks. When EBR1 is set to
H'00, erase protection is set for all blocks.
7.5.3
Error Protection
In error protection, an error is detected when CPU runaway occurs during flash memory
programming/erasing, or operation is not performed in accordance with the program/erase
algorithm, and the program/erase operation is aborted. Aborting the program/erase operation
prevents damage to the flash memory due to overprogramming or overerasing.
When the following errors are detected during programming/erasing of flash memory, the FLER
bit in FLMCR2 is set to 1, and the error protection state is entered.
• When the flash memory of the relevant address area is read during programming/erasing
(including vector read and instruction fetch)
• Immediately after exception handling excluding a reset during programming/erasing
• When a SLEEP instruction is executed during programming/erasing
The FLMCR1, FLMCR2, and EBR1 settings are retained, however program mode or erase mode
is aborted at the point at which the error occurred. Program mode or erase mode cannot be reentered by re-setting the P or E bit. However, PV and EV bit setting is enabled, and a transition
can be made to verify mode. Error protection can be cleared only by a power-on reset.
Rev. 3.0, 03/01, page 99 of 382
7.6
Programmer Mode
In programmer mode, a PROM programmer can be used to perform programming/erasing via a
socket adapter, just as a discrete flash memory. Use a PROM programmer that supports the MCU
device type with the on-chip Hitachi 64-kbyte flash memory (F-ZTAT64V5). A 10-MHz input
clock is required. For the conditions for transition to programmer mode, see table 7-1.
7.6.1
Socket Adapter
The socket adapter converts the pin allocation of the H8/3664F to that of the discrete flash
memory HN28F101. The address of the on-chip flash memory is H'0000 to H'7FFF. Figure 7-5
shows the socket-adapter-pin correspondence diagram.
7.6.2
Programmer Mode Commands
The following commands are supported in programmer mode.
• Memory Read Mode
• Auto-Program Mode
• Auto-Erase Mode
• Status Read Mode
Status polling is used for auto-programming, auto-erasing, and status read modes. In status read
mode, detailed internal information is output after the execution of auto-programming or autoerasing. Table 7-7 shows the sequence of each command. In auto-programming mode, 129 cycles
are required since 128 bytes are written at the same time. In memory read mode, the number of
cycles depends on the number of address write cycles (n).
Table 7-7
Command Sequence in Programmer Mode
1st Cycle
2nd Cycle
Command Name
Number
of Cycles
Mode
Address Data
Mode
Address Data
Memory read
1+n
Write
X
H'00
Read
RA
Dout
Auto-program
129
Write
X
H'40
Write
WA
Din
Auto-erase
2
Write
X
H'20
Write
X
H'20
Status read
2
Write
X
H'71
Write
X
H'71
Legend n : the number of address write cycles
Rev. 3.0, 03/01, page 100 of 382
H8/3664F
Pin No.
FP-64A/FP-64E
DP-42S
Pin Name
Socket Adapter
(Conversion
to 32-Pin
Arrangement)
HN28F101 (32 Pins)
Pin Name
Pin No.
FWE
1
A9
26
A16
2
21
19
P54
30
26
P76
44
36
P20
36
28
P80
I/O0
13
37
29
P81
I/O1
14
38
30
P82
I/O2
15
39
31
P83
I/O3
17
40
32
P84
I/O4
18
41
33
P85
I/O5
19
42
34
P86
I/O6
20
43
35
P87
I/O7
21
23
21
P10
A0
12
51
39
P14
A1
11
52
40
P15
A2
10
53
41
P16
A3
9
54
42
P17
A4
8
13
15
P50
A5
7
14
16
P51
A6
6
19
17
P52
A7
5
20
18
P53
A8
27
45
37
P21
22
20
P55
A10
23
26
22
P56
A11
25
27
23
P57
A12
4
28
24
P74
A13
28
29
25
P75
A14
29
46
38
P22
8
10
TEST
35
27
59
1
PB3
3
5
AVCC
12
14
VCC
5
7
X1
9
11
6
8
VSS
VCL
60
2
PB2
61
3
PB1
62
4
PB0
10,11
12,13
OSC1, OSC2
9
7
Other than the above
(OPEN)
A15
3
31
24
22
VCC
32
VSS
16
0.1 µF
Oscillator circuit
Power-on
reset circuit
Legend
I/O7–I/O0:
A7–A0:
:
:
:
Data input/output
Address input
Chip enable
Output enable
Write enable
Figure 7-5 Socket Adapter Pin Correspondence Diagram
Rev. 3.0, 03/01, page 101 of 382
7.6.3
Memory Read Mode
1. After completion of auto-program/auto-erase/status read operations, a transition is made to the
command wait state. When reading memory contents, a transition to memory read mode must
first be made with a command write, after which the memory contents are read. Once memory
read mode has been entered, consecutive reads can be performed.
2. In memory read mode, command writes can be performed in the same way as in the command
wait state.
3. After powering on, memory read mode is entered.
4.
Tables 7-8 to 7-10 show the AC characteristics.
Table 7-8
AC Characteristics in Transition to Memory Read Mode
(Conditions: VCC = 5.0 V ±0.5 V, VSS = 0 V, Ta = 25°C ±5°C)
Item
Symbol
Min
Max
Unit
Notes
Command write cycle
tnxtc
20
—
µs
Figure 7-6
CE hold time
tceh
0
—
ns
CE setup time
tces
0
—
ns
Data hold time
tdh
50
—
ns
Data setup time
tds
50
—
ns
Write pulse width
twep
70
—
ns
WE rise time
tr
—
30
ns
WE fall time
tf
—
30
ns
Command write
Memory read mode
Address stable
A15–A0
tces
tceh
tnxtc
twep
tf
tr
tds
tdh
I/O7–I/O0
Note: Data is latched on the rising edge of
.
Figure 7-6 Timing Waveforms for Memory Read after Memory Write
Rev. 3.0, 03/01, page 102 of 382
Table 7-9
AC Characteristics in Transition from Memory Read Mode to Another Mode
(Conditions: VCC = 5.0 V ±0.5 V, VSS = 0 V, Ta = 25°C ±5°C)
Item
Symbol
Min
Max
Unit
Notes
Command write cycle
tnxtc
20
—
µs
Figure 7-7
CE hold time
tceh
0
—
ns
CE setup time
tces
0
—
ns
Data hold time
tdh
50
—
ns
Data setup time
tds
50
—
ns
Write pulse width
twep
70
—
ns
WE rise time
tr
—
30
ns
WE fall time
tf
—
30
ns
Memory read mode
A15–A0
Other mode command write
Address stable
tnxtc
tces
tceh
twep
tf
tr
tds
tdh
I/O7–I/O0
Note: Do not enable
and
at the same time.
Figure 7-7 Timing Waveforms in Transition from Memory Read Mode to Another Mode
Table 7-10 AC Characteristics in Memory Read Mode (Conditions: VCC = 5.0 V ±0.5 V,
VSS = 0 V, Ta = 25°C ±5°C)
Item
Symbol
Min
Max
Unit
Notes
Access time
tacc
—
20
µs
Figure 7-8
CE output delay time
tce
—
150
ns
Figure 7-9
OE output delay time
toe
—
150
ns
Output disable delay time
tdf
—
100
ns
Data output hold time
toh
5
—
ns
Rev. 3.0, 03/01, page 103 of 382
Address stable
A15–A0
Address stable
tacc
tacc
toh
toh
I/O7–I/O0
Figure 7-8 CE and OE Enable State Read Timing Waveforms
A15–A0
Address stable
Address stable
tce
tce
toe
toe
tacc
tacc
toh
tdf
toh
tdf
I/O7–I/O0
Figure 7-9 CE and OE Clock System Read Timing Waveforms
7.6.4
Auto-Program Mode
1. When reprogramming previously programmed addresses, perform auto-erasing before autoprogramming.
2. Perform auto-programming once only on the same address block. It is not possible to program
an address block that has already been programmed.
3. In auto-program mode, 128 bytes are programmed simultaneously. This should be carried out
by executing 128 consecutive byte transfers. A 128-byte data transfer is necessary even when
programming fewer than 128 bytes. In this case, H'FF data must be written to the extra
addresses.
4. The lower 7 bits of the transfer address must be low. If a value other than an effective address
is input, processing will switch to a memory write operation but a write error will be flagged.
5. Memory address transfer is performed in the second cycle (figure 7-10). Do not perform
transfer after the third cycle.
6. Do not perform a command write during a programming operation.
Rev. 3.0, 03/01, page 104 of 382
7. Perform one auto-program operation for a 128-byte block for each address. Two or more
additional programming operations cannot be performed on a previously programmed address
block.
8. Confirm normal end of auto-programming by checking I/O6. Alternatively, status read mode
can also be used for this purpose (I/O7 status polling uses the auto-program operation end
decision pin).
9. Status polling I/O6 and I/O7 pin information is retained until the next command write. As long
as the next command write has not been performed, reading is possible by enabling CE and
OE.
10. Table 7-11 shows the AC characteristics.
Table 7-11 AC Characteristics in Auto-Program Mode (Conditions: VCC = 5.0 V ±0.5 V,
VSS = 0 V, Ta = 25°C ±5°C)
Item
Symbol
Min
Max
Unit
Notes
Command write cycle
tnxtc
20
—
µs
Figure 7-10
CE hold time
tceh
0
—
ns
CE setup time
tces
0
—
ns
Data hold time
tdh
50
—
ns
Data setup time
tds
50
—
ns
Write pulse width
twep
70
—
ns
Status polling start time
twsts
1
—
ms
Status polling access time
tspa
—
150
ns
Address setup time
tas
0
—
ns
Address hold time
tah
60
—
ns
Memory write time
twrite
1
3000
ms
WE rise time
tr
—
30
ns
WE fall time
tf
—
30
ns
Rev. 3.0, 03/01, page 105 of 382
Address
stable
A15–A0
tces
tf
tceh
twep
tnxtc
tr
tds
tnxtc
tas
tdh
tah
twsts
Data transfer
1 to 128 bytes
I/O7
twrite
Write operation end decision signal
I/O6
I/O5–I/O0
tspa
Write normal end decision signal
H'40
H'00
Figure 7-10 Auto-Program Mode Timing Waveforms
7.6.5
Auto-Erase Mode
1. Auto-erase mode supports only entire memory erasing.
2. Do not perform a command write during auto-erasing.
3. Confirm normal end of auto-erasing by checking I/O6. Alternatively, status read mode can also
be used for this purpose (I/O7 status polling uses the auto-erase operation end decision pin).
4.
Status polling I/O6 and I/O7 pin information is retained until the next command write. As
long as the next command write has not been performed, reading is possible by enabling CE
and OE.
5.
Table 7-12 shows the AC characteristics.
Rev. 3.0, 03/01, page 106 of 382
Table 7-12 AC Characteristics in Auto-Erase Mode (Conditions: VCC = 5.0 V ±0.5 V,
VSS = 0 V, Ta = 25°C ±5°C)
Item
Symbol
Min
Max
Unit
Notes
Command write cycle
tnxtc
20
—
µs
Figure 7-11
CE hold time
tceh
0
—
ns
CE setup time
tces
0
—
ns
Data hold time
tdh
50
—
ns
Data setup time
tds
50
—
ns
Write pulse width
twep
70
—
ns
Status polling start time
tests
1
—
ms
Status polling access time
tspa
—
150
ns
Memory erase time
terase
100
40000
ms
WE rise time
tr
—
30
ns
tf
—
30
ns
WE fall time
A15–A0
tces
tf
tceh
twep
tnxtc
tnxtc
tr
tds
tests
terase
tdh
I/O7
Erase end
decision signal
I/O6
I/O5–I/O0
tspa
Erase normal
end
decision signal
H'20
H'20
H'00
Figure 7-11 Auto-Erase Mode Timing Waveforms
Rev. 3.0, 03/01, page 107 of 382
7.6.6
Status Read Mode
1. Status read mode is provided to identify the kind of abnormal end. Use this mode when an
abnormal end occurs in auto-program mode or auto-erase mode.
2.
The return code is retained until a command write other than a status read mode command
write is executed.
3.
Table 7-13 shows the AC characteristics and 7-14 shows the return codes.
Table 7-13 AC Characteristics in Status Read Mode (Conditions: VCC = 5.0 V ±0.5 V,
VSS = 0 V, Ta = 25°C ±5°C)
Item
Symbol
Min
Max
Unit
Notes
Read time after command write
t nxtc
20
—
µs
Figure 7-12
CE hold time
tceh
0
—
ns
CE setup time
tces
0
—
ns
Data hold time
tdh
50
—
ns
,,,,
Data setup time
tds
50
—
ns
Write pulse width
twep
70
—
ns
OE output delay time
toe
—
150
ns
Disable delay time
tdf
—
100
ns
CE output delay time
tce
—
150
ns
WE rise time
tr
—
30
ns
WE fall time
tf
—
30
ns
A15–A0
tces
tceh
tnxtc tces
tceh
tnxtc
tnxtc
tce
twep
tf
tds
I/O7–I/O0
tr
tdh
H'71
twep
tf
tds
tr
toe
tdh
H'71
Note: I/O2 and I/O3 are undefined.
Figure 7-12 Status Read Mode Timing Waveforms
Rev. 3.0, 03/01, page 108 of 382
tdf
Table 7-14 Status Read Mode Return Codes
Pin Name
Initial Value
Indications
I/O7
0
1: Abnormal end
0: Normal end
I/O6
0
I/O5
0
1: Command error
0: Otherwise
1: Programming error
0: Otherwise
I/O4
0
1: Erasing error
0: Otherwise
I/O3

0
I/O2
0

I/O1
0
1: Over counting of writing or
erasing
0: Otherwise
I/O0
0
1: Effective address error
0: Otherwise
7.6.7
Status Polling
1. The I/O7 status polling flag indicates the operating status in auto-program/auto-erase mode.
2. The I/O6 status polling flag indicates a normal or abnormal end in auto-program/auto-erase
mode.
Table 7-15 Status Polling Output Truth Table
I/O7
I/O6
I/O0 to 5
Status
0
0
0
During internal operation
1
0
0
Abnormal end
1
1
0
Normal end
0
1
0

Rev. 3.0, 03/01, page 109 of 382
7.6.8
Programmer Mode Transition Time
Commands cannot be accepted during the oscillation stabilization period or the programmer mode
setup period. After the programmer mode setup time, a transition is made to memory read mode.
Table 7-16 Stipulated Transition Times to Command Wait State
Item
Symbol
Min
Max
Unit
Notes
Oscillation stabilization time(crystal oscillator)
Tosc1
10

ms
Figure 7-13
Oscillation stabilization time(ceramic oscillator)
Tosc1
5

ms
Programmer mode setup time
Tbmv
10

ms
Vcc hold time
Tdwn
0

ms
tosc1
tbmv
Auto-program mode
Auto-erase mode
tdwn
Vcc
Figure 7-13 Oscillation Stabilization Time, Boot Program Transfer Time, and
Power-Down Sequence
7.6.9
Notes on Memory Programming
1. When performing programming using programmer mode on a chip that has been
programmed/erased in an on-board programming mode, auto-erasing is recommended before
carrying out auto-programming.
2. The flash memory is initially in the erased state when the device is shipped by Hitachi. For
other chips for which the erasure history is unknown, it is recommended that auto-erasing be
executed to check and supplement the initialization (erase) level.
Rev. 3.0, 03/01, page 110 of 382
7.7
Power-Down States for Flash Memory
In user mode, the flash memory will operate in either of the following states:
• Normal operating mode
The flash memory can be read and written to at high speed.
• Power-down operating mode
The power supply circuit of the flash memory is partly halted and can be read under low power
consumption.
• Standby mode
All flash memory circuits are halted.
Table 7-17 shows the correspondence between the operating modes of this LSI and the flash
memory. In subactive mode, the flash memory can be set to operate in power-down mode with the
PDWN bit in FLPWCR. When the flash memory returns to its normal operating state from powerdown mode or standby mode, a period to stabilize the power supply circuits that were stopped is
needed. When the flash memory returns to its normal operating state, bits STS2 to STS0 in
SYSCR1 must be set to provide a wait time of at least 20 µs, even when the external clock is being
used.
Table 7-17 Flash Memory Operating States
Flash Memory Operating State
LSI Operating State
PDWND = 0(Initial value)
PDWND = 1
Active mode
Normal operating mode
Normal operating mode
Subactive mode
Power-down mode
Normal operating mode
Sleep mode
Normal operating mode
Normal operating mode
Subsleep mode
Standby mode
Standby mode
Standby mode
Standby mode
Standby mode
Rev. 3.0, 03/01, page 111 of 382
Rev. 3.0, 03/01, page 112 of 382
Section 8 RAM
This LSI has 2 kbyte, 1 kbyte or 512 kbytes of on-chip high-speed static RAM. The RAM is
connected to the CPU by a 16-bit data bus, enabling two-state access by the CPU to both byte data
and word data.
Rev. 3.0, 03/01, page 113 of 382
Rev. 3.0, 03/01, page 114 of 382
Section 9 I/O Ports
The series of this LSI has twenty-nine general I/O ports (twenty-seven ports for H8/3664N) and
eight input-only ports. Port 8 is a large current port, which can drive 20 mA (@VOL = 1.5 V) when
a low level signal is output. Any of these ports can become an input port immediately after a reset.
They can also be used as I/O pins of the on-chip peripheral modules or external interrupt input
pins, and these functions can be switched depending on the register settings. The registers for
selecting these functions can be divided into two types: those included in I/O ports and those
included in each on-chip peripheral module. General I/O registers are comprised of the port
control register for controlling inputs/outputs and the port data register for storing output data and
can select inputs/outputs in bit units. For functions in each port, see appendix C1, I/O Port Block
Diagrams. For the execution of bit manipulation instructions to the port control register and port
data register, see 2.8.2, Bit Manipulation Instruction.
9.1
Port 1
Port 1 is a general I/O port also functioning as IRQ interrupt input pins, a timer A output pin, and
a timer V input pin. Figure 9-1 shows its pin configuration.
P17/
/TRGV
P16/
P15/
Port 1
P14/
P12
P11
P10/TMOW
Figure 9-1 Port 1 Pin Configuration
Port 1 has the following registers. For details on register addresses and register states during each
process, refer to appendix B, Internal I/O Register.
• Port mode register 1(PMR1)
• Port control register 1(PCR1)
• Port data register 1(PDR1)
• Port pull-up control register 1(PUCR1)
Rev. 3.0, 03/01, page 115 of 382
9.1.1
Port Mode Register 1(PMR1)
PMR1 switches the functions of pins in port 1 and port 2.
Bit
Bit Name
Initial Value R/W
Description
7
IRQ3
0
P17/IRQ3/TRGV Pin Function Switch
R/W
This bit selects whether pin P17/IRQ3/TRGV is used as
P17 or as IRQ3/TRGV.
0: P17 I/O port
1: IRQ3/TRGV input pin
6
IRQ2
0
R/W
P16/IRQ2 Pin Function Switch
This bit selects whether pin P16/IRQ2 is used as P16 or as
IRQ2.
0: P16 I/O port
1: IRQ2 input pin
5
IRQ1
0
R/W
P15/IRQ1 Pin Function Switch
This bit selects whether pin P15/IRQ1 is used as P15 or as
IRQ1.
0: P15 I/O port
1: IRQ1 input pin
4
IRQ0
0
R/W
P14/IRQ0 Pin Function Switch
This bit selects whether pin P14/IRQ0 is used as P14 or as
IRQ0.
0: P14 I/O port
1: IRQ0 input pin
3
−
1
−
Reserved
2
−
1
−
These bits are always read as 1 and cannnot be modified.
1
TXD
0
R/W
P22/TXD Pin Function Switch
This bit selects whether pin P22/TXD is used as P22 or as
TXD.
0: P22 I/O port
1: TXD output pin
0
TMOW
0
R/W
P10/TMOW Pin Function Switch
This bit selects whether pin P10/TMOW is used as P10 or
as TMOW.
0: P10 I/O port
1: TMOW output pin
Rev. 3.0, 03/01, page 116 of 382
9.1.2
Port Control Register 1(PCR1)
PCR1 selects inputs/outputs in bit units for pins to be used as general I/O ports of port 1.
Bit
Bit Name
Initial Value R/W
Description
7
PCR17
0
W
6
PCR16
0
W
5
PCR15
0
W
When the corresponding pin is designated in PMR1 as a
general I/O pin, setting a PCR1 bit to 1 makes the
corresponding pin an output port, while clearing the bit to 0
makes the pin an input port.
4
PCR14
0
W
Bit 3 is a reserved bit.
3
−
−
−
2
PCR12
0
W
1
PCR11
0
W
0
PCR10
0
W
9.1.3
Port Data Register 1(PDR1)
PDR1 is a general I/O port data register of port 1.
Bit
Bit Name
Initial Value R/W
Description
7
P17
0
R/W
PDR1 stores output data for port 1 pins.
6
P16
0
R/W
5
P15
0
R/W
4
P14
0
R/W
If PDR1 is read while PCR1 bits are set to 1, the value
stored in PDR1 are read. If PDR1 is read while PCR1 bits
are cleared to 0, the pin states are read regardless of the
value stored in PDR1.
3
−
1
−
2
P12
0
R/W
1
P11
0
R/W
0
P10
0
R/W
Bit 3 is a reserved bit. This bit is always read as 1 and
cannot be modified.
Rev. 3.0, 03/01, page 117 of 382
9.1.4
Port Pull-Up Control Register 1(PUCR1)
PUCR1 controls the pull-up MOS in bit units of the pins set as the input ports.
Bit
Bit Name
Initial Value
R/W
Description
7
PUCR17
0
R/W
6
PUCR16
0
R/W
5
PUCR15
0
R/W
Only bits for which PCR1 is cleared are valid. The pull-up
MOS of P17 to P14 and P12 to P10 pins enter the onstate when these bits are set to 1, while they enter the offstate when these bits are cleared to 0.
4
PUCR14
0
R/W
3
−
1
−
2
PUCR12
0
R/W
1
PUCR11
0
R/W
0
PUCR10
0
R/W
9.1.5
Bit 3 is a reserved bit. This bit is always read as 1 and
cannot be modified.
Pin Functions
The correspondence between the register specification and the port functions is shown below.
P17/IRQ3/TRGV pin
Register
PMR1
PCR1
Bit Name
IRQ3
PCR17
Pin Function
0
P17 input pin
Setting value 0
0
1
P17 output pin
1
X
IRQ3 input/TRGV input pin
Legend X: Don't care.
P16/IRQ2 pin
Register
PMR1
PCR1
Bit Name
IRQ2
PCR16
Pin Function
Setting value 0
0
P16 input pin
0
1
P16 output pin
1
X
IRQ2 input pin
Legend X: Don't care.
Rev. 3.0, 03/01, page 118 of 382
P15/IRQ1 pin
Register
PMR1
PCR1
Bit Name
IRQ1
PCR15
Pin Function
Setting value 0
0
P15 input pin
0
1
P15 output pin
1
X
IRQ1 input pin
Legend X: Don't care.
P14/IRQ0 pin
Register
PMR1
PCR1
Bit Name
IRQ0
PCR14
Pin Function
Setting value 0
0
P14 input pin
0
1
P14 output pin
1
X
IRQ0 input pin
Legend X: Don't care.
P12 pin
Register
PCR1
Bit Name
PCR12
Setting value 0
1
Pin Function
P12 input pin
P12 output pin
P11 pin
Register
PCR1
Bit Name
PCR11
Setting value 0
1
Pin Function
P11 input pin
P11 output pin
Rev. 3.0, 03/01, page 119 of 382
P10/TMOW pin
Register
PMR1
PCR1
Bit Name
TMOW
PCR10
Pin Function
Setting value 0
0
P10 input pin
0
1
P10 output pin
1
X
TMOW output pin
Legend X: Don't care.
9.2
Port 2
Port 2 is a general I/O port also functioning as a SCI3 I/O pin. Each pin of the port 2 is shown in
figure 9-2. The register settings of PMR1 and SCI3 have priority for functions of the pins for both
uses.
P22/TXD
Port 2
P21/RXD
P20/SCK3
Figure 9-2 Port 2 Pin Configuration
Port 2 has the following registers. For details on register addresses and register states during each
process, refer to appendix B, Internal I/O Registers.
• Port control register 2(PCR2)
• Port data register 2(PDR2)
9.2.1
Port Control Register 2(PCR2)
PCR2 selects inputs/outputs in bit units for pins to be used as general I/O ports of port 2.
Rev. 3.0, 03/01, page 120 of 382
Bit
Bit Name
Initial Value R/W
Description
7
−
−
−
Reserved
6
−
−
−
5
−
−
−
4
−
−
−
3
−
−
−
2
PCR22
0
W
1
PCR21
0
W
0
PCR20
0
W
9.2.2
When each of the port 2 pins P22 to P20 functions as an
general I/O port, setting a PCR2 bit to 1 makes the
corresponding pin an output port, while clearing the bit to 0
makes the pin an input port.
Port Data Register 2(PDR2)
PDR2 is a general I/O port data register of port 2.
Bit
Bit Name
Initial Value R/W
7
−
1
−
Reserved
6
−
1
−
These bits are always read as 1 and cannot be modified.
5
−
1
−
4
−
1
−
3
−
1
−
2
P22
0
R/W
PDR2 stores output data for port 2 pins.
1
P21
0
R/W
0
P20
0
R/W
PDR2 is read while PCR2 bits are set to 1, the value stored
in PDR2 is read. If PDR2 is read while PCR2 bits are
cleared to 0, the pin states are read regardless of the value
stored in PDR2.
9.2.3
Description
Pin Functions
The correspondence between the register specification and the port functions is shown below.
P22/TXD pin
Register
PMR1
PCR2
Bit Name
TXD
PCR22
Pin Function
Setting Value 0
0
P22 input pin
0
1
P22 output pin
1
X
TXD output pin
Legend X:Don't care.
Rev. 3.0, 03/01, page 121 of 382
P21/RXD pin
Register
SCR3
PCR2
Bit Name
RE
PCR21
Pin Function
Setting Value 0
0
P21 input pin
0
1
P21 output pin
1
X
RXD input pin
Legend X:Don't care.
P20/SCK3 pin
Register
SCR3
SMR
PCR2
Bit Name
CKE1
CKE0
COM
PCR20
Pin Function
Setting Value
0
0
0
0
P20 input pin
0
0
0
1
P20 output pin
0
0
1
X
SCK3 output pin
0
1
X
X
SCK3 output pin
1
X
X
X
SCK3 input pin
Legend X:Don't care.
9.3
Port 5
2
Port 5 is a general I/O port also functioning as an I C bus interface I/O pin, an A/D trigger input
pin, wakeup interrupt input pin. Each pin of the port 5 is shown in figure 9-3. The register setting
2
of the I C bus interface register has priority for functions of the pins P57/SCL and P56/SDA. The
H8/3664N does not have P57 and P56.
Rev. 3.0, 03/01, page 122 of 382
H8/3664
H8/3664N
P57/SCL
SCL
P56/SDA
SDA
P55/
Port 5
P55/
/
P54/
/
P54/
Port 5
P53/
P53/
P52/
P52/
P51/
P51/
P50/
P50/
Figure 9-3 Port 5 Pin Configuration
Port 5 has the following registers. For details on register addresses and register states during each
process, refer to appendix B, Internal I/O Register.
• Port mode register 5(PMR5)
• Port control register 5(PCR5)
• Port data register 5(PDR5)
• Port pull-up control register 5(PUCR5)
Rev. 3.0, 03/01, page 123 of 382
9.3.1
Port Mode Register 5(PMR5)
PMR5 switches the functions of pins in port 5.
Bit
Bit Name Initial Value R/W Description
7
−
0
−
Reserved
6
−
0
−
These bits are always read as 0 and cannot be modified.
5
WKP5
0
R/W P55/WKP5 Pin Function Switch
Selects whether pin P55/WKP5 is used as P55 or as
WKP5/ADTRG input.
0: P55 I/O port
1: WKP5/ADTRG input pin
4
WKP4
0
R/W P54/WKP4 Pin Function Switch
Selects whether pin P54/WKP4 is used as P54 or as WKP4.
0: P54 I/O port
1: WKP4 input pin
3
WKP3
0
R/W P53/WKP3 Pin Function Switch
Selects whether pin P53/WKP3 is used as P53 or as WKP3.
0: P53 I/O port
1: WKP3 input pin
2
WKP2
0
R/W P52/WKP2 Pin Function Switch
Selects whether pin P52/WKP2 is used as P52 or as WKP2.
0: P52 I/O port
1: WKP2 input pin
1
WKP1
0
R/W P51/WKP1 Pin Function Switch
Selects whether pin P51/WKP1 is used as P51 or as WKP1.
0: P51 I/O port
1: WKP1 input pin
0
WKP0
0
R/W P50/WKP0 Pin Function Switch
Selects whether pin P50/WKP0 is used as P50 or as WKP0.
0: P50 I/O port
1: WKP0 input pin
Rev. 3.0, 03/01, page 124 of 382
9.3.2
Port Control Register 5(PCR5)
PCR5 selects inputs/outputs in bit units for pins to be used as general I/O ports of port 5.
Bit
Bit Name
Initial Value R/W
Description
7
PCR57
0
W
6
PCR56
0
W
5
PCR55
0
W
When each of the port 5 pins P57 to P50 functions as an
general I/O port, setting a PCR5 bit to 1 makes the
corresponding pin an output port, while clearing the bit to 0
makes the pin an input port.
4
PCR54
0
W
Note: Do not set PCR57 and PCR56 to 1 for H8/3664N.
3
PCR53
0
W
2
PCR52
0
W
1
PCR51
0
W
0
PCR50
0
W
9.3.3
Port Data Register 5(PDR5)
PDR5 is a general I/O port data register of port 5.
Bit
Bit Name
Initial Value R/W
Description
7
P57
0
R/W
Stores output data for port 5 pins.
6
P56
0
R/W
5
P55
0
R/W
4
P54
0
R/W
If PDR5 is read while PCR5 bits are set to 1, the value
stored in PDR5 are read. If PDR5 is read while PCR5 bits
are cleared to 0, the pin states are read regardless of the
value stored in PDR5.
3
P53
0
R/W
Note: Do not set P57 and P56 to 1 for H8/3664N.
2
P52
0
R/W
1
P51
0
R/W
0
P50
0
R/W
Rev. 3.0, 03/01, page 125 of 382
9.3.4
Port Pull-up Control Register 5(PUCR5)
PUCR5 controls the pull-up MOS in bit units of the pins set as the input ports.
Bit Bit Name
Initial Value
R/W
Description
7
−
0
−
Reserved
6
−
0
−
These bits are always read as 0 and cannot be modified.
5
P55
0
R/W
4
P54
0
R/W
3
P53
0
R/W
Only bits for which PCR5 is cleared are valid. The pull-up
MOS of the corresponding pins enter the on-state when
these bits are set to 1, while they enter the off-state when
these bits are cleared to 0.
2
P52
0
R/W
1
P51
0
R/W
0
P50
0
R/W
9.3.5
Pin Functions
The correspondence between the register specification and the port functions is shown below.
P57/SCL pin
Register
ICCR
PCR5
Bit Name
ICE
PCR57
Pin Function
Setting Value 0
0
P57 input pin
0
1
P57 output pin
1
X
SCL I/O pin
Legend X: Don't care.
SCL performs the NMOS open-drain outputs, that enables a direct bus drive.
P56/SDA pin
Register
ICCR
PCR5
Bit Name
ICE
PCR56
Pin Function
Setting Value 0
0
P56 input pin
0
1
P56 output pin
1
X
SDA I/O pin
Legend X: Don't care.
SDA performs the NMOS open-drain outputs, that enables a direct bus drive.
Rev. 3.0, 03/01, page 126 of 382
P55/WKP5/ADTRG pin
Register
PMR5
PCR5
Bit Name
WKP5
PCR55
Pin Function
Setting Value 0
0
P55 input pin
0
1
P55 output pin
1
X
WKP5/ADTRG input pin
Legend X: Don't care.
P54/WKP4 pin
Register
PMR5
PCR5
Bit Name
WKP4
PCR54
Pin Function
Setting Value 0
0
P54 input pin
0
1
P54 output pin
1
X
WKP4 input pin
Legend X: Don't care.
P53/WKP3 pin
Register
PMR5
PCR5
Bit Name
WKP3
PCR53
Pin Function
Setting Value 0
0
P53 input pin
0
1
P53 output pin
1
X
WKP3 input pin
Legend X: Don't care.
P52/WKP2 pin
Register
PMR5
PCR5
Bit Name
WKP2
PCR52
Pin Function
Setting Value 0
0
P52 input pin
0
1
P52 output pin
1
X
WKP2 input pin
Legend X: Don't care.
Rev. 3.0, 03/01, page 127 of 382
P51/WKP1 pin
Register
PMR5
PCR5
Bit Name
WKP1
PCR51
Pin Function
0
P51 input pin
Setting Value 0
0
1
P51 output pin
1
X
WKP1 input pin
Legend X: Don't care.
P50/WKP0 pin
Register
PMR5
PCR5
Bit Name
WKP0
PCR50
Pin Function
Setting Value 0
0
P50 input pin
0
1
P50 output pin
1
X
WKP0 input pin
Legend X: Don't care.
9.4
Port 7
Port 7 is a general I/O port also functioning as a Timer V I/O pin. Each pin of the port 7 is shown
in figure 9-4. The register setting of TCSRV in timer V has priority for functions of pin
P76/TMOV. The pins, P75/TMCIV and P74/TMRIV, are also functioning as timer V input ports
that are connected to the timer V regardless of the register setting of port 7.
P76/TMOV
Port 7
P75/TMCIV
P74/TMRIV
Figure 9-4 Port 7 Pin Configuration
Port 7 has the following registers. For details on register addresses and register states during each
process, refer to appendix B, Internal I/O Registers.
• Port control register 7(PCR7)
• Port data register 7(PDR7)
Rev. 3.0, 03/01, page 128 of 382
9.4.1
Port Control Register 7(PCR7)
PCR7 selects inputs/outputs in bit units for pins to be used as general I/O ports of port 7.
Bit
Bit Name
Initial Value R/W
Description
7
−
−
−
Reserved
6
PCR76
0
W
5
PCR75
0
W
4
PCR74
0
W
Setting a PCR7 bit to 1 makes the corresponding pin an
output port, while clearing the bit to 0 makes the pin an
input port. Note that the TCSRV setting of the timer V has
priority for deciding input/output direction of the P76/TMOV
pin.
3
−
−
−
2
−
−
−
1
−
−
−
0
−
−
−
9.4.2
Reserved
Port Data Register 7(PDR7)
PDR7 is a general I/O port data register of port 7.
Bit
Bit Name
Initial Value R/W
7
−
1
−
Description
Reserved
This bit is always read as 1 and cannot be modified.
6
P76
0
R/W
PDR7 stores output data for port 7 pins.
5
P75
0
R/W
4
P74
0
R/W
PDR7 is read while PCR7 bits are set to 1, the value stored
in PDR7 is read. If PDR7 is read while PCR7 bits are
cleared to 0, the pin states are read regardless of the value
stored in PDR7.
3
−
1
−
Reserved
2
−
1
−
These bits are always read as 1 and cannot be modified.
1
−
1
−
0
−
1
−
Rev. 3.0, 03/01, page 129 of 382
9.4.3
Pin Functions
The correspondence between the register specification and the port functions is shown below.
P76/TMOV pin
Register
TCSRV
Bit Name
OS3 to OS0 PCR76
Setting Value 0000
Other than
the above
values
PCR7
Pin Function
0
P76 input pin
1
P76 output pin
X
TMOV output pin
Legend X:Don't care.
P75/TMCIV pin
Register
PCR7
Bit Name
PCR75
Setting Value 0
1
Pin Function
P75 input/TMCIV input pin
P75 output/TMCIV input pin
P74/TMRIV pin
Register
PCR7
Bit Name
PCR74
Setting Value 0
1
Pin Function
P74 input/TMRIV input pin
P74 output/TMRIV input pin
Rev. 3.0, 03/01, page 130 of 382
9.5
Port 8
Port 8 is a general I/O port also functioning as a Timer W I/O pin. Each pin of the port 8 is shown
in figure 9-5. The register setting of the timer W has priority for functions of the pins P84/FTIOD,
P83/FTIOC, P82/FTIOB, and P81/FTIOA. P80/FTCI also functions as a timer W input port that is
connected to the timer W regardless of the register setting of port 8.
P87
P86
P85
Port 8
P84/FTIOD
P83/FTIOC
P82/FTIOB
P81/FTIOA
P80/FTCI
Figure 9-5 Port 8 Pin Configuration
Port 8 has the following registers. For details on register addresses and register states during each
process, refer to appendix B, Internal I/O Registers.
• Port control register 8(PCR8)
• Port data register 8(PDR8)
9.5.1
Port Control Register 8(PCR8)
PCR8 selects inputs/outputs in bit units for pins to be used as general I/O ports of port 8.
Bit
Bit Name
Initial Value R/W
Description
7
PCR87
0
W
6
PCR86
0
W
5
PCR85
0
W
When each of the port 8 pins P87 to P80 functions as an
general I/O port, setting a PCR8 bit to 1 makes the
corresponding pin an output port, while clearing the bit to 0
makes the pin an input port.
4
PCR84
0
W
3
PCR83
0
W
2
PCR82
0
W
1
PCR81
0
W
0
PCR80
0
W
Rev. 3.0, 03/01, page 131 of 382
9.5.2
Port Data Register 8(PDR8)
PDR8 is a general I/O port data register of port 8.
Bit
Bit Name
Initial Value R/W
Description
7
P87
0
R/W
PDR8 stores output data for port 8 pins.
6
P86
0
R/W
5
P85
0
R/W
4
P84
0
R/W
PDR8 is read while PCR8 bits are set to 1, the value stored
in PDR8 is read. If PDR8 is read while PCR8 bits are
cleared to 0, the pin states are read regardless of the value
stored in PDR8.
3
P83
0
R/W
2
P82
0
R/W
1
P81
0
R/W
0
P80
0
R/W
9.5.3
Pin Functions
The correspondence between the register specification and the port functions is shown below.
P87 pin
Register
PCR8
Bit Name
PCR87
Setting Value 0
1
Pin Function
P87 input pin
P87 output pin
P86 pin
Register
PCR8
Bit Name
PCR86
Setting Value 0
1
Pin Function
P86 input pin
P86 output pin
P85 pin
Register
PCR8
Bit Name
PCR85
Setting Value 0
1
Pin Function
P85 input pin
P85 output pin
Rev. 3.0, 03/01, page 132 of 382
P84/FTIOD pin
Register
TIOR1
Bit Name
IOD2
PCR8
IOD1
IOD0
PCR84
Pin Function
Setting Value 0
0
0
0
P84 input/FTIOD input pin
0
0
0
1
P84 output/FTIOD input pin
0
0
1
X
FTIOD output pin
0
1
X
X
FTIOD output pin
1
X
X
0
P84 input/FTIOD input pin
1
X
X
1
P84 output/FTIOD input pin
Legend X: Don't care.
P83/FTIOC pin
Register
TIOR1
Bit Name
IOC2
PCR8
IOC1
IOC0
PCR83
Pin Function
Setting Value 0
0
0
0
P83 input/FTIOC input pin
0
0
0
1
P83 output/FTIOC input pin
0
0
1
X
FTIOC output pin
0
1
X
X
FTIOC output pin
1
X
X
0
P83 input/FTIOC input pin
1
X
X
1
P83 output/FTIOC input pin
Legend X: Don't care.
P82/FTIOB pin
Register
TIOR0
Bit Name
IOB2
PCR8
IOB1
IOB0
PCR82
Pin Function
Setting Value 0
0
0
0
P82 input/FTIOB input pin
0
0
0
1
P82 output/FTIOB input pin
0
0
1
X
FTIOB output pin
0
1
X
X
FTIOB output pin
1
X
X
0
P82 input/FTIOB input pin
1
X
X
1
P82 output/FTIOB input pin
Legend X: Don't care.
Rev. 3.0, 03/01, page 133 of 382
P81/FTIOA pin
Register
TIOR0
Bit Name
IOA2
PCR8
IOA1
IOA0
PCR81
Pin Function
Setting Value 0
0
0
0
P81 input/FTIOA input pin
0
0
0
1
P81 output/FTIOA input pin
0
0
1
X
FTIOA output pin
0
1
X
X
FTIOA output pin
1
X
X
0
P81 input/FTIOA input pin
1
X
X
1
P81 output/FTIOA input pin
Legend X: Don't care.
P80/FTCI pin
Register
PCR8
Bit Name
PCR80
Setting Value 0
1
9.6
Pin Function
P80 input/FTCI input pin
P80 output/FTCI input pin
Port B
Port B is an input port also functioning as an A/D converter analog input pin. Each pin of the port
B is shown in figure 9-6.
PB7/AN7
PB6/AN6
PB5/AN5
Port B
PB4/AN4
PB3/AN3
PB2/AN2
PB1/AN1
PB0/AN0
Figure 9-6 Port B Pin Configuration
Port B has the following registers. For details on register addresses and register states during each
process, refer to appendix B, Internal I/O Registers.
• Port data register B(PDRB)
Rev. 3.0, 03/01, page 134 of 382
9.6.1
Port Data Register B(PDRB)
PDRB is a general input-only port data register of port B.
Bit
Bit Name
Initial Value R/W
Description
7
PB7
−
R
The input value of each pin is read by reading this register.
6
PB6
−
R
5
PB5
−
R
However, if a port B pin is designated as an analog input
channel by ADCSR in A/D converter, 0 is read.
4
PB4
−
R
3
PB3
−
R
2
PB2
−
R
1
PB1
−
R
0
PB0
−
R
Rev. 3.0, 03/01, page 135 of 382
Rev. 3.0, 03/01, page 136 of 382
Section 10 Timer A
Timer A is an 8-bit timer with interval timing and real-time clock time-base functions. The clock
time-base function is available when a 32.768kHz crystal oscillator is connected. Figure 10-1
shows a block diagram of timer A.
10.1
Features
• Timer A can be used as an interval timer or a clock time base.
• An interrupt is requested when the counter overflows.
• Any of eight clock signals can be output from pin TMOW: 32.768 kHz divided by 32, 16, 8, or
4 (1 kHz, 2 kHz, 4 kHz, 8 kHz), or the system clock divided by 32, 16, 8, or 4.
Interval Timer
• Choice of eight internal clock sources (φ/8192, φ/4096, φ/2048, φ/512, φ/256, φ/128, φ/32, φ8)
Clock Time Base
• Choice of four overflow periods (1 s, 0.5 s, 0.25 s, 31.25 ms) when timer A is used as a clock
time base (using a 32.768 kHz crystal oscillator).
Rev. 3.0, 03/01, page 137 of 382
PSW
øW/4
øW/32
øW/16
øW/8
øW/4
TMA
øW/128
ø
÷256*
÷64*
ø/8192, ø/4096,
ø/2048, ø/512,
ø/256, ø/128,
ø/32, ø/8
÷8*
øW/32
øW/16
øW/8
øW/4
÷128*
TCA
TMOW
Legend
TMA:
TCA:
IRRTA:
PSW:
PSS:
Internal data bus
1/4
øW
PSS
IRRTA
Timer mode register A
Timer counter A
Timer A overflow interrupt request flag
Prescaler W
Prescaler S
Note: * Can be selected only when the prescaler W output (øW/128) is used as the TCA input clock.
Figure 10-1 Block Diagram of Timer A
10.2
Input/Output Pins
Table 10-1 shows the timer A input/output pin.
Table 10-1 Pin Configuration
Name
Abbrev.
I/O
Function
Clock output
TMOW
Output
Output of waveform generated by timer A output
circuit
10.3
Register Descriptions
Timer A has the following registers. For details on register addresses and register states during
each process, refer to appendix B, Internal I/O Registers.
• Timer mode register A(TMA)
• Timer counter A(TCA)
Rev. 3.0, 03/01, page 138 of 382
10.3.1
Timer Mode Register A(TMA)
Bit Bit Name
Initial Value R/W
Description
7
TMA7
0
R/W
Clock Output Select 7 to 5
6
TMA6
0
R/W
These bits select the clock output at the TMOW pin.
5
TMA5
0
R/W
000: φ/32
001: φ/16
010: φ/8
011: φ/4
100: φw/32
101: φw/16
110: φw/8
111: φw/4
For details on clock outputs, see 10.4.3, Clock Output.
4
−
1
−
Reserved
This bit is always read as 1 and cannot be modified.
3
TMA3
0
R/W
Internal Clock Select 3
0: Functions as an interval timer to count the outputs of
prescaler S.
1: Functions as a clock-time base to count the outputs of
prescaler W.
2
TMA2
0
R/W
Internal Clock Select 2 to 0
1
TMA1
0
R/W
These bits select the clock input to TCA when TMA3=0.
0
TMA0
0
R/W
000: φ/8192
001: φ/4096
010: φ/2048
011: φ/512
100: φ/256
101: φ/128
110: φ/32
111: φ/8
These bits select the overflow period when TMA3 = 1
(when a 32.768 kHz crystal oscillator with is used as φW).
000: 1s
001: 0.5s
010: 0.25s
011: 0.03125s
1XX: Both PSW and TCA are reset
Legend X: Don't care.
Rev. 3.0, 03/01, page 139 of 382
10.3.2
Timer Counter A (TCA)
TCA is an 8-bit readable up-counter, which is incremented by internal clock input. The clock
source for input to this counter is selected by bits TMA3 to TMA0 in TMA. TCA values can be
read by the CPU in active mode, but cannot be read in subactive mode. When TCA overflows, the
IRRTA bit in interrupt request register 1 (IRR1) is set to 1. TCA is cleared by setting bits TMA3
and TMA2 of TMA to 11. TCA is initialized to H'00.
10.4
10.4.1
Operation
Interval Timer Operation
When bit TMA3 in TMA is cleared to 0, timer A functions as an 8-bit interval timer.
Upon reset, TCA is cleared to H'00 and bit TMA3 is cleared to 0, so up-counting of timer A
resume immediately as an interval timer. The clock input to timer A is selected by bits TMA2 to
TMA0 in TMA; any of eight internal clock signals output by prescaler S can be selected.
After the count value in TCA reaches H'FF, the next clock signal input causes timer A to
overflow, setting bit IRRTA to 1 in interrupt Flag Register 1 (IRR1). If IENTA = 1 in interrupt
enable register 1 (IENR1), a CPU interrupt is requested. At overflow, TCA returns to H'00 and
starts counting up again. In this mode timer A functions as an interval timer that generates an
overflow output at intervals of 256 input clock pulses.
10.4.2
Clock Time Base Operation
When bit TMA3 in TMA is set to 1, timer A functions as a clock-timer base by counting clock
signals output by prescaler W. When a clock signal is input after the TCA counter value has
become H'FF, timer A overflows and IRRTA in IRR1 is set to 1. At that time, an interrupt request
is generated to the CPU if IENTA in the interrupt enable register 1 (IENR1) is 1. The overflow
period of timer A is set by bits TMA1 and TMA0 in TMA. A choice of four periods are available.
In clock time base operation (TMA3 = 1), setting bit TMA2 to 1 clears both TCA and prescaler W
to H'00.
10.4.3
Clock Output
Setting bit TMOW in port mode register 1 (PMR1) to 1 causes a clock signal to be output at pin
TMOW. Eight different clock output signals can be selected by means of bits TMA7 to TMA5 in
TMA. The system clock divided by 32, 16, 8, or 4 can be output in active mode and sleep mode. A
32.768 kHz signal divided by 32, 16, 8, or 4 can be output in active mode, sleep mode, and
subactive mode.
Rev. 3.0, 03/01, page 140 of 382
10.5
Usage Note
When the clock time base function is selected as the internal clock of TCA in active mode or sleep
mode, the internal clock is not synchronous with the system clock, so it is synchronized by a
synchronizing circuit. This may result in a maximum error of 1/ø (s) in the count cycle.
Rev. 3.0, 03/01, page 141 of 382
Rev. 3.0, 03/01, page 142 of 382
Section 11 Timer V
Timer V is an 8-bit timer based on an 8-bit counter. Timer V counts external events. Comparematch signals with two registers can also be used to reset the counter, request an interrupt, or
output a pulse signal with an arbitrary duty cycle. Counting can be initiated by a trigger input at
the TRGV pin, enabling pulse output control to be synchronized to the trigger, with an arbitrary
delay from the trigger input. Figure 11-1 shows a block diagram of timer V.
11.1
Features
• Choice of seven clock signals are available.
• Choice of six internal clock sources (ø/128, ø/64, ø/32, ø/16, ø/8, ø/4) or an external clock (can
be used as an external event counter).
• Counter can be cleared by compare match A or B, or by an external reset signal. If the count
stop function is selected, the counter can be halted when cleared.
• Timer output is controlled by two independent compare match signals, enabling pulse output
with an arbitrary duty cycle, PWM output, and other applications.
• Three interrupt sources: compare match A, compare match B, timer overflow
• Counting can be initiated by trigger input at the TRGV pin. The rising edge, falling edge, or
both edges of the TRGV input can be selected.
Rev. 3.0, 03/01, page 143 of 382
TCRV1
TCORB
Trigger
control
TRGV
Comparator
Clock select
TCNTV
Internal data bus
TMCIV
Comparator
PSS
ø
TCORA
Clear
control
TMRIV
TCRV0
Interrupt
request
control
Output
control
TMOV
Legend:
TCORA:
TCORB:
TCNTV:
TCSRV:
TCRV0:
TCRV1:
PSS:
CMIA:
CMIB:
OVI:
TCSRV
CMIA
CMIB
OVI
Time constant register A
Time constant register B
Timer counter V
Timer control/status register V
Timer control register V0
Timer control register V1
Prescaler S
Compare-match interrupt A
Compare-match interrupt B
Overflow interupt
Figure 11-1 Block Diagram of Timer V
11.2
Input/Output Pins
Table 11-1 shows the timer V pin configuration.
Table 11-1 Pin Configuration
Name
Abbrev.
I/O
Function
Timer V output
TMOV
Output
Timer V waveform output
Timer V clock input
TMCIV
Input
Clock input to TCNTV
Timer V reset input
TMRIV
Input
External input to reset TCNTV
Trigger input
TRGV
Input
Trigger input to initiate counting
Rev. 3.0, 03/01, page 144 of 382
11.3
Register Descriptions
Time V has the following registers. For details on register addresses and register states during
each process, refer to appendix B, Internal I/O Registers.
• Timer counter V(TCNTV)
• Timer constant register A(TCORA)
• Timer constant register B(TCORB)
• Timer control register V0(TCRV0)
• Timer control/status register V(TCSRV)
• Timer control register V1(TCRV1)
11.3.1
Timer Counter V (TCNTV)
TCNTV is an 8-bit up-counter. The clock source is selected by bits CKS2 to CKS0 in Timer
Control Register V0(TCRV0). The TCNTV value can be read and written by the CPU at any time.
TCNTV can be cleared by an external reset input signal, or by compare match A or B. The
clearing signal is selected by bits CCLR1 and CCLR0 in TCRV0.
When TCNTV overflows, OVF is set to 1 in Timer Control/Status Register V(TCSRV).
TCNTV is initialized to H'00.
11.3.2
Time Constant Registers A and B (TCORA, TCORB)
TCORA and TCORB have the same function.
TCORA and TCORB are 8-bit read/write registers.
TCORA and TCNTV are compared at all times. When the TCORA and TCNTV contents match,
CMFA is set to 1 in TCSRV. If CMIEA is also set to 1 in TCRV0, a CPU interrupt is requested.
Note that they must not be compared during the T3 state of a TCORA write cycle.
Timer output from the TMOV pin can be controlled by the identifying signal (compare match A)
and the settings of bits OS3 to OS0 in TCSRV.
TCORA is initialized to H'FF.
Rev. 3.0, 03/01, page 145 of 382
11.3.3
Timer Control Register V0(TCRV0)
TCRV0 selects the input clock signals of TCNTV, specifies the clearing conditions of TCNTV,
and controls each interrupt request.
Bit
Bit Name Initial Value R/W
Description
7
CMIEB
Compare Match Interrupt Enable B
0
R/W
When this bit is set to 1, interrupt request from the CMFB
bit in TCSRV is enabled.
6
CMIEA
0
R/W
Compare Match Interrupt Enable A
When this bit is set to 1, interrupt request from the CMFA
bit in TCSRV is enabled.
5
OVIE
0
R/W
Timer Overflow Interrupt Enable
When this bit is set to 1, interrupt request from the OVF bit
in TCSRV is enabled.
4
CCLR1
0
R/W
Counter Clear 1 and 0
3
CCLR0
0
R/W
These bits specify the clearing conditions of TCNTV.
00: Clearing is disabled
01: Cleared by compare match A
10: Cleared by compare match B
11: Cleared on the rising edge of the TMRIV pin. The
operation of TCNTV after clearing depends on TRGE in
TCRV1.
2
CKS2
0
R/W
Clock Select 2 to 0
1
CKS1
0
R/W
0
CKS0
0
R/W
These bits select clock signals to input to TCNTV and the
counting condition in combination with ICKS0 in TCRV1.
Refer to table 11-2.
Rev. 3.0, 03/01, page 146 of 382
Table 11-2 Clock signals to input to TCNTV and the counting conditions
TCRV0
TCRV1
Bit 2
Bit 1
Bit 0
Bit 0
CKS2
CKS1
CKS0
ICKS0
Description
0
0
0
−
Clock input disabled
1
0
Internal clock: counts on φ/4, falling edge
1
Internal clock: counts on φ/8, falling edge
0
Internal clock: counts on φ/16, falling edge
1
Internal clock: counts on φ/32, falling edge
1
0
0
Internal clock: counts on φ/64, falling edge
1
Internal clock: counts on φ/128, falling edge
0
−
Clock input disabled
1
−
External clock: counts on rising edge
0
−
External clock: counts on falling edge
1
−
External clock: counts on rising and falling edge
1
1
0
1
Rev. 3.0, 03/01, page 147 of 382
11.3.4
Timer Control/Status Register V(TCSRV)
TCSRV indicates the status flag and controls outputs by using a compare match.
Bit
Bit Name
Initial Value R/W
Description
7
CMFB
0
Compare Match Flag B
R/W
Setting condition:
When the TCNTV value matches the TCORB value
Clearing condition:
After reading CMFB=1, cleared by writing 0 to CMFB
6
CMFA
0
R/W
Compare Match Flag A
Setting condition:
When the TCNTV value matches the TCORA value
Clearing condition:
After reading CMFA=1, cleared by writing 0 to CMFA
5
OVF
0
R/W
Timer Overflow Flag
Setting condition:
When TCNTV overflows from H'FF to H'00
Clearing condition:
After reading OVF=1, cleared by writing 0 to OVF
4
−
1
−
Reserved
This bit is always read as 1 and cannot be modified.
3
OS3
0
R/W
Output Select 3 and 2
2
OS2
0
R/W
These bits select an output method for the TOMV pin by
the compare match of TCORB and TCNTV.
00: No change
01: 0 output
10: 1 output
11: Output toggles
1
OS1
0
R/W
Output Select 1 and 0
0
OS0
0
R/W
These bits select an output method for the TOMV pin by
the compare match of TCORA and TCNTV.
00: No change
01: 0 output
10: 1 output
11: Output toggles
Rev. 3.0, 03/01, page 148 of 382
OS3 and OS2 select the output level for compare match B. OS1 and OS0 select the output level
for compare match A. The two output levels can be controlled independently. After a reset, the
timer output is 0 until the first compare match.
11.3.5
Timer Control Register V1(TCRV1)
TCRV1 is an 8-bit read/write register that selects the edge at the TRGV pin, enables TRGV input,
and selects the clock input to TCNTV.
Bit
Bit Name
Initial Value R/W
Description
7
−
1
−
Reserved
6
−
1
−
These bits are always read as 1 and cannot be modified.
5
−
1
−
4
TVEG1
0
R/W
TRGV Input Edge Select
3
TVEG0
0
R/W
These bits select the TRGV input edge.
00: TRGV trigger input is disabled
01: Rising edge is selected
10: Falling edge is selected
11: Rising and falling edges are both selected
2
TRGE
0
R/W
TRGV Input Enable
This bit enables starting counting-up TCNTV by the input of
edges selected by TVEG1 and TVEG0.
0: This bit disables starting counting-up TCNTV by the
input of the TRGV pin and halting counting-up TCNTV
when TCNTV is cleared by a compare match.
1: This bit enables starting counting-up TCNTV by the input
of the TRGV pin and halting counting-up TCNTV when
TCNTV is cleared by a compare match.
1
−
1
−
0
ICKS0
0
R/W
Reserved
This bit is always read as 1 and cannot be modified.
Internal Clock Select 0
This bit selects clock signals to input to TCNTV in
combination with CKS2 to CKS0 in TCRV0.
Refer to table 11-2.
Rev. 3.0, 03/01, page 149 of 382
11.4
Operation
11.4.1
Timer V operation
1. According to table 11-2, six internal/external clock signals output by prescaler S can be
selected as the timer V operating clock signals. When the operating clock signal is selected,
TCNTV starts counting-up. Figure 11-2 shows the count timing with an internal clock signal
selected, and figure 11-3 shows the count timing with both edges of an external clock signal
selected.
2. When TCNTV overflows (changes from H'FF to H'00), the overflow flag (OVF) in TCRV0
will be set. The timing at this time is shown in figure 11-4. An interrupt request is sent to the
CPU when OVIE in TCRV0 is 1.
3. TCNTV is constantly compared with TCORA and TCORB. Compare match flag A or B
(CMFA or CMFB) is set to 1 when TCNTV matches TCORA or TCORB, respectively. The
compare-match signal is generated in the last state in which the values match. Figure 11-5
shows the timing. An interrupt request is generated for the CPU when CMIEA or CMIEB in
TCRV0 is 1.
4. When a compare match A or B is generated, the TMOV responds with the output value
selected by bits OS3 to OS0 in TCSRV. Figure 11-6 shows the timing when the output is
toggled by compare match A.
5. When CCLR1 or CCLR0 in TCRV0 is 01 or 10, TCNTV can be cleared by the corresponding
compare match. Figure 11-7 shows the timing.
6. When CCLR1 or CCLR0 in TCRV0 is 11, TCNTV can be cleared by the rising edge of the
input of TMRIV pin. A TMRIV input pulse-width of at least 1.5 system clocks is necessary.
Figure 11-8 shows the timing.
7. When a counter-clearing source is generated with TRGE in TCRV1 set to 1, the counting-up is
halted as soon as TCNTV is cleared. TCNTV resumes counting-up when the edge selected by
TVEG1 or TVEG0 in TCRV1 is input from the TGRV pin.
ø
Internal clock
TCNTV input
clock
TCNTV
N–1
N
Figure 11-2 Increment Timing with Internal Clock
Rev. 3.0, 03/01, page 150 of 382
N+1
ø
TMCIV
(External clock
input pin)
TCNTV input
clock
TCNTV
N–1
N
N+1
Figure 11-3 Increment Timing with External Clock
ø
TCNTV
H'FF
H'00
Overflow signal
OVF
Figure 11-4 OVF Set Timing
ø
TCNTV
N
TCORA or
TCORB
N
N+1
Compare match
signal
CMFA or
CMFB
Figure 11-5 CMFA and CMFB Set Timing
Rev. 3.0, 03/01, page 151 of 382
ø
Compare match
A signal
Timer V output
pin
Figure 11-6 TMOV Output Timing
ø
Compare match
A signal
N
TCNTV
H'00
Figure 11-7 Clear Timing by Compare Match
ø
Compare match
A signal
Timer V output
pin
TCNTV
N–1
N
H'00
Figure 11-8 Clear Timing by TMRIV Input
11.5
Timer V application examples
11.5.1
Pulse Output with Arbitrary Duty Cycle
Figure 11-9 shows an example of output of pulses with an arbitrary duty cycle.
1. Set bits CCLR1 and CCLR0 in TCRV0 so that TCNTV will be cleared by compare match with
TCORA.
2. Set bits OS3 to OS0 in TCSRV so that the output will go to 1 at compare match with TCORA
and to 0 at compare match with TCORB.
3. Set bits CKS2 to CKS0 in TCRV0 and bit ICKS0 in TCRV1 to select the desired clock source.
Rev. 3.0, 03/01, page 152 of 382
4. With these settings, a waveform is output without further software intervention, with a period
determined by TCORA and a pulse width determined by TCORB.
H'FF
TCNTV
Counter cleared
TCORA
TCORB
H'00
TMOV
Figure 11-9 Pulse Output Example
11.5.2
Pulse Output with Arbitrary Pulse Width and Delay from TRGV Input
The trigger function can be used to output a pulse with an arbitrary pulse width at an arbitrary
delay from the TRGV input, as shown in figure 11-10. To set up this output:
1. Set bits CCLR1 and CCLR0 in TCRV0 so that TCNTV will be cleared by compare match with
TCORB.
2. Set bits OS3 to OS0 in TCSRV so that the output will go to 1 at compare match with TCORA
and to 0 at compare match with TCORB.
3. Set bits TVEG1 and TVEG0 in TCRV1 and set TRGE to select the falling edge of the TRGV
input.
4. Set bits CKS2 to CKS0 in TCRV0 and bit ICKS0 in TCRV1 to select the desired clock source.
5. After these settings, a pulse waveform will be output without further software intervention,
with a delay determined by TCORA from the TRGV input, and a pulse width determined by
(TCORB – TCORA).
Rev. 3.0, 03/01, page 153 of 382
TCNTV
H'FF
Counter cleared
TCORB
TCORA
H'00
TRGV
TMOV
Compare match A
Compare match B
clears TCNTV and
halts count-up
Compare match A
Compare match B
clears TCNTV and
halts count-up
Figure 11-10 Example of Pulse Output Synchronized to TRGV Input
11.6
Usage Notes
The following types of contention or operation can occur in timer V operation.
1.
Writing to registers is performed in the T3 state of a TCNTV write cycle. If a TCNTV clear
signal is generated in the T3 state of a TCNTV write cycle, as shown in figure 11-11, clearing
takes precedence and the write to the counter is not carried out. If counting-up is generated in
the T3 state of a TCNTV write cycle, writing takes precedence.
2.
If a compare match is generated in the T3 state of a TCORA or TCORB write cycle, the write
to TCORA or TCORB takes precedence and the compare match signal is inhibited. Figure 1112 shows the timing.
3.
If compare matches A and B occur simultaneously, any conflict between the output selections
for compare match A and compare match B is resolved by the following priority: toggle
output > output 1 > output 0.
4.
Depending on the timing, TCNTV may be incremented by a switch between different internal
clock sources. When TCNTV is internally clocked, an increment pulse is generated from the
falling edge of an internal clock signal, that is divided system clock (φ). Therefore, as shown
in figure 11-3 the switch is from a high clock signal to a low clock signal, the switchover is
seen as a falling edge, causing TCNTV to increment. TCNTV can also be incremented by a
switch between internal and external clocks.
Rev. 3.0, 03/01, page 154 of 382
TCNTV write cycle by CPU
T2
T1
T3
ø
Address
TCNTV address
Internal write signal
Counter clear signal
TCNTV
N
H'00
Figure 11-11 Contention between TCNTV Write and Clear
TCORA write cycle by CPU
T1
T2
T3
ø
Address
TCORA address
Internal write signal
TCNTV
N
N+1
TCORA
N
M
TCORA write data
Compare match signal
Inhibited
Figure 11-12 Contention between TCORA Write and Compare Match
Rev. 3.0, 03/01, page 155 of 382
Clock before
switching
Clock after
switching
Count clock
TCNTV
N
N+1
N+2
Write to CKS1 and CKS0
Figure 11-13 Internal Clock Switching and TCNTV Operation
Rev. 3.0, 03/01, page 156 of 382
Section 12 Timer W
Timer W has a 16-bit timer having output compare and input capture functions. Timer W can
count external events and output pulses with an arbitrary duty cycle by compare match between
the timer counter and four general registers. Thus, it can be applied to various systems.
12.1
Features
• Selection of five counter clock sources: four internal clocks (φ, φ/2, φ/4, φ/8) and an external
clock (external events can be counted)
• Capability to process up to four pulse outputs or four pulse inputs
• Four general registers:
 Independently assignable output compare or input capture functions
 Usable as two pairs of registers; one register of each pair operates as a buffer for the output
compare or input capture register
• Four selectable operating modes :
 Waveform output by compare match
Selection of 0 output, 1 output, or toggle output
 Input capture function
Rising edge, falling edge, or both edges
 Counter clearing function
Counters can be cleared by compare match
 PWM mode
Up to three-phase PWM output can be provided with desired duty ratio.
• Any initial timer output value can be set
• Five interrupt sources
Four compare match/input capture interrupts and an overflow interrupt.
Table 12-1 summarizes the timer W functions, and figure 12-1 shows a block diagram of timer W.
Rev. 3.0, 03/01, page 157 of 382
Table 12-1 Timer W Functions
Input/Output Pins
Item
Counter
FTIOC
FTIOD
Count clock
Internal clocks: φ, φ/2, φ/4, φ/8
External clock: FTCI
General registers
(output compare/input
capture registers)
Period
GRA
specified in
GRA
GRB
GRC (buffer
register for
GRA in buffer
mode)
GRD (buffer
register for
GRB in buffer
mode)
Counter clearing function
GRA
compare
match
GRA
compare
match
—
—
—
Initial output value
setting function
—
Yes
Yes
Yes
Yes
Buffer function
—
Yes
Yes
—
—
0
—
Yes
Yes
Yes
Yes
1
—
Yes
Yes
Yes
Yes
Toggle
—
Yes
Yes
Yes
Yes
Input capture function
—
Yes
Yes
Yes
Yes
PWM mode
—
—
Yes
Yes
Yes
Interrupt sources
Overflow
Compare
match/input
capture
Compare
match/input
capture
Compare
match/input
capture
Compare
match/input
capture
Compare
match output
Rev. 3.0, 03/01, page 158 of 382
FTIOA
FTIOB
Internal clock: ø
ø/2
ø/4
ø/8
External clock: FTCI
FTIOA
Clock
selector
FTIOB
FTIOC
Control logic
FTIOD
Comparator
TIOR
TSRW
TIERW
TCRW
TMRW
GRD
GRC
GRB
Bus interface
Legend:
TMRW:
TCRW:
TIERW:
TSRW:
TIOR:
TCNT:
GRA:
GRB:
GRC:
GRD:
GRA
TCNT
IRRTW
Internal
data bus
Timer mode register W (8 bits)
Timer control register W (8 bits)
Timer interrupt enable register W (8 bits)
Timer status register W (8 bits)
Timer I/O control register (8 bits)
Timer counter (16 bits)
General register A (input capture/output compare register: 16 bits)
General register B (input capture/output compare register: 16 bits)
General register C (input capture/output compare register: 16 bits)
General register D (input capture/output compare register: 16 bits)
Figure 12-1 Timer W Block Diagram
12.2
Input/Output Pins
Table 12-2 summarizes the timer W pins.
Table 12-2 Timer W Pins
Name
Abbreviation
Input/Output
Function
External clock input
FTCI
Input
External clock input pin
Input capture/output
compare A
FTIOA
Input/output
Output pin for GRA output compare or
input pin for GRA input capture
Input capture/output
compare B
FTIOB
Input/output
Output pin for GRB output compare,
input pin for GRB input capture, or
PWM output pin in PWM mode
Input capture/output
compare C
FTIOC
Input/output
Output pin for GRC output compare,
input pin for GRC input capture, or
PWM output pin in PWM mode
Input capture/output
compare D
FTIOD
Input/output
Output pin for GRD output compare,
input pin for GRD input capture, or
PWM output pin in PWM mode
Rev. 3.0, 03/01, page 159 of 382
12.3
Register Descriptions
Timer W has the following registers. For details on register addresses and register states during
each process, refer to appendix B, Internal I/O Registers.
• Timer mode register W(TMRW)
• Timer control register W(TCRW)
• Timer interrupt enable register W(TIERW)
• Timer status register W(TSRW)
• Timer I/O control register 0(TIOR0)
• Timer I/O control register 1(TIOR1)
• Timer counter(TCNT)
• General register A(GRA)
• General register B(GRB)
• General register C(GRC)
• General register D(GRD)
12.3.1
Timer Mode Register W(TMRW)
The timer mode register W (TMRW) selects the general register functions and the timer output
mode.
Rev. 3.0, 03/01, page 160 of 382
Bit
Bit Name
Initial Value R/W
Description
7
CTS
0
Counter Start
R/W
The counter operation is halted when this bit is 0; while it
can be performed when this bit is 1.
6
−
1
−
Reserved
This bit is always read as 1 and cannot be modified.
5
BUFEB
0
R/W
Buffer Operation B
Selects the GRD function.
0: GRD operates as an input capture/output compare
register
1: GRD operates as the buffer register for GRB
4
BUFEA
0
R/W
Buffer Operation A
Selects the GRC function.
0: GRC operates as an input capture/output compare
register
1: GRC operates as the buffer register for GRA
3
−
1
−
Reserved
This bit is always read as 1 and cannot be modified.
2
PWMD
0
R/W
PWM Mode D
Selects the output mode of the FTIOD pin.
0: FTIOD operates normally (output compare output)
1: PWM output
1
PWMC
0
R/W
PWM Mode C
Selects the output mode of the FTIOC pin.
0: FTIOC operates normally(output compare output)
1: PWM output
0
PWMB
0
R/W
PWM Mode B
Selects the output mode of the FTIOB pin.
0: FTIOB operates normally(output compare output)
1: PWM output
Rev. 3.0, 03/01, page 161 of 382
12.3.2
Timer Control Register W(TCRW)
TCRW selects the timer counter clock source, selects a clearing condition, and specifies the timer
initial output levels.
Bit
Bit Name Initial Value
R/W
Description
7
CCLR
R/W
Counter Clear
0
The TCNT value is cleared by compare match A when this
bit is 1. When it is 0, TCNT operates as a free-running
counter.
6
CKS2
0
R/W
Clock Select 2 to 0
5
CKS1
0
R/W
Select the TCNT clock source.
4
CKS0
0
R/W
000: Internal clock: counts on φ
001: Internal clock: counts on φ/2
010: Internal clock: counts on φ/4
011: Internal clock: counts on φ/8
1XX: Counts on rising edges of the external event (FTCI)
When the internal clock source (φ) is selected, subclock
sources are counted in subactive and subsleep modes.
3
TOD
0
R/W
Timer Output Level Setting D
Sets the output value of the FTIOD pin until the first
compare match D is generated.
0: Initial output value is 0
1: Initial output value is 1
2
TOC
0
R/W
Timer Output Level Setting C
Sets the output value of the FTIOC pin until the first
compare match C is generated.
0: Initial output value is 0
1: Initial output value is 1
1
TOB
0
R/W
Timer Output Level Setting B
Sets the output value of the FTIOB pin until the first
compare match B is generated.
0: Initial output value is 0
1: Initial output value is 1
0
TOA
0
R/W
Timer Output Level Setting A
Sets the output value of the FTIOA pin until the first
compare match A is generated.
0: Initial output value is 0
1: Initial output value is 1
Legend X: Don't care.
Rev. 3.0, 03/01, page 162 of 382
12.3.3
Timer Interrupt Enable Register W(TIERW)
TIERW controls the timer W interrupt request.
Bit
Bit Name
Initial Value R/W
Description
7
OVIE
0
Timer Overflow Interrupt Enable
R/W
When this bit is set to 1, FOVI interrupt requested by OVF
flag in TSRW is enabled.
6
−
1
−
Reserved
5
−
1
−
These bits are always read as 1 and cannot be modified.
4
−
1
−
3
IMIED
0
R/W
Input Capture/Compare Match Interrupt Enable D
When this bit is set to 1, IMID interrupt requested by IMFD
flag in TSRW is enabled.
2
IMIEC
0
R/W
Input Capture/Compare Match Interrupt Enable C
When this bit is set to 1, IMIC interrupt requested by IMFC
flag in TSRW is enabled.
1
IMIEB
0
R/W
Input Capture/Compare Match Interrupt Enable B
When this bit is set to 1, IMIB interrupt requested by IMFB
flag in TSRW is enabled.
0
IMIEA
0
R/W
Input Capture/Compare Match Interrupt Enable A
When this bit is set to 1, IMIA interrupt requested by IMFA
flag in TSRW is enabled.
12.3.4
Timer Status Register W(TSRW)
The timer status register W (TSRW) shows the status of interrupt requests.
Bit
Bit Name Initial Value
R/W
7
OVF
R
0
Description
Timer Overflow Flag
[Setting condition]
When TCNT overflows from H'FFFF to H'0000
[Clearing condition]
Read OVF when OVF=1, then write 0 in OVF
6
−
1
−
Reserved
5
−
1
−
These bits are always read as 1 and cannot be modified.
4
−
1
−
Rev. 3.0, 03/01, page 163 of 382
Bit
Bit Name Initial Value
R/W
Description
3
IMFD
R/W
Input Capture/Compare Match Flag D
0
[Setting conditions]
•
TCNT=GRD when GRD functions as an output
compare register
•
The TCNT value is transferred to GRD by an input
capture signal when GRD functions as an input capture
register
[Clearing condition]
Read IMFD when IMFD=1, then write 0 in IMFD
2
IMFC
0
R/W
Input Capture/Compare Match Flag C
[Setting conditions]
•
TCNT=GRC when GRC functions as an output
compare register
•
The TCNT value is transferred to GRC by an input
capture signal when GRC functions as an input capture
register
[Clearing condition]
Read IMFC when IMFC=1, then write 0 in IMFC
1
IMFB
0
R/W
Input Capture/Compare Match Flag B
[Setting conditions]
•
TCNT=GRB when GRB functions as an output compare
register
•
The TCNT value is transferred to GRB by an input
capture signal when GRB functions as an input capture
register
[Clearing condition]
Read IMFB when IMFB=1, then write 0 in IMFB
0
IMFA
0
R/W
Input Capture/Compare Match Flag A
[Setting conditions]
•
TCNT=GRA when GRA functions as an output compare
register
•
The TCNT value is transferred to GRA by an input
capture signal when GRA functions as an input capture
register
[Clearing condition]
Read IMFA when IMFA=1, then write 0 in IMFA
Rev. 3.0, 03/01, page 164 of 382
12.3.5
Timer I/O Control Register 0(TIOR0)
TIOR0 selects the functions of GRA and GRB, and specifies the functions of the FTIOA and
FTIOB pins.
Bit
Bit Name
Initial Value R/W
7
−
1
−
6
IOB2
0
R/W
5
4
IOB1
IOB0
0
0
R/W
R/W
3
−
1
−
2
IOA2
0
R/W
1
0
IOA1
IOA0
0
0
R/W
R/W
Description
Reserved
This bit is always read as 1 and cannot be modified.
I/O Control B2
Selects the GRB function.
0: GRB functions as an output compare register
1: GRB functions as an input capture register
I/O Control B1 and B0
When IOB2=0,
00: No output at compare match
01: 0 output to the FTIOB pin at GRB compare match
10: 1 output to the FTIOB pin at GRB compare match
11: output toggles to the FTIOB pin at GRB compare match
When IOB2=1,
00: Input capture at rising edge at the FTIOB pin
01: Input capture at falling edge at the FTIOB pin
1X: Input capture at rising edge and falling edge at the
FTIOB pin
Reserved
This bit is always read as 1 and cannot be modified.
I/O Control A2
Selects the GRA function.
0: GRA functions as an output compare register
1: GRA functions as an input capture register
I/O Control A1 and A0
When IOA2=0,
00: No output at compare match
01: 0 output to the FTIOA pin at GRA compare match
10: 1 output to the FTIOA pin at GRA compare match
11: Output toggles to the FTIOA pin at GRA compare
match
When IOA2=1,
00: Input capture at rising edge of the FTIOA pin
01: Input capture at falling edge of the FTIOA pin
1X: Input capture at rising edge and falling edge of the
FTIOA pin
Legend X: Don't care.
Rev. 3.0, 03/01, page 165 of 382
12.3.6
Timer I/O Control Register 1(TIOR1)
TIOR1 selects the functions of GRC and GRD, and specifies the functions of the FTIOC and
FTIOD pins.
Bit
Bit Name Initial Value
R/W
Description
7
−
1
−
Reserved
This bit is always read as 1 and cannot be modified.
6
IOD2
0
R/W
5
4
IOD1
IOD0
0
0
R/W
R/W
I/O Control D2
Selects the GRD function.
0: GRD functions as an output compare register
1: GRD functions as an input capture register
I/O Control D1 and D0
When IOD2=0,
00: No output at compare match
01: 0 output to the FTIOD pin at GRD compare match
10: 1 output to the FTIOD pin at GRD compare match
11: output toggles to the FTIOD pin at GRD compare
match
When IOD2=1,
00: Input capture at rising edge at the FTIOD pin
01: Input capture at falling edge at the FTIOD pin
1X: Input capture at rising edge and falling edge at the
FTIOD pin
3
−
1
−
Reserved
This bit is always read as 1 and cannot be modified.
2
IOC2
0
R/W
1
0
IOC1
IOC0
0
0
R/W
R/W
I/O Control C2
Selects the GRC function.
0: GRC functions as an output compare register
1: GRC functions as an input capture register
I/O Control C1 and C0
When IOC2=0,
00: No output at compare match
01: 0 output to the FTIOC pin at GRC compare match
10: 1 output to the FTIOC pin at GRC compare match
11: Output toggles to the FTIOC pin at GRC compare
match
When IOC2=1,
00: Input capture to GRC at rising edge of the FTIOC pin
01: Input capture to GRC at falling edge of the FTIOC pin
1X: Input capture to GRC at rising edge and falling edge of
the FTIOC pin
Legend X: Don't care.
Rev. 3.0, 03/01, page 166 of 382
12.3.7
Timer Counter (TCNT)
TCNT is a 16-bit readable/writable up-counter. The clock source is selected by bits CKS2 to
CKS0 in TCRW. TCNT can be cleared to H'0000 through a compare match with GRA by setting
the CCLR of TCRW to 1. When TCNT overflows (changes from H'FFFF to H'0000), the OVF
flag in TSRW is set to 1. If OVIE in TIERW is set to 1 at this time, an interrupt request is
generated. TCNT must always be read or written in 16-bit units; 8-bit access is not allowed.
TCNT is initialized to H'0000 by a reset.
12.3.8
General Registers A to D (GRA to GRD)
Each general register is a 16-bit readable/writable register that can function as either an outputcompare register or an input-capture register. The function is selected by settings in TIOR0 and
TIOR1.
When a general register is used as an input-compare register, its value is constantly compared with
the TCNT value. When the two values match (a compare match), the corresponding flag (IMFA,
IMFB, IMFC, or IMFD) in TSRW is set to 1. An interrupt request is generated at this time, when
IMIEA, IMIEB, IMIEC, or IMIED is set to 1. Compare match output can be selected in TIOR.
When a general register is used as an input-capture register, an external input-capture signal is
detected and the current TCNT value is stored in the general register. The corresponding flag
(IMFA, IMFB, IMFC, or IMFD) in TSRW is set to 1. If the corresponding interrupt-enable bit
(IMIEA, IMIEB, IMIEC, or IMIED) in TSRW is set to 1 at this time, an interrupt request is
generated. The edge of the input-capture signal is selected in TIOR.
GRC and GRD can be used as buffer registers of GRA and GRB, respectively, by setting BUFEA
and BUFEB in TMRW.
For example, when GRA is set as an output-compare register and GRC is set as the buffer register
for GRA, the value in the buffer register GRC is sent to GRA whenever compare match A is
generated.
When GRA is set as an input-capture register and GRC is set as the buffer register for GRA, the
value in TCNT is transferred to GRA and the value in the buffer register GRC is transferred to
GRA whenever an input capture is generated.
GRA to GRD must be written or read in 16-bit units; 8-bit access is not allowed. GRA to GRD are
initialized to H'FFFF by a reset.
Rev. 3.0, 03/01, page 167 of 382
12.4
Operation
• Normal Operation
• PWM Operation
12.4.1
Normal Operation
TCNT performs free-running or periodic counting operations. After a reset, TCNT is set as a freerunning counter. When the CST bit in TMRW is set to 1, TCNT starts incrementing the count.
When the count overflows from H'FFFF to H'0000, the OVF flag in TSRW is set to 1. If the OVIE
in TIERW is set to 1, an interrupt request is generated. Figure 12-2 shows free-running counting.
TCNT value
H'FFFF
H'0000
Time
CST bit
Flag cleared
by software
OVF
Figure 12-2 Free-Running Counter Operation
Periodic counting operation can be performed when GRA is set as an output compare register and
bit CCLR in TCRW is set to 1.
When the count matches GRA, TCNT is cleared to H'0000, the IMFA flag in TSRW is set to 1. If
the corresponding IMIEA bit in TIERW is set to 1, an interrupt request is generated. TCNT
continues counting from H'0000. Figure 12-3 shows periodic counting.
Rev. 3.0, 03/01, page 168 of 382
TCNT value
GRA
H'0000
Time
CST bit
Flag cleared
by software
IMFA
Figure 12-3 Periodic Counter Operation
By setting a general register as an output compare register, compare match A, B, C, or D can
cause the output at the FTIOA, FTIOB, FTIOC, or FTIOD pin to output 0, output 1, or toggle.
Figure 12-4 shows an example of 0 and 1 output when TCNT operates as a free-running counter, 1
output is selected for compare match A, and 0 output is selected for compare match B. When
signal is already at the selected output level, the signal level does not change at compare match.
TCNT value
H'FFFF
GRA
GRB
Time
H'0000
FTIOA
FTIOB
No change
No change
No change
No change
Figure 12-4 0 and 1 Output Example(TOA = 0, TOB = 1)
Figure 12-5 shows an example of toggle output when TCNT operates as a free-running counter,
and toggle output is selected for both compare match A and B.
Rev. 3.0, 03/01, page 169 of 382
TCNT value
H'FFFF
GRA
GRB
Time
H'0000
FTIOA
Toggle output
FTIOB
Toggle output
Figure 12-5 Toggle Output Example (TOA = 0, TOB = 1)
Figure 12-6 shows another example of toggle output when TCNT operates as a periodic counter,
cleared by compare match A. Toggle output is selected for both compare match A and B.
TCNT value
Counter cleared by compare match with GRA
H'FFFF
GRB
GRA
H'0000
Time
FTIOA
Toggle
output
FTIOB
Toggle
output
Figure 12-6 Toggle Output Example (TOA = 0, TOB = 1)
The TCNT value can be captured into a general register (GRA, GRB, GRC, or GRD) when a
signal level changes at an input-capture pin (FTIOA, FTIOB, FTIOC, or FTIOD). Capture can
take place on the rising edge, falling edge, or both edges. By using the input-capture function, the
pulse width and periods can be measured. Figure 12-7 shows an example of input capture when
both edges of FTIOA and the falling edge of FTIOB are selected as capture edges. TCNT operates
as a free-running counter.
Rev. 3.0, 03/01, page 170 of 382
TCNT value
H'FFFF
H'F000
H'AA55
H'55AA
H'1000
H'0000
Time
FTIOA
GRA
H'1000
H'F000
H'55AA
FTIOB
GRB
H'AA55
Figure 12-7 Input Capture Operating Example
Figure 12-8 shows an example of buffer operation when the GRA is set as an input-capture
register and GRC is set as the buffer register for GRA. TCNT operates as a free-running counter,
and FTIOA captures both rising and falling edge of the input signal. Due to the buffer operation,
the GRA value is transferred to GRC by input-capture A and the TCNT value is stored in GRA.
TCNT value
H'FFFF
H'DA91
H'5480
H'0245
H'0000
Time
FTIOA
GRA
GRC
H'0245
H'5480
H'DA91
H'0245
H'5480
Figure 12-8 Buffer Operation Example (Input Capture)
Rev. 3.0, 03/01, page 171 of 382
12.4.2
PWM Operation
In PWM mode, PWM waveforms are generated by using GRA as the period register and GRB,
GRC, and GRD as duty registers. PWM waveforms are output from the FTIOB, FTIOC, and
FTIOD pins. Up to three-phase PWM waveforms can be output. In PWM mode, a general register
functions as an output compare register automatically. The output level of each pin depends on the
corresponding timer output level set bit(TOB, TOC, TOD) in TCRW. When TOB is 1, the FTIOB
output goes to 1 at compare match A and to 0 at compare match B. When TOB is 0, the FTIOB
output goes to 0 at compare match A and to 1 at compare match B. Thus the compare match
output level settings in TIOR0 and TIOR1 are ignored for the output pin set to PWM mode. If the
same value is set in the cycle register and the duty register, the output does not change when a
compare match occurs. Figure 12-9 shows an example of a procedure for setting up PWM mode.
Figure 12-9 shows an example of operation in PWM mode. The output signals go to 1 and TCNT
is cleared at compare match A, and the output signals go to 0 at compare match B, C, and D
(TOB, TOC, and TOD = 1: initial output values are set to 1).
TCNT value
Counter cleared by compare match A
GRA
GRB
GRC
GRD
H'0000
Time
FTIOB
FTIOC
FTIOD
Figure 12-9 PWM Mode Example (1)
Figure 12-10 shows another example of operation in PWM mode. The output signals go to 0 and
TCNT is cleared at compare match A, and the output signals go to 1 at compare match B, C, and
D (TOB, TOC, and TOD = 0: initial output values are set to 1).
Rev. 3.0, 03/01, page 172 of 382
TCNT value
Counter cleared by compare match A
GRA
GRB
GRC
GRD
H'0000
Time
FTIOB
FTIOC
FTIOD
Figure 12-10 PWM Mode Example (2)
Figure 12-11 shows an example of buffer operation when the FTIOB pin is set to PWM mode and
GRD is set as the buffer register for GRB. TCNT is cleared by compare match A, and FTIOB
outputs 1 at compare match B and 0 at compare match A.
Due to the buffer operation, the FTIOB output level changes and the value of buffer register GRD
is transferred to GRB whenever compare match B occurs. This procedure is repeated every time
compare match B occurs.
TCNT value
GRA
GRB
H'0520
H'0450
H'0200
Time
H'0000
GRD
GRB
H'0200
H'0450
H'0200
H'0520
H'0450
H'0520
FTIOB
Figure 12-11 Buffer Operation Example (Output Compare)
Figures 12-12 and 12-13 show examples of the output of PWM waveforms with duty cycles of 0%
and 100%.
Rev. 3.0, 03/01, page 173 of 382
TCNT value
Write to GRB
GRA
GRB
Write to GRB
H'0000
Time
Duty 0%
FTIOB
TCNT value
Output does not change when cycle register
and duty register compare matches occur
simultaneously.
Write to GRB
GRA
Write to GRB
Write to GRB
GRB
H'0000
Time
Duty 100%
FTIOB
TCNT value
Output does not change when cycle register
and duty register compare matches occur
simultaneously.
Write to GRB
GRA
Write to GRB
Write to GRB
GRB
H'0000
Time
Duty 100%
FTIOB
Duty 0%
Figure 12-12 PWM Mode Example
(TOB=0, TOC=0, TOD=0: initial output values are set to 0)
Rev. 3.0, 03/01, page 174 of 382
TCNT value
Write to GRB
GRA
GRB
Write to GRB
H'0000
Time
Duty 100%
FTIOB
TCNT value
Output does not change when cycle register
and duty register compare matches occur
simultaneously.
Write to GRB
GRA
Write to GRB
Write to GRB
GRB
H'0000
Time
Duty 0%
FTIOB
TCNT value
Output does not change when cycle register
and duty register compare matches occur
simultaneously.
Write to GRB
GRA
Write to GRB
Write to GRB
GRB
H'0000
FTIOB
Time
Duty 0%
Duty 100%
Figure 12-13 PWM Mode Example
(TOB=1, TOC=1,and TOD=1: initial output values are set to 1)
Rev. 3.0, 03/01, page 175 of 382
12.5
Operation Timing
12.5.1
TCNT Count Timing
Figure 12-14 shows the TCNT count timing when the internal clock source is selected. Figure 1215 shows the timing when the external clock source is selected. The pulse width of the external
clock signal must be at least two system clock (φ) cycles; shorter pulses will not be counted
correctly.
φ
Internal
clock
Rising edge
TCNT input
clock
N
TCNT
N+1
N+2
Figure 12-14 Count Timing for Internal Clock Source
φ
External
clock
Rising edge
Rising edge
TCNT input
clock
TCNT
N
N+1
N+2
Figure 12-15 Count Timing for External Clock Source
12.5.2
Output Compare Timing
The compare match signal is generated in the last state in which TCNT and the general register
match (when TCNT changes from the matching value to the next value). When the compare match
signal is generated, the output value selected in TIOR is output at the compare match output pin
(FTIOA, FTIOB, FTIOC, or FTIOD). When TCNT matches a general register, the compare match
signal is generated only after the next counter clock pulse is input.
Rev. 3.0, 03/01, page 176 of 382
Figure 12-16 shows the output compare timing.
φ
TCNT input
clock
TCNT
N
GRA to GRD
N
N+1
Compare
match signal
FTIOA to FTIOD
Figure 12-16 Output Compare Output Timing
12.5.3
Input Capture Timing
Input capture on the rising edge, falling edge, or both edges can be selected through settings in
TIOR0 and TIOR1. Figure 12-17 shows the timing when the falling edge is selected. The pulse
width of the input capture signal must be at least two system clock (φ) cycles; shorter pulses will
not be detected correctly.
ø
Input capture
input
Input capture
signal
N–1
TCNT
GRA to GRD
N
N+1
N+2
N
Figure 12-17 Input Capture Input Signal Timing
Rev. 3.0, 03/01, page 177 of 382
12.5.4
Timing of Counter Clearing by Compare Match
Figure 12-18 shows the timing when the counter is cleared by compare match A. When the GRA
value is N, the counter counts from 0 to N, and its cycle is N + 1.
φ
Compare
match signal
TCNT
N
GRA
N
H'0000
Figure 12-18 Timing of Counter Clearing by Compare Match
12.5.5
Buffer Operation Timing
Figures 12-19 and 12-20 show the buffer operation timing.
φ
Compare
match signal
TCNT
N
GRC, GRD
M
GRA, GRB
N+1
M
Figure 12-19 Buffer Operation Timing (Compare Match)
Rev. 3.0, 03/01, page 178 of 382
φ
Input capture
signal
TCNT
N
GRA, GRB
M
GRC, GRD
N+1
N
N+1
M
N
Figure 12-20 Buffer Operation Timing (Input Capture)
12.5.6
Timing of IMFA to IMFD Flag Setting at Compare Match
If a general register (GRA, GRB, GRC, or GRD) is used as an output compare register, the
corresponding IMFA, IMFB, IMFC, or IMFD flag is set to 1 when TCNT matches the general
register. The compare match signal is generated in the last state in which the values match (when
TCNT is updated from the matching count to the next count). Therefore, when TCNT matches a
general register, the compare match signal is generated only after the next TCNT clock pulse is
input. Figure 12-21 shows the timing of the IMFA to IMFD flag setting at compare match.
φ
TCNT input
clock
TCNT
N
GRA to GRD
N
N+1
Compare
match signal
IMFA to IMFD
IRRTW
Figure 12-21 Timing of IMFA to IMFD Flag Setting at Compare Match
Rev. 3.0, 03/01, page 179 of 382
12.5.7
Timing of IMFA to IMFD Setting at Input Capture
If a general register (GRA, GRB, GRC, or GRD) is used as an input capture register, the
corresponding IMFA, IMFB, IMFC, or IMFD flag is set to 1 when an input capture occurs. Figure
12-22 shows the timing of the IMFA to IMFD flag setting at input capture.
φ
Input capture
signal
TCNT
N
GRA to GRD
N
IMFA to IMFD
IRRTW
Figure 12-22 Timing of IMFA to IMFD Flag Setting at Input Capture
12.5.8
Timing of Status Flag Clearing
When the CPU reads a status flag while it is set to 1, then writes 0 in the status flag, the status flag
is cleared. Figure 12-23 shows the status flag clearing timing.
TSRW write cycle
T1
T2
φ
Address
TSRW address
Write signal
IMFA to IMFD
IRRTW
Figure 12-23 Timing of Status Flag Clearing by the CPU
Rev. 3.0, 03/01, page 180 of 382
12.6
Usage Notes
The following types of contention or operation can occur in timer W operation.
1. The pulse width of the input clock signal and the input capture signal must be at least two
system clock(φ) cycles; shorter pulses will not be detected correctly.
2. Writing to registers is performed in the T2 state of a TCNT write cycle.
If counter clear signal occurs in the T2 state of a TCNT write cycle, clearing of the counter
takes priority and the write is not performed, as shown in figure 12-24. If counting-up is
generated in the TCNT write cycle to contend with the TCNT counting-up, writing takes
precedence.
3. Depending on the timing, TCNT may be incremented by a switch between different internal
clock sources. When TCNT is internally clocked, an increment pulse is generated from the
rising edge of an internal clock signal, that is divided system clock (φ). Therefore, as shown in
figure 12-25 the switch is from a low clock signal to a high clock signal, the switchover is seen
as a rising edge, causing TCNT to increment.
4. If timer W enters module standby mode while an interrupt request is generated, the interrupt
request cannot be cleared. Before entering module standby mode, disable interrupt requests.s
TCNT write cycle
T1
T2
φ
Address
TCNT address
Write signal
Counter clear
signal
TCNT
N
H'0000
Figure 12-24 Contention between TCNT Write and Clear
Rev. 3.0, 03/01, page 181 of 382
Previous clock
New clock
Count clock
TCNT
N
N+1
N+2
N+3
The change in signal level at clock switching is
assumed to be a rising edge, and TCNT
increments the count.
Figure 12-25 Internal Clock Switching and TCNT Operation
Rev. 3.0, 03/01, page 182 of 382
Section 13 Watchdog Timer
The watchdog timer(WDT) is an 8-bit timer that can generate an internal reset signal for this LSI
if a system crash prevents the CPU from writing to the timer counter, thus allowing it to overflow.
Internal
oscillator
ø
CLK
TCSRWD
PSS
TCWD
Internal data bus
The block diagram of the WDT is shown in figure 13-1.
TMWD
Legend:
TCSRWD:
TCWD:
PSS:
TMWD:
Internal reset
signal
Timer control/status register WD
Timer counter WD
Prescaler S
Timer mode register WD
Figure 13-1 Block Diagram of WDT
13.1
Features
• Selectable from nine counter input clocks.
Eight clock sources (φ/64, φ/128, φ/256, φ/512, φ/1024, φ/2048, φ/4096, φ/8192) or the internal
oscillator can be selected as the timer-counter clock. When the internal oscillator is selected, it
can operate as the watchdog timer in any operating mode.
• Reset signal generated on counter overflow
An overflow period of 1 to 256 times the selected clock can be set.
13.2
Register Descriptions
The WDT has the following registers. For details on register addresses and register states during
each process, refer to appendix B, Internal I/O Register.
• Timer control/status register WD(TCSRWD)
• Timer counter WD(TCWD)
• Timer mode register WD(TMWD)
Rev. 3.0, 03/01, page 183 of 382
13.2.1
Timer Control/Status Register WD(TCSRWD)
TCSRWD is a register that indicates TCSRWD and TCWD write control, watchdog timer
operation control, and the operation status.
Bit
Bit Name
Initial Value R/W
Description
7
B6WI
1
Bit 6 Write Inhibit
R
The TCWE bit can be written only when the write value of
the B6WI bit is 0.
This bit is always read as 1.
6
TCWE
0
R/W
Timer Counter WD Write Enable
TCWD can be written when the TCWE bit is set to 1.
When writing data to this bit, the value for bit 7 must be 0.
5
B4WI
1
R
Bit 4 Write Inhibit
The TCSRWE bit can be written only when the write value
of the B4WI bit is 0. This bit is always read as 1.
4
TCSRWE
0
R/W
Timer Control/Status Register W Write Enable
The WDON and WRST bits can be written when the
TCSRWE bit is set to 1.
When writing data to this bit, the value for bit 5 must be 0.
3
B2WI
1
R
Bit 2 Write Inhibit
This bit can be written to the WDON bit only when the write
value of the B2WI bit is 0.
This bit is always read as 1.
2
WDON
0
R/W
Watchdog Timer On
TCWD starts counting up when WDON is set to 1 and halts
when WDON is cleared to 0.
[Setting condition]
When 0 is written to the WDON bit while writing 0 to the
B2WI bit when the TCSRWE bit=1
[Clearing condition]
1
B0WI
1
R
•
Reset by RES pin
•
When 0 is written to the WDON bit while writing 0 to the
B2WI when the TCSRWE bit=1
Bit 0 Write Inhibit
This bit can be written to the WRST bit only when the write
value of the B0WI bit is 0. This bit is always read as 0. This
bit is always read as 1.
Rev. 3.0, 03/01, page 184 of 382
Bit
Bit Name
Initial Value R/W
Description
0
WRST
0
Watchdog Timer Reset
R/W
[Setting condition]
When TCWD overflows and an internal reset signal is
generated
[Clearing condition]
13.2.2
•
Reset by RES pin
•
When 0 is written to the WRST bit while writing 0 to the
B0WI bit when the TCSRWE bit=1
Timer Counter WD(TCWD)
TCWD is an 8-bit readable/writable up-counter. The WRST bit in TCSRWD is set to 1, when
TCWD overflows from H'FF to H'00. TCWD is initialized to H'00.
13.2.3
Timer Mode Register WD(TMWD)
TMWD is an 8-bit readable/writable register that selects the input clock.
Bit
Bit Name
Initial Value R/W
Description
7
−
1
−
Reserved
6
−
1
−
These bits are always read as 1.
5
−
1
−
4
−
1
−
3
CKS3
1
R/W
Clock Select 3 to 0
2
CKS2
1
R/W
Select the clock to be input to TCWD.
1
CKS1
1
R/W
1000: Internal clock: counts on φ/64
0
CKS0
1
R/W
1001: Internal clock: counts on φ/128
1010: Internal clock: counts on φ/256
1011: Internal clock: counts on φ/512
1100: Internal clock: counts on φ/1024
1101: Internal clock: counts on φ/2048
1110: Internal clock: counts on φ/8192
1111: Internal clock: counts on φ
0XXX: Internal resonator
For the internal oscillator overflow periods, see section 19,
Electrical Characteristics.
Legend X: Don't care.
Rev. 3.0, 03/01, page 185 of 382
13.3
Operation
The watchdog timer is provided with an 8-bit counter. If 1 is written to WDON while writing 0 to
B2WI when TCSRWE in TCSRWD is set to 1, TCWD begins counting up. (To operate the
watchdog timer, two write accesses to TCSRWD is required.) When a clock pulse is input after
the TCWD count value has reached H'FF, the watchdog timer overflows and an internal reset
signal is generated one base clock (φ) cycle later. The internal reset signal is output for a period of
512 φosc clock cycles. TCWD is a writable counter, and when a value is set in TCWD, the countup starts from that value. An overflow period in the range of 1 to 256 input clock cycles can
therefore be set, according to the TCWD set value.
Figure 13-2 shows an example of watchdog timer operation.
Example:
With 30ms overflow period when φ = 4 MHz
4 × 106
8192
× 30 × 10–3 = 14.6
Therefore, 256 – 15 = 241 (H'F1) is set in TCW.
TCWD overflow
H'FF
H'F1
TCWD
count value
H'00
Start
H'F1 written
to TCWD
H'F1 written to TCWD
Reset generated
Internal reset
signal
512 φosc clock cycles
Figure 13-2 Watchdog Timer Operation Example
Rev. 3.0, 03/01, page 186 of 382
Section 14 Serial Communication Interface3 (SCI3)
Serial Communication Interface 3(SCI3) can handle both asynchronous and clocked synchronous
serial communication. Serial data communication can be carried out using standard asynchronous
communication chips such as a Universal Asynchronous Receiver/Transmitter (UART) or an
Asynchronous Communication Interface Adapter (ACIA). A function is also provided for serial
communication between processors (multiprocessor communication function).
Figure 14-1 shows a block diagram of the SCI3.
14.1
Features
• Choice of asynchronous or clocked synchronous serial communication mode
• Full-duplex communication capability
The transmitter and receiver are mutually independent, enabling transmission and reception to
be executed simultaneously.
Double-buffering is used in both the transmitter and the receiver, enabling continuous
transmission and continuous reception of serial data.
• On-chip baud rate generator allows any bit rate to be selected
• External clock or on-chip baud rate generator can be selected as a transfer clock source (except
for in Smart Card interface mode).
• Six interrupt sources
Transmit-end, transmit-data-empty, receive-data-full, overrun error, framing error, and parity
error.
Asynchronous mode
• Data length: 7 or 8 bits
• Stop bit length: 1 or 2 bits
• Parity: Even, odd, or none
• Receive error detection: Parity, overrun, and framing errors
• Break detection: Break can be detected by reading the RxD pin level directly in the case of a
framing error
Clocked Synchronous mode
• Data length: 8 bits
• Receive error detection: Overrun errors detected
Rev. 3.0, 03/01, page 187 of 382
SCK3
External
clock
Internal clock (ø/64, ø/16, ø/4, ø)
Baud rate generator
BRC
BRR
SMR
Transmit/receive
control circuit
SCR3
SSR
TXD
TSR
TDR
RXD
RSR
RDR
Legend:
Receive shift register
RSR:
Receive data register
RDR:
Transmit shift register
TSR:
Transmit data register
TDR:
Serial mode register
SMR:
SCR3: Serial control register 3
Serial status register
SSR:
Bit rate register
BRR:
Bit rate counter
BRC:
Figure 14-1 Block Diagram of SCI3
Rev. 3.0, 03/01, page 188 of 382
Internal data bus
Clock
Interrupt request
(TEI, TXI, RXI, ERI)
14.2
Input/Output Pins
Table 14-1 shows the SCI3 pin configuration.
Table 14-1 Pin Configuration
Pin Name
Abbrev.
I/O
Function
SCI3 clock
SCK3
I/O
SCI3 clock input/output
SCI3 receive data input
RXD
Input
SCI3 receive data input
SCI3 transmit data output
TXD
Output
SCI3 transmit data output
14.3
Register Descriptions
The SCI3 has the following registers for each channel. For details on register addresses and
register states during each process, refer to appendix B, Internal I/O Register.
• Receive Shift Register (RSR)
• Receive Data Register (RDR)
• Transmit Shift Register (TSR)
• Transmit Data Register (TDR)
• Serial Mode Register (SMR)
• Serial Control Register3 (SCR3)
• Serial Status Register (SSR)
• Bit Rate Register (BRR)
Rev. 3.0, 03/01, page 189 of 382
14.3.1
Receive Shift Register (RSR)
RSR is a shift register that is used to receive serial data input from the RxD pin and convert it into
parallel data. When one byte of data has been received, it is transferred to RDR automatically.
RSR cannot be directly accessed by the CPU.
14.3.2
Receive Data Register (RDR)
RDR is an 8-bit register that stores received data. When the SCI3 has received one byte of serial
data, it transfers the received serial data from RSR to RDR, where it is stored. After this, RSR is
receive-enabled. As RSR and RDR function as a double buffer in this way, continuous receive
operations are possible. After confirming that the RDRF bit in SSR is set to 1, read RDR only
once. RDR cannot be written to by the CPU. RDR is initialized to H'00.
14.3.3
Transmit Shift Register (TSR)
TSR is a shift register that transmits serial data. To perform serial data transmission, the SCI3 first
transfers transmit data from TDR to TSR automatically, then sends the data that starts from the
LSB to the TXD pin. TSR cannot be directly accessed by the CPU.
14.3.4
Transmit Data Register (TDR)
TDR is an 8-bit register that stores data for transmission. When the SCI3 detects that TSR is
empty, it transfers the transmit data written in TDR to TSR and starts transmission. The doublebuffered structure of TDR and TSR enables continuous serial transmission. If the next transmit
data has already been written to TDR during transmission of one-frame data, the SCI3 transfers
the written data to TSR to continue transmission. To achieve reliable serial transmission, write
transmit data to TDR only once after confirming that the TDRE bit in SSR is set to 1.
Rev. 3.0, 03/01, page 190 of 382
14.3.5
Serial Mode Register (SMR)
SMR is used to set the SCI3’s serial transfer format and select the baud rate generator clock
source.
Bit
Bit Name
Initial Value
R/W
7
COM
0
R/W
Description
Communication Mode
0: Asynchronous mode
1: Clocked synchronous mode
6
CHR
0
R/W
Character Length (enabled only in asynchronous
mode)
0: Selects 8 bits as the data length.
1: Selects 7 bits as the data length.
5
PE
0
R/W
Parity Enable (enabled only in asynchronous
mode)
When this bit is set to 1, the parity bit is added to
transmit data before transmission, and the parity
bit is checked in reception.
4
PM
0
R/W
Parity Mode (enabled only when the PE bit is 1 in
asynchronous mode)
0: Selects even parity.
1: Selects odd parity.
3
STOP
0
R/W
Stop Bit Length (enabled only in asynchronous
mode)
Selects the stop bit length in transmission.
0: 1 stop bit
1: 2 stop bits
For reception, only the first stop bit is checked,
regardless of the value in the bit. If the second
stop bit is 0, it is treated as the start bit of the next
transmit character.
2
MP
0
R/W
Multiprocessor Mode
When this bit is set to 1, the multiprocessor
communication function is enabled. The PE bit
and PM bit settings are invalid in multiprocessor
mode.
Rev. 3.0, 03/01, page 191 of 382
Bit
Bit Name
Initial Value
R/W
Description
1
CKS1
0
R/W
Clock Select 0 and 1
0
CKS0
0
R/W
These bits select the clock source for the baud
rate generator.
00: ø clock (n = 0)
01: ø/4 clock (n = 1)
10: ø/16 clock (n = 2)
11: ø/64 clock (n = 3)
For the relationship between the bit rate register
setting and the baud rate, see section 14.3.8, Bit
Rate Register (BRR). n is the decimal
representation of the value of n in BRR (see
section 14.3.8, Bit Rate Register (BRR)).
14.3.6
Serial Control Register 3 (SCR3)
SCR3 is a register that enables or disables SCI3 transfer operations and interrupt requests, and is
also used to selection of the transfer clock source. For details on interrupt requests, refer to section
14.7, Interrupts.
Bit
Bit Name
Initial Value
R/W
Description
7
TIE
0
R/W
Transmit Interrupt Enable
When this bit is set to 1, the TXI interrupt request
is enabled.
6
RIE
0
R/W
Receive Interrupt Enable
When this bit is set to 1, RXI and ERI interrupt
requests are enabled.
5
TE
0
R/W
Transmit Enable
When this bit s set to 1, transmission is enabled.
4
RE
0
R/W
Receive Enable
When this bit is set to 1, reception is enabled.
Rev. 3.0, 03/01, page 192 of 382
Bit
Bit Name
Initial Value
R/W
Description
3
MPIE
0
R/W
Multiprocessor Interrupt Enable (enabled only
when the MP bit in SMR is 1 in asynchronous
mode)
When this bit is set to 1, receive data in which the
multiprocessor bit is 0 is skipped, and setting of
the RDRF, FER, and OER status flags in SSR is
prohibited. On receiving data in which the
multiprocessor bit is 1, this bit is automatically
cleared and normal reception is resumed. For
details, refer to section 14.6, Multiprocessor
Communication Function.
2
TEIE
0
R/W
Transmit End Interrupt Enable
This bit is set to 1, TEI interrupt request is
enabled.
1
CKE1
0
R/W
Clock Enable 0 and 1
0
CKE0
0
R/W
Selects the clock source.
Asynchronous mode
00: Internal baud rate generator
01: Internal baud rate generator
Outputs a clock of the same frequency as the bit
rate from the SCK3pin.
10: External clock
Inputs a clock with a frequency 16 times the bit
rate from the SCK3 pin.
11:Reserved
Clocked synchronous mode
00: Internal clock (SCK3 pin functions as clock
output)
01:Reserved
10: External clock (SCK3 pin functions as clock
input)
11:Reserved
Legend
X: Don’t care
Rev. 3.0, 03/01, page 193 of 382
14.3.7
Serial Status Register (SSR)
SSR is a register containing status flags of the SCI3 and multiprocessor bits for transfer. 1 cannot
be written to flags TDRE, RDRF, OER, PER, and FER; they can only be cleared.
Bit
Bit Name
Initial Value
R/W
7
TDRE
1
R/W
Description
Transmit Data Register Empty
Displays whether TDR contains transmit data.
[Setting conditions]
•
When the TE bit in SCR3 is 0
•
When data is transferred from TDR to TSR
and data can be written to TDR
[Clearing conditions]
6
RDRF
0
R/W
•
When 0 is written to TDRE after reading TDRE
=1
•
When the transmit data is written to TDR
Receive Data Register Full
Indicates that the received data is stored in RDR.
[Setting condition]
•
When serial reception ends normally and
receive data is transferred from RSR to RDR
[Clearing conditions]
5
OER
0
R/W
•
When 0 is written to RDRF after reading RDRF
=1
•
When data is read from RDR
Overrun Error
[Setting condition]
•
When an overrun error occurs in reception
[Clearing condition]
•
Rev. 3.0, 03/01, page 194 of 382
When 0 is written to OER after reading OER =
1
Bit
Bit Name
Initial Value
R/W
Description
4
FER
0
R/W
Framing Error
[Setting condition]
•
When a framing error occurs in reception
[Clearing condition]
•
3
PER
0
R/W
When 0 is written to FER after reading FER =
1
Parity Error
[Setting condition]
•
When a parity error is detected during
reception
[Clearing condition]
•
2
TEND
0
R
When 0 is written to PER after reading PER =
1
Transmit End
[Setting conditions]
•
When the TE bit in SCR3 is 0
•
When TDRE = 1 at transmission of the last bit
of a 1-byte serial transmit character
[Clearing conditions]
1
MPBR
0
R
•
When 0 is written to TDRE after reading TDRE
=1
•
When the transmit data is written to TDR
Multiprocessor Bit Receive
MPBR stores the multiprocessor bit in the receive
character data. When the RE bit in SCR3 is
cleared to 0 its previous state is retained.
0
MPBT
0
R/W
Multiprocessor Bit Transfer
MPBT stores the multiprocessor bit to be added to
the transmit character data.
Rev. 3.0, 03/01, page 195 of 382
14.3.8
Bit Rate Register (BRR)
BRR is an 8-bit register that adjusts the bit rate. The initial value of BRR is H'FF. Table 13-2
shows the relationship between the N setting in BRR and the n setting in bits CKS1 and CKS0 of
SMR in asynchronous mode. Table 13-3 shows the maximum bit rate for each frequency in
asynchronous mode. The values shown in both tables 13-2 and 13-3 are values in active (highspeed) mode. Table 13-4 shows the relationship between the N setting in BRR and the n setting in
bits CKS1 and CKS0 of SMR in clocked synchronous mode. The values shown in table 13-4 are
values in active (high-speed) mode. The N setting in BRR and error for other operating
frequencies and bit rates can be obtained by the following formulas:
[Asynchronous Mode]
N=
φ
× 106 – 1
64 × 22n–1 × B
φ × 106

- 1  × 100
(N
+
1)
×
B × 64 × 22n–1



Error(%) = 
[Clocked Synchronous Mode]
N=
φ
× 106 – 1
8 × 22n–1 × B
Note: B: Bit rate (bit/s)
N: BRR setting for baud rate generator (0 ≤ N ≤ 255)
φ: Operating frequency (MHz)
n: SMR
Rev. 3.0, 03/01, page 196 of 382
Table 14-2 Examples of BRR Settings for Various Bit Rates (Asynchronous Mode) (1)
Operating Frequency ø (MHz)
2
2.097152
2.4576
3
Bit Rate
(bits/s)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
110
1
141
0.03
1
148
–0.04
1
174
–0.26
1
212
0.03
150
1
103
0.16
1
108
0.21
1
127
0.00
1
155
0.16
300
0
207
0.16
0
217
0.21
0
255
0.00
1
77
0.16
600
0
103
0.16
0
108
0.21
0
127
0.00
0
155
0.16
1200
0
51
0.16
0
54
–0.70
0
63
0.00
0
77
0.16
2400
0
25
0.16
0
26
1.14
0
31
0.00
0
38
0.16
4800
0
12
0.16
0
13
–2.48
0
15
0.00
0
19
–2.34
9600
0
6
–6.99
0
6
–2.48
0
7
0.00
0
9
–2.34
19200
0
2
8.51
0
2
13.78
0
3
0.00
0
4
–2.34
31250
0
1
0.00
0
1
4.86
0
1
22.88
0
2
0.00
38400
0
1
–18.62
0
1
–14.67
0
1
0.00
—
—
—
Legend
 : A setting is available but error occurs
Operating Frequency ø (MHz)
3.6864
4
4.9152
5
Bit Rate
(bits/s)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
110
2
64
0.70
2
70
0.03
2
86
0.31
2
88
–0.25
150
1
191
0.00
1
207
0.16
1
255
0.00
2
64
0.16
300
1
95
0.00
1
103
0.16
1
127
0.00
1
129
0.16
600
0
191
0.00
0
207
0.16
0
255
0.00
1
64
0.16
1200
0
95
0.00
0
103
0.16
0
127
0.00
0
129
0.16
2400
0
47
0.00
0
51
0.16
0
63
0.00
0
64
0.16
4800
0
23
0.00
0
25
0.16
0
31
0.00
0
32
–1.36
9600
0
11
0.00
0
12
0.16
0
15
0.00
0
15
1.73
19200
0
5
0.00
0
6
–6.99
0
7
0.00
0
7
1.73
31250
—
—
—
0
3
0.00
0
4
–1.70
0
4
0.00
38400
0
2
0.00
0
2
8.51
0
3
0.00
0
3
1.73
Rev. 3.0, 03/01, page 197 of 382
Table 14-2 Examples of BRR Settings for Various Bit Rates (Asynchronous Mode) (2)
Operating Frequency ø (MHz)
5
6
6.144
7.3728
Bit Rate
(bit/s)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
110
2
88
–0.25
2
106
–0.44
2
108
0.08
2
130
–0.07
150
2
64
0.16
2
77
0.16
2
79
0.00
2
95
0.00
300
1
129
0.16
1
155
0.16
1
159
0.00
1
191
0.00
600
1
64
0.16
1
77
0.16
1
79
0.00
1
95
0.00
1200
0
129
0.16
0
155
0.16
0
159
0.00
0
191
0.00
2400
0
64
0.16
0
77
0.16
0
79
0.00
0
95
0.00
4800
0
32
–1.36
0
38
0.16
0
39
0.00
0
47
0.00
9600
0
15
1.73
0
19
–2.34
0
19
0.00
0
23
0.00
19200
0
7
1.73
0
9
–2.34
0
9
0.00
0
11
0.00
31250
0
4
0.00
0
5
0.00
0
5
2.40
0
6
5.33
38400
0
3
1.73
0
4
–2.34
0
4
0.00
0
5
0.00
Operating Frequency ø (MHz)
8
9.8304
10
12
Bit Rate
(bit/s)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
110
2
141
0.03
2
174
–0.26
2
177
–0.25
2
212
0.03
150
2
103
0.16
2
127
0.00
2
129
0.16
2
155
0.16
300
1
207
0.16
1
255
0.00
2
64
0.16
2
77
0.16
600
1
103
0.16
1
127
0.00
1
129
0.16
1
155
0.16
1200
0
207
0.16
0
255
0.00
1
64
0.16
1
77
0.16
2400
0
103
0.16
0
127
0.00
0
129
0.16
0
155
0.16
4800
0
51
0.16
0
63
0.00
0
64
0.16
0
77
0.16
9600
0
25
0.16
0
31
0.00
0
32
–1.36
0
38
0.16
19200
0
12
0.16
0
15
0.00
0
15
1.73
0
19
–2.34
31250
0
7
0.00
0
9
–1.70
0
9
0.00
0
11
0.00
38400
0
6
-6.99
0
7
0.00
0
7
1.73
0
9
–2.34
Rev. 3.0, 03/01, page 198 of 382
Table 14-2 Examples of BRR Settings for Various Bit Rates (Asynchronous Mode) (3)
Operating Frequency ø (MHz)
12.288
14
14.7456
16
Bit Rate
(bit/s)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
n
N
Error
(%)
110
2
217
0.08
2
248
–0.17
3
64
0.70
3
70
0.03
150
2
159
0.00
2
181
0.16
2
191
0.00
2
207
0.16
300
2
79
0.00
2
90
0.16
2
95
0.00
2
103
0.16
600
1
159
0.00
1
181
0.16
1
191
0.00
1
207
0.16
1200
1
79
0.00
1
90
0.16
1
95
0.00
1
103
0.16
2400
0
159
0.00
0
181
0.16
0
191
0.00
0
207
0.16
4800
0
79
0.00
0
90
0.16
0
95
0.00
0
103
0.16
9600
0
39
0.00
0
45
–0.93
0
47
0.00
0
51
0.16
19200
0
19
0.00
0
22
–0.93
0
23
0.00
0
25
0.16
31250
0
11
2.40
0
13
0.00
0
14
–1.70
0
15
0.00
38400
0
9
0.00
—
—
—
0
11
0.00
0
12
0.16
Legend
—: A setting is available but error occurs.
Table 14-3 Maximum Bit Rate for Each Frequency (Asynchronous Mode)
ø (MHz)
Maximum Bit
Rate (bit/s)
n
N
ø (MHz)
Maximum Bit
Rate (bit/s)
n
N
2
62500
0
0
7.3728
230400
0
0
2.097152
65536
0
0
8
250000
0
0
2.4576
76800
0
0
9.8304
307200
0
0
3
93750
0
0
10
312500
0
0
3.6864
115200
0
0
12
375000
0
0
4
125000
0
0
12.288
384000
0
0
4.9152
153600
0
0
14
437500
0
0
5
156250
0
0
14.7456
460800
0
0
6
187500
0
0
16
500000
0
0
6.144
192000
0
0
Rev. 3.0, 03/01, page 199 of 382
Table 14-4 BRR Settings for Various Bit Rates (Clocked Synchronous Mode)
Operating Frequency ø (MHz)
2
4
8
10
Bit Rate
(bit/s)
n
N
n
N
n
N
n
N
110
3
70
—
—
—
—
—
—
250
2
124
2
249
3
124
—
500
1
249
2
124
2
249
1k
1
124
1
249
2
2.5k
0
199
1
99
16
n
N
—
3
249
—
—
3
124
124
—
—
2
249
1
199
1
249
2
99
5k
0
99
0
199
1
99
1
124
1
199
10k
0
49
0
99
0
199
0
249
1
99
25k
0
19
0
39
0
79
0
99
0
159
50k
0
9
0
19
0
39
0
49
0
79
100k
0
4
0
9
0
19
0
24
0
39
250k
0
1
0
3
0
7
0
9
0
15
500k
0
0*
0
1
0
3
0
4
0
7
0
0*
0
1
—
—
0
3
0
0*
—
—
0
1
0
0*
—
—
0
0*
1M
2M
2.5M
4M
Legend
Blank : No setting is available.
—
: A setting is available but error occurs.
*
: Continuous transfer is not possible.
Rev. 3.0, 03/01, page 200 of 382
14.4
Operation in Asynchronous Mode
Figure 14-2 shows the general format for asynchronous serial communication. One frame consists
of a start bit (low level), followed by data (in LSB-first order), a parity bit (high or low level), and
finally stop bits (high level). Inside the SCI3, the transmitter and receiver are independent units,
enabling full-duplex. Both the transmitter and the receiver also have a double-buffered structure,
so data can be read or written during transmission or reception, enabling continuous data transfer.
1
LSB
Serial
data
0
D0
Idle state
(mark state)
1
MSB
D1
D2
D3
D4
D5
Start
bit
Transmit/receive data
1 bit
7 or 8 bits
D6
D7
0/1
Parity
bit
1
1
Stop bit
1 bit,
or none
1 or
2 bits
One unit of transfer data (character or frame)
Figure 14-2 Data Format in Asynchronous Communication
14.4.1
Clock
Either an internal clock generated by the on-chip baud rate generator or an external clock input at
the SCK3 pin can be selected as the SCI3’s serial clock, according to the setting of the COM bit in
SMR and the CKE0 and CKE1 bits in SCR3. When an external clock is input at the SCK3 pin, the
clock frequency should be 16 times the bit rate used.
When the SCI3 is operated on an internal clock, the clock can be output from the SCK3 pin. The
frequency of the clock output in this case is equal to the bit rate, and the phase is such that the
rising edge of the clock is in the middle of the transmit data, as shown in figure 14-3.
Clock
Serial data
0
D0
D1
D2
D3
D4
D5
D6
D7
0/1
1
1
1 frame
Figure 14-3 Relationship between Output Clock and Transfer Data Phase
(Asynchronous Mode)(Example with 8-Bit Data, Parity, Two Stop Bits)
Rev. 3.0, 03/01, page 201 of 382
14.4.2
SCI3 Initialization
Before transmitting and receiving data, you should first clear the TE and RE bits in SCR3 to 0,
then initialize the SCI3 as described below. When the operating mode, or transfer format, is
changed for example, the TE and RE bits must be cleared to 0 before making the change using the
following procedure. When the TE bit is cleared to 0, the TDRE flag is set to 1. Note that clearing
the RE bit to 0 does not initialize the contents of the RDRF, PER, FER, and OER flags, or the
contents of RDR. When the external clock is used in asynchronous mode, the clock must be
supplied even during initialization.
[1]
Start initialization
When the clock output is selected in
asynchronous mode, clock is output
immediately after CKE1 and CKE0
settings are made. When the clock
output is selected at reception in
asynchronous mode, clock is output
immediately after CKE1, CKE0, and RE
are set to 1.
Clear TE and RE bits in SCR3 to 0
[1]
Set CKE1 and CKE0 bits in SCR3
Set data transfer format in SMR
[2]
Set value in BRR
[3]
Wait
[2]
Set the data transfer format in SMR.
[3]
Write a value corresponding to the bit
rate to BRR. Not necessary if an
external clock is used.
[4]
Wait at least one bit interval, then set the
TE bit or RE bit in SCR3 to 1. RE
settings enable the RXD pin to be used.
For transmission, set the TXD bit in
PMR1 to 1 to enable the TXD output pin
to be used. Also set the RIE, TIE, TEIE,
and MPIE bits, depending on whether
interrupts are required. In asynchronous
mode, the bits are marked at
transmission and idled at reception to
wait for the start bit.
No
1-bit interval elapsed?
Yes
Set TE and RE bits in
SCR3 to 1, and set RIE, TIE, TEIE,
and MPIE bits. For transmit (TE=1),
also set the TxD bit in PMR1.
<Initialization completion>
[4]
Set the clock selection in SCR3.
Be sure to clear bits RIE, TIE, TEIE, and
MPIE, and bits TE and RE, to 0.
Figure 14-4 Sample SCI3 Initialization Flowchart
Rev. 3.0, 03/01, page 202 of 382
14.4.3
Data Transmission
Figure 14-5 shows an example of operation for transmission in asynchronous mode. In
transmission, the SCI3 operates as described below.
1. The SCI3 monitors the TDRE flag in SSR. If the flag is cleared to 0, the SCI3 recognizes that
data has been written to TDR, and transfers the data from TDR to TSR.
2. After transferring data from TDR to TSR, the SCI3 sets the TDRE flag to 1 and starts
transmission. If the TIE bit is set to 1 at this time, a transmit data empty interrupt request (TXI)
is generated. Continuous transmission is possible because the TXI interrupt routine writes next
transmit data to TDR before transmission of the current transmit data has been completed.
3. The SCI3 checks the TDRE flag at the timing for sending the stop bit.
4. If the TDRE flag is 0, the data is transferred from TDR to TSR, the stop bit is sent, and then
serial transmission of the next frame is started.
5. If the TDRE flag is 1, the TEND flag in SSR is set to 1, the stop bit is sent, and then the “mark
state” is entered, in which 1 is output. If the TEIE bit in SCR3 is set to 1 at this time, a TEI
interrupt request is generated.
6.
Figure 14-6 shows a sample flowchart for transmission in asynchronous mode.
Start
bit
Serial
data
1
0
Transmit
data
D0
D1
D7
1 frame
Parity Stop Start
bit
bit bit
0/1
1
0
Transmit
data
D0
D1
D7
Parity Stop
bit
bit
0/1
1
Mark
state
1
1 frame
TDRE
TEND
LSI
TXI interrupt
operation request
generated
User
processing
TDRE flag
cleared to 0
TXI interrupt request generated
TEI interrupt request
generated
Data written
to TDR
Figure 14-5 Example SCI3 Operation in Transmission in Asynchronous Mode
(8-Bit Data, Parity, One Stop Bit)
Rev. 3.0, 03/01, page 203 of 382
Start transmission
[1]
Read TDRE flag in SSR
No
TDRE = 1
Yes
Write transmit data to TDR
[2]
Yes
All data transmitted?
No
[1] Read SSR and check that the
TDRE flag is set to 1, then write
transmit data to TDR and clear the
TDRE flag to 0. Checking and
clearing of the TDRE flag is
automatic.
[2] To continue serial transmission,
read 1 from the TDRE flag to
confirm that writing is possible,
then write data to TDR, and then
clear the TDRE flag to 0. Checking
and clearing of the TDRE flag is
automatic.
[3] To output a break in serial
transmission, after setting PCR to 1
and PDR to 0, clear TxD in PMR1
to 0, then clear the TE bit in
VSCR3 to 0.
Read TEND flag in SSR
No
TEND = 1
Yes
[3]
No
Break output?
Yes
Clear PDR to 0 and
set PCR to 1
Clear TE bit in SCR3 to 0
<End>
Figure 14-6 Sample Serial Transmission Flowchart
Rev. 3.0, 03/01, page 204 of 382
14.4.4
Serial Data Reception
Figure 14-7 shows an example of operation for reception in asynchronous mode. In serial
reception, the SCI operates as described below.
1. The SCI3 monitors the communication line. If a start bit is detected, the SCI3 performs
internal synchronization, receives receive data in RSR, and checks the parity bit and stop bit.
2. If an overrun error occurs (when reception of the next data is completed while the RDRF flag
is still set to 1), the OER bit in SSR is set to 1. If the RIE bit in SCR3 is set to 1 at this time, an
ERI interrupt request is generated. Receive data is not transferred to RDR.
3. If a parity error is detected, the PER bit in SSR is set to 1 and receive data is transferred to
RDR. If the RIE bit in SCR3 is set to 1 at this time, an ERI interrupt request is generated.
4. If a framing error is detected (when the stop bit is 0), the FER bit in SSR is set to 1 and receive
data is transferred to RDR. If the RIE bit in SCR3 is set to 1 at this time, an ERI interrupt
request is generated.
5. If reception is completed successfully, the RDRF bit in SSR is set to 1, and receive data is
transferred to RDR. If the RIE bit in SCR3 is set to 1 at this time, an RXI interrupt request is
generated. Continuous reception is possible because the RXI interrupt routine reads the receive
data transferred to RDR before reception of the next receive data has been completed.
Start
bit
Serial
data
1
0
Receive
data
D0
D1
D7
Parity Stop Start
bit
bit bit
0/1
1
0
1 frame
Receive
data
D0
D1
Parity Stop
bit
bit
D7
0/1
0
Mark state
(idle state)
1
1 frame
RDRF
FER
LSI
operation
RXI request
User
processing
RDRF
cleared to 0
RDR data read
0 stop bit
detected
ERI request in
response to
framing error
Framing error
processing
Figure 14-7 Example SCI3 Operation in Reception in Asynchronous Mode
(8-Bit Data, Parity, One Stop Bit)
Rev. 3.0, 03/01, page 205 of 382
Table 14-5 SSR Status Flags and Receive Data Handling
SSR Status Flag
RDRF*
OER
FER
PER
Receive Data
Receive Error Type
1
1
0
0
Lost
Overrun error
0
0
1
0
Transferred to RDR
Framing error
0
0
0
1
Transferred to RDR
Parity error
1
1
1
0
Lost
Overrun error + framing error
1
1
0
1
Lost
Overrun error + parity error
0
0
1
1
Transferred to RDR
Framing error + parity error
1
1
1
1
Lost
Overrun error + framing error +
parity error
Note: * The RDRF flag retains the state it had before data reception.
Rev. 3.0, 03/01, page 206 of 382
Table 14-5 shows the states of the SSR status flags and receive data handling when a receive error
is detected. If a receive error is detected, the RDRF flag retains its state before receiving data.
Reception cannot be resumed while a receive error flag is set to 1. Accordingly, clear the OER,
FER, PER, and RDRF bits to 0 before resuming reception. Figure 14-8 shows a sample flow chart
for serial data reception.
[1] Read the OER, PER, and FER flags in
SSR to identify the error. If a receive
error occurs, performs the appropriate
error processing.
Start reception
Read OER, PER, and
FER flags in SSR
No
Yes
[2] SCI status check and receive data read:
Read SSR and check that RDRF = 1,
then read the receive data in RDR and
Yes
clear the RDRF flag to 0. The RDRF
OER+PER+FER = 1
[4]
flag is cleared automatically.
[3] To continue serial reception, before the
No
Error processing
stop bit for the current frame is
received, read the RDRF flag, read
(Continued on next page)
RDR, and clear the RDRF flag to 0.
[2]
Read RDRF flag in SSR
The RDRF flag is cleared automatically.
[4] If a receive error occurs, read the OER,
PER, and FER flags in SSR to identify
the error. After performing the
RDRF = 1
appropriate error processing, ensure
that the OER, PER, and FER flags are
Yes
all cleared to 0. Reception cannot be
resumed if any of these flags are set to
Read receive data in RDR
1. In the case of a framing error, a
break can be detected by reading the
value of the input port corresponding to
the RxD pin.
All data received?
(A)
[1]
[3]
No
Clear RE bit in SCR3 to 0
<End>
Figure 14-8 Sample Serial Reception Data Flowchart (Asynchronous mode)(1)
Rev. 3.0, 03/01, page 207 of 382
[4]
Error processing
No
OER = 1
Yes
Overrun error processing
No
FER = 1
Yes
Yes
Break?
No
Framing error processing
Clear RE bit in SCR3 to 0
No
PER = 1
Yes
Parity error processing
Clear OER, PER, and
FER flags in SSR to 0
<End>
Figure 14-8 Sample Serial Reception Data Flowchart (2)
Rev. 3.0, 03/01, page 208 of 382
(A)
14.5
Operation in Clocked Synchronous Mode
Figure 14-9 shows the general format for clocked synchronous communication. In clocked
synchronous mode, data is transmitted or received synchronous with clock pulses. A single
character in the transmit data consists of the 8-bit data starting from the LSB. In clocked
synchronous serial communication, data on the transmission line is output from one falling edge of
the serial clock to the next. In clocked synchronous mode, the SCI3 receives data in synchronous
with the rising edge of the serial clock. After 8-bit data is output, the transmission line holds the
MSB state. In clocked synchronous mode, no parity or multiprocessor bit is added. Inside the
SCI3, the transmitter and receiver are independent units, enabling full-duplex communication
through the use of a common clock. Both the transmitter and the receiver also have a doublebuffered structure, so data can be read or written during transmission or reception, enabling
continuous data transfer.
8-bit
One unit of transfer data (character or frame)
*
*
Synchronization
clock
LSB
Bit 0
Serial data
MSB
Bit 1
Don’t care
Bit 2
Bit 3
Bit 4
Bit 5
Bit 6
Bit 7
Don’t care
Note: * High except in continuous transfer
Figure 14-9 Data Format in Synchronous Communication
14.5.1
Clock
Either an internal clock generated by the on-chip baud rate generator or an external
synchronization clock input at the SCK3 pin can be selected, according to the setting of the COM
bit in SMR and CKE0 and CKE1 bits in SCR3. When the SCI3 is operated on an internal clock,
the serial clock is output from the SCK3 pin. Eight serial clock pulses are output in the transfer of
one character, and when no transfer is performed the clock is fixed high.
14.5.2
SCI3 Initialization
Before transmitting and receiving data, the SCI3 should be initialized as described in a sample
flowchart in figure 14-4.
Rev. 3.0, 03/01, page 209 of 382
14.5.3
Serial Data Transmission
Figure 14-10 shows an example of SCI3 operation for transmission in clocked synchronous mode.
In serial transmission, the SCI3 operates as described below.
1. The SCI3 monitors the TDRE flag in SSR, and if the flag is 0, the SCI recognizes that data has
been written to TDR, and transfers the data from TDR to TSR.
2. The SCI3 sets the TDRE flag to 1 and starts transmission. If the TIE bit in SCR3 is set to 1 at
this time, a transmit data empty interrupt (TXI) is generated.
3. 8-bit data is sent from the TxD pin synchronized with the output clock when output clock
mode has been specified, and synchronized with the input clock when use of an external clock
has been specified. Serial data is transmitted sequentially from the LSB (bit 0), from the TXD
pin.
4. The SCI checks the TDRE flag at the timing for sending the MSB (bit 7).
5. If the TDRE flag is cleared to 0, data is transferred from TDR to TSR, and serial transmission
of the next frame is started.
6.
If the TDRE flag is set to 1, the TEND flag in SSR is set to 1, and the TDRE flag maintains
the output state of the last bit. If the TEIE bit in SCR3 is set to 1 at this time, a TEI interrupt
request is generated.
7.
The SCK3 pin is fixed high.
Figure 14-11 shows a sample flow chart for serial data transmission. Even if the TDRE flag is
cleared to 0, transmission will not start while a receive error flag (OER, FER, or PER) is set to 1.
Make sure that the receive error flags are cleared to 0 before starting transmission.
Serial
clock
Serial
data
Bit 0
Bit 1
1 frame
Bit 7
Bit 0
Bit 1
Bit 6
Bit 7
1 frame
TDRE
TEND
LSI
TXI interrupt
operation request
generated
TDRE flag
cleared
to 0
User
processing
Data written
to TDR
TXI interrupt request generated
TEI interrupt request
generated
Figure 14-10 Example of SCI3 Operation in Transmission in Clocked Synchronous Mode
Rev. 3.0, 03/01, page 210 of 382
Start transmission
[1]
[1]
Read TDRE flag in SSR
No
TDRE = 1
[2]
Yes
Write transmit data to TDR
Read SSR and check that the TDRE flag is
set to 1, then write transmit data to TDR
and clear the TDRE flag to 0. When data is
written to TDR, the TDRE flag is
automatically cleared to 0 and clocks are
output to start the data transmission.
To continue serial transmission, be sure to
read 1 from the TDRE flag to confirm that
writing is possible, then write data to TDR.
When data is written to TDR, the TDRE flag
is automatically cleared to 0.
No
[2]
All data transmitted?
Yes
Read TEND flag in SSR
No
TEND = 1
Yes
Clear TE bit in SCR3 to 0
<End>
Figure 14-11 Sample Serial Transmission Flowchart(Clocked Synchronous Mode)
Rev. 3.0, 03/01, page 211 of 382
14.5.4
Serial Data Reception (Clocked Synchronous Mode)
Figure 14-12 shows an example of SCI3 operation for reception in clocked synchronous mode. In
serial reception, the SCI3 operates as described below.
1.
The SCI3 performs internal initialization synchronous with a synchronous clock input or
output, starts receiving data.
2.
The SCI3 stores the received data in RSR.
3.
If an overrun error occurs (when reception of the next data is completed while the RDRF flag
in SSR is still set to 1), the OER bit in SSR is set to 1. If the RIE bit in SCR3 is set to 1 at this
time, an ERI interrupt request is generated, receive data is not transferred to RDR, and the
RDRF flag remains to be set to 1.
4.
If reception is completed successfully, the RDRF bit in SSR is set to 1, and receive data is
transferred to RDR. If the RIE bit in SCR3 is set to 1 at this time, an RXI interrupt request is
generated.
Reception cannot be resumed while a receive error flag is set to 1. Accordingly, clear the OER,
FER, PER, and RDRF bits to 0 before resuming reception. Figure 14-13 shows a sample flow
chart for serial data reception.
Serial
clock
Serial
data
Bit 7
Bit 0
Bit 7
1 frame
Bit 0
Bit 1
Bit 6
Bit 7
1 frame
RDRF
OER
LSI
operation
User
processing
RXI interrupt
request
generated
RDRF flag
cleared
to 0
RDR data read
RXI interrupt request generated
RDR data has
not been read
(RDRF = 1)
ERI interrupt request
generated by
overrun error
Overrun error
processing
Figure 14-12 Example of SCI3 Reception Operation in Clocked Synchronous Mode
Rev. 3.0, 03/01, page 212 of 382
Start reception
[1]
[1]
Read OER flag in SSR
[2]
Yes
OER = 1
[4]
No
Error processing
[3]
(Continued below)
Read RDRF flag in SSR
[2]
No
[4]
RDRF = 1
Yes
Read the OER flag in the serial status
register(SSR) to determine if there is an
error. If an overrun error has occurred,
execute overrun error processing.
Read SSR and check that the RDRF flag is
set to 1, then read the receive data in RDR.
When data is read from RDR, the RDRF
flag is automatically cleared to 0.
To continue serial reception, before the
MSB (bit 7) of the current frame is received,
reading the RDRF flag, reading RDR, and
clearing the RDRF flag to 0 should be
finished. When data is read from RDR, the
RDRF flag is automatically cleared to 0.
If an overrun error occurs, read the OER
flag in SSR, and after performing the
appropriate error processing, clear the OER
flag to 0. Transfer cannot be resumed if the
OER flag is set to 1.
Read receive data in RDR
Yes
All data received?
[3]
No
Clear RE bit in SCR3 to 0
<End>
[4]
Error processing
Overrun error processing
Clear OER flag in SSR to 0
<End>
Figure 14-13 Sample Serial Reception Flowchart(Clocked Synchronous Mode)
Rev. 3.0, 03/01, page 213 of 382
14.5.5
Simultaneous Serial Data Transmission and Reception
Figure 14-14 shows a sample flowchart for simultaneous serial transmit and receive operations.
The following procedure should be used for simultaneous serial data transmit and receive
operations. To switch from transmit mode to simultaneous transmit and receive mode, after
checking that the SCI3 has finished transmission and the TDRE and TEND flags are set to 1, clear
TE to 0. Then simultaneously set TE and RE to 1 with a single instruction. To switch from receive
mode to simultaneous transmit and receive mode, after checking that the SCI3 has finished
reception, clear RE to 0. Then after checking that the RDRF and receive error flags (OER, FER,
and PER) are cleared to 0, simultaneously set TE and RE to 1 with a single instruction.
Rev. 3.0, 03/01, page 214 of 382
Start transmission/reception
Read TDRE flag in SSR
[1]
[1]
No
TDRE = 1
Yes
Write transmit data to TDR
Read ORER flag in SSR
OER = 1
No
Read RDRF flag in SSR
Yes
[4]
Error processing
[2]
No
RDRF = 1
Yes
Read receive data in RDR
Read SSR and check that the TDRE
flag is set to 1, then write transmit
data to TDR.
When data is written to TDR, the
TDRE flag is automatically cleared to
0.
[2] Read SSR and check that the RDRF
flag is set to 1, then read the receive
data in RDR.
When data is read from RDR, the
RDRF flag is automatically cleared to
0.
[3] To continue serial transmission/
reception, before the MSB (bit 7) of
the current frame is received, finish
reading the RDRF flag, reading RDR.
Also, before the MSB (bit 7) of the
current frame is transmitted, read 1
from the TDRE flag to confirm that
writing is possible. Then write data to
TDR.
When data is written to TDR, the
TDRE flag is automatically cleared to
0. When data is read from RDR, the
RDRF flag is automatically cleared to
0.
[4] Receive error processing:
If an overrun error occurs, read the
OER flag in SSR, and after
performing the appropriate error
processing, clear the OER flag to 0.
Transmission/reception cannot be
resumed if the OER flag is set to 1.
For overrun error processing, see
figure 14-13.
Yes
All data received?
[3]
No
Clear TE and RE bits in SCR to 0
<End>
Figure 14-14 Sample Flowchart of Simultaneous Serial Transmit and Receive Operations
(Clocked Synchronous Mode)
Rev. 3.0, 03/01, page 215 of 382
14.6
Multiprocessor Communication Function
Use of the multiprocessor communication function enables data transfer between a number of
processors sharing communication lines by asynchronous serial communication using the
multiprocessor format, in which a multiprocessor bit is added to the transfer data. When
multiprocessor communication is performed, each receiving station is addressed by a unique ID
code. The serial communication cycle consists of two component cycles; an ID transmission cycle
that specifies the receiving station, and a data transmission cycle. The multiprocessor bit is used to
differentiate between the ID transmission cycle and the data transmission cycle. If the
multiprocessor bit is 1, the cycle is an ID transmission cycle; if the multiprocessor bit is 0, the
cycle is a data transmission cycle. Figure 14-15 shows an example of inter-processor
communication using the multiprocessor format. The transmitting station first sends the ID code
of the receiving station with which it wants to perform serial communication as data with a 1
multiprocessor bit added. It then sends transmit data as data with a 0 multiprocessor bit added.
When data with a 1 multiprocessor bit is received, the receiving station compares that data with its
own ID. The station whose ID matches then receives the data sent next. Stations whose IDs do not
match continue to skip data until data with a 1 multiprocessor bit is again received.
The SCI3 uses the MPIE bit in SCR3 to implement this function. When the MPIE bit is set to 1,
transfer of receive data from RSR to RDR, error flag detection, and setting the SSR status flags,
RDRF, FER, and OER to 1, are inhibited until data with a 1 multiprocessor bit is received. On
reception of a receive character with a 1 multiprocessor bit, the MPBR bit in SSR is set to 1 and
the MPIE bit is automatically cleared, thus normal reception is resumed. If the RIE bit in SCR3 is
set to 1 at this time, an RXI interrupt is generated.
When the multiprocessor format is selected, the parity bit setting is rendered invalid. All other bit
settings are the same as those in normal asynchronous mode. The clock used for multiprocessor
communication is the same as that in normal asynchronous mode.
Rev. 3.0, 03/01, page 216 of 382
Transmitting
station
Serial transmission line
Receiving
station A
Receiving
station B
Receiving
station C
Receiving
station D
(ID = 01)
(ID = 02)
(ID = 03)
(ID = 04)
Serial
data
H'01
H'AA
(MPB = 1)
(MPB = 0)
ID transmission cycle = Data transmission cycle =
Data transmission to
receiving station
receiving station specified by ID
specification
Legend
MPB: Multiprocessor bit
Figure 14-15 Example of Communication Using Multiprocessor Format
(Transmission of Data H'AA to Receiving Station A)
Rev. 3.0, 03/01, page 217 of 382
14.6.1
Multiprocessor Serial Data Transmission
Figure 14-16 shows a sample flowchart for multiprocessor serial data transmission. For an ID
transmission cycle, set the MPBT bit in SSR to 1 before transmission. For a data transmission
cycle, clear the MPBT bit in SSR to 0 before transmission. All other SCI3 operations are the same
as those in asynchronous mode.
Start transmission
[1]
[1]
Read TDRE flag in SSR
No
TDRE = 1
[2]
Yes
Set MPBT bit in SSR
[3]
Write transmit data to TDR
Yes
[2]
Read SSR and check that the TDRE
flag is set to 1, set the MPBT bit in
SSR to 0 or 1, then write transmit
data to TDR. When data is written to
TDR, the TDRE flag is automatically
cleared to 0.
To continue serial transmission, be
sure to read 1 from the TDRE flag to
confirm that writing is possible, then
write data to TDR. When data is
written to TDR, the TDRE flag is
automatically cleared to 0.
To output a break in serial
transmission, set the port PCR to 1,
clear PDR to 0, then clear the TE bit
in SCR3 to 0.
All data transmitted?
No
Read TEND flag in SSR
No
TEND = 1
Yes
No
[3]
Break output?
Yes
Clear PDR to 0 and set PCR to 1
Clear TE bit in SCR3 to 0
<End>
Figure 14-16 Sample Multiprocessor Serial Transmission Flowchart
Rev. 3.0, 03/01, page 218 of 382
14.6.2
Multiprocessor Serial Data Reception
Figure 14-17 shows a sample flowchart for multiprocessor serial data reception. If the MPIE bit in
SCR3 is set to 1, data is skipped until data with a 1 multiprocessor bit is sent. On receiving data
with a 1 multiprocessor bit, the receive data is transferred to RDR. An RXI interrupt request is
generated at this time. All other SCI3 operations are the same as in asynchronous mode. Figure
14-18 shows an example of SCI3 operation for multiprocessor format reception.
Rev. 3.0, 03/01, page 219 of 382
[1]
[2]
Start reception
Read MPIE bit in SCR3
[1]
Read OER and FER flags in SSR
[2]
[3]
Yes
FER+OER = 1
No
Read RDRF flag in SSR
Set the MPIE bit in SCR to 1.
Read OER and FER in SSR to check for
errors. Receive error processing is performed
in cases where a receive error occurs.
Read SSR and check that the RDRF flag is
set to 1, then read the receive data in RDR
and compare it with this station’s ID.
If the data is not this station’s ID, set the MPIE
bit to 1 again, and clear the RDRF flag to 0.
When data is read from RDR, the RDRF flag
is automatically cleared to 0.
[3]
[4]
No
RDRF = 1
[5]
Yes
Read receive data in RDR
No
This station’s ID?
Yes
SCI status check and data reception:
Read SSR and check that the RDRF flag is
set to 1, then read the data in RDR.
If a receive error occurs, read the OER and
FER flags in SSR to identify the error. After
performing the appropriate error processing,
ensure that the OER and FER flags are all
cleared to 0.
Reception cannot be resumed if either of
these flags is set to 1.
In the case of a framing error, a break can be
detected by reading the RxD pin value.
Read OER and FER flags in SSR
Yes
FER+OER = 1
No
Read RDRF flag in SSR
[4]
No
RDRF = 1
Yes
Read receive data in RDR
Yes
[5]
All data received?
Error processing
No
[A]
(Continued on
next page)
Clear RE bit in SCR3 to 0
<End>
Figure 14-17 Sample Multiprocessor Serial Reception Flowchart (1)
Rev. 3.0, 03/01, page 220 of 382
[5]
Error processing
No
OER = 1
Yes
Overrun error processing
No
FER = 1
Yes
Yes
Break?
No
[A]
Framing error processing
Clear OER, and
FER flags in SSR to 0
<End>
Figure 14-17 Sample Multiprocessor Serial Reception Flowchart (2)
Rev. 3.0, 03/01, page 221 of 382
Start
bit
Serial
data
1
0
Receive
data (ID1)
D0
D1
D7
MPB
1
Stop Start
bit bit
1
0
Receive data
(Data1)
D0
1 frame
D1
D7
MPB
Stop
bit
Mark state
(idle state)
0
1
1
1 frame
MPIE
RDRF
RDR
value
ID1
LSI
operation
RDRF flag
cleared
to 0
RXI interrupt
request
MPIE cleared
to 0
User
processing
RXI interrupt request
is not generated, and
RDR retains its state
RDR data read
When data is not
this station's ID,
MPIE is set to 1
again
(a) When data does not match this receiver's ID
Start
bit
Serial
data
1
0
Receive
data (ID2)
D0
D1
D7
MPB
1
Stop Start
bit bit
1
0
Receive data
(Data2)
D0
1 frame
D1
D7
MPB
Stop
bit
Mark state
(idle state)
0
1
1
1 frame
MPIE
RDRF
RDR
value
LSI
operation
User
processing
ID1
ID2
RXI interrupt
request
MPIE cleared
to 0
RDRF flag
cleared
to 0
RDR data read
Data2
RXI interrupt
request
When data is
this station's
ID, reception
is continued
RDRF flag
cleared
to 0
RDR data read
MPIE set to 1
again
(b) When data matches this receiver's ID
Figure 14-18 Example of SCI3 Operation in Reception Using Multiprocessor Format
(Example with 8-Bit Data, MultiprocessorBit, One Stop Bit)
Rev. 3.0, 03/01, page 222 of 382
14.7
Interrupts
SCI3 creates the following six interrupt requests: transmission end, transmit data empty, receive
data full, and receive errors (overrun error, framing error, and parity error). Table 14-6 shows the
interrupt sources.
Table 14-6 SCI3 Interrupt Requests
Interrupt Requests
Abbrev.
Interrupt Sources
Receive Data Full
RXI
Setting RDRF in SSR
Transmit Data Empty
TXI
Setting TDRE in SSR
Transmission End
TEI
Setting TEND in SSR
Receive Error
ERI
Setting OER, FER, and PER in SSR
The initial value of the TDRE flag in SSR is 1. Thus, when the TIE bit in SCR3 is set to 1 before
transferring the transmit data to TDR, a TXI interrupt request is generated even if the transmit data
is not ready. The initial value of the TEND flag in SSR is 1. Thus, when the TEIE bit in SCR3 is
set to 1 before transferring the transmit data to TDR, a TEI interrupt request is generated even if
the transmit data has not been sent. It is possible to make use of the most of these interrupt
requests efficiently by transferring the transmit data to TDR in the interrupt routine. To prevent
the generation of these interrupt requests (TXI and TEI), set the enable bits (TIE and TEIE) that
correspond to these interrupt requests to 1, after transferring the transmit data to TDR.
Rev. 3.0, 03/01, page 223 of 382
14.8
Usage Notes
14.8.1
Break Detection and Processing
When framing error detection is performed, a break can be detected by reading the RxD pin value
directly. In a break, the input from the RxD pin becomes all 0s, setting the FER flag, and possibly
the PER flag. Note that as the SCI3 continues the receive operation after receiving a break, even if
the FER flag is cleared to 0, it will be set to 1 again.
14.8.2
Mark State and Break Detection
When TE is 0, the TxD pin is used as an I/O port whose direction (input or output) and level are
determined by PCR and PDR. This can be used to set the TxD pin to mark state (high level) or
send a break during serial data transmission. To maintain the communication line at mark state
until TE is set to 1, set both PCR and PDR to 1. As TE is cleared to 0 at this point, the TxD pin
becomes an I/O port, and 1 is output from the TxD pin. To send a break during serial transmission,
first set PCR to 1 and PDR to 0, and then clear TE to 0. When TE is cleared to 0, the transmitter is
initialized regardless of the current transmission state, the TxD pin becomes an I/O port, and 0 is
output from the TxD pin.
14.8.3
Receive Error Flags and Transmit Operations (Clocked Synchronous Mode Only)
Transmission cannot be started when a receive error flag (OER, PER, or FER) is set to 1, even if
the TDRE flag is cleared to 0. Be sure to clear the receive error flags to 0 before starting
transmission. Note also that receive error flags cannot be cleared to 0 even if the RE bit is cleared
to 0.
Rev. 3.0, 03/01, page 224 of 382
14.8.4
Receive Data Sampling Timing and Reception Margin in Asynchronous Mode
In asynchronous mode, the SCI3 operates on a basic clock with a frequency of 16 times the
transfer rate. In reception, the SCI3 samples the falling edge of the start bit using the basic clock,
and performs internal synchronization. Receive data is latched internally at the rising edge of the
8th pulse of the basic clock as shown in figure 14-19. Thus, the reception margin in asynchronous
mode is given by formula (1) below.


1
D – 0.5
M = (0.5 –
)–
– (L – 0.5) F × 100(%)
2N
N


... Formula (1)
Where N
D
L
F
: Ratio of bit rate to clock (N = 16)
: Clock duty (D = 0.5 to 1.0)
: Frame length (L = 9 to 12)
: Absolute value of clock rate deviation
Assuming values of F (absolute value of clock rate deviation) = 0 and D (clock duty) = 0.5 in
formula (1), the reception margin can be given by the formula.
M = {0.5 – 1/(2 × 16)} × 100 [%] = 46.875%
However, this is only the computed value, and a margin of 20% to 30% should be allowed for in
system design.
16 clocks
8 clocks
0
7
15 0
7
15 0
Internal basic
clock
Receive data
(RxD)
Start bit
D0
D1
Synchronization
sampling timing
Data sampling
timing
Figure 14-19 Receive Data Sampling Timing in Asynchronous Mode
Rev. 3.0, 03/01, page 225 of 382
Rev. 3.0, 03/01, page 226 of 382
2
Section 15 I C Bus Interface (IIC)
2
2
The I C bus interface conforms to and provides a subset of the Philips I C bus (inter-IC bus)
2
interface functions. The register configuration that controls the I C bus differs partly from the
Philips configuration, however.
15.1
Features
• Selection of I C format or clocked synchronous serial format
2
 I C bus format: addressing format with acknowledge bit, for master/slave operation
2
 Clocked synchronous serial format: non-addressing format without acknowledge bit, for
master operation only
• I C bus format
• Two ways of setting slave address
2
• Start and stop conditions generated automatically in master mode
• Selection of acknowledge output levels when receiving
• Automatic loading of acknowledge bit when transmitting
• Wait function in master mode
A wait can be inserted by driving the SCL pin low after data transfer, excluding
acknowledgement. The wait can be cleared by clearing the interrupt flag.
• Wait function in slave mode
A wait request can be generated by driving the SCL pin low after data transfer, excluding
acknowledgement. The wait request is cleared when the next transfer becomes possible.
• Three interrupt sources
2
 Data transfer end (including transmission mode transition with I C bus format and address
reception after loss of master arbitration)
 Address match: when any slave address matches or the general call address is received in
slave receive mode
 Stop condition detection
• Selection of 16 internal clocks (in master mode)
• Direct bus drive
 Two pins, SCL and SDA pins function as NMOS open-drain outputs when the bus drive
function is selected.
2
Figure 15-1 shows a block diagram of the I C bus interface.
Figure 15-2 shows an example of I/O pin connections to external circuits. The I/O pins are NMOS
open drains. Set the upper limit of voltage applied to the power supply (VCC) voltage range +
0.3 V, i.e. 5.8 V.
Rev. 3.0, 03/01, page 227 of 382
ø
PS
ICCR
SCL
Clock
control
Noise
canceler
Bus state
decision
circuit
SDA
ICSR
Arbitration
decision
circuit
ICDRT
Output data
control
circuit
ICDRS
Internal data bus
ICMR
ICDRR
Noise
canceler
Address
comparator
SAR, SARX
Interrupt
generator
Legend:
ICCR: I2C bus control register
ICMR: I2C bus mode register
ICSR: I2C bus status register
ICDR: I2C bus data register
SAR: Slave address register
SARX: Slave address register X
Prescaler
PS:
2
Figure 15-1 Block Diagram of I C Bus Interface
Rev. 3.0, 03/01, page 228 of 382
Interrupt
request
VDD
VCC
SCL
SCL
SDA
SDA
SCL in
SDA in
(Master)
SCL
SDA
out
SCL in
This LSI
SCL in
out
SDA in
SCL
SDA
out
out
SDA in
out
out
(Slave 1)
(Slave 2)
2
Figure 15-2 I C Bus Interface Connections (Example: This LSI as Master)
15.2
Input/Output Pins
2
Table 15-1 summarizes the input/output pins used by the I C bus interface.
2
Table 15-1 I C Bus Interface Pins
Name
Abbreviation
I/O
Function
Serial clock
SCL
I/O
IIC serial clock input/output
Serial data
SDA
I/O
IIC serial data input/output
15.3
Register Descriptions
2
The I C bus interface has the following registers. For details on register addresses and register
states during each processing, refer to appendix B, Internal I/O Register.
• I C bus control register(ICCR)
2
• I C bus status register(ICSR)
2
• I C bus data register(ICDR)
2
• I C bus mode register(ICMR)
2
• Slave address register(SAR)
• Second slave address register(SARX)
• Timer serial control register(TSCR)
Rev. 3.0, 03/01, page 229 of 382
15.3.1
2
I C bus data register(ICDR)
ICDR is an 8-bit readable/writable register that is used as a transmit data register when
transmitting and a receive data register when receiving. ICDR is divided internally into a shift
register (ICDRS), receive buffer (ICDRR), and transmit buffer (ICDRT). Data transfers among the
three registers are performed automatically in coordination with changes in the bus state, and
affect the status of internal flags such as TDRE and RDRF. When TDRE is 1 and the transmit
buffer is empty, TDRE shows that the next transmit data can be written from the CPU. When
RDRF is 1, it shows that the valid receive data is stored in the receive buffer.
2
If I C is in transmit mode and the next data is in ICDRT (the TDRE flag is 0) following
transmission/reception of one frame of data using ICDRS, data is transferred automatically from
2
ICDRT to ICDRS. If I C is in receive mode and no previous data remains in ICDRR (the RDRF
flag is 0) following transmission/reception of one frame of data using ICDRS, data is transferred
automatically from ICDRS to ICDRR.
If the number of bits in a frame, excluding the acknowledge bit, is less than 8, transmit data and
receive data are stored differently. Transmit data should be written justified toward the MSB side
when MLS = 0, and toward the LSB side when MLS = 1. Receive data bits read from the LSB
side should be treated as valid when MLS = 0, and bits read from the MSB side when MLS = 1.
ICDR can be written and read only when the ICE bit is set to 1 in ICCR.
The value of ICDR is undefined after a reset.
The TDRE and RDRF flags are set and cleared under the conditions shown below. Setting the
TDRE and RDRF flags affects the status of the interrupt flags.
Rev. 3.0, 03/01, page 230 of 382
Bit
Bit Name
Initial Value R/W
Description
−
TDRE
−
Transmit Data Register Empty
−
[Setting conditions]
•
In transmit mode, when a start condition is detected in
the bus line state after a start condition is issued in
2
master mode with the I C bus format or serial format
selected
•
When transmit mode (TRS = 1) is set without a format
•
When data is transferred from ICDRT to ICDRS
•
When a switch is made from receive mode to transmit
mode after detection of a start condition
[Clearing conditions]
−
RDRF
−
−
•
When transmit data is written in ICDR in transmit mode
•
When a stop condition is detected in the bus line state
2
after a stop condition is issued with the I C bus format
or serial format selected
•
When a stop condition is detected with the I C bus
format selected
•
In receive mode
2
Receive Data Register Full
[Setting condition]
When data is transferred from ICDRS to ICDRR
[Clearing condition]
When ICDR(ICDRR) receive data is read in receive mode
Rev. 3.0, 03/01, page 231 of 382
15.3.2
Slave address register(SAR)
SAR selects the slave address and selects the communication format. SAR can be written and read
only when the ICE bit is cleared to 0 in ICCR.
Bit
Bit Name
Initial Value R/W
Description
7
SVA6
0
R/W
Slave Address 6 to 0
6
SVA5
0
R/W
Sets a slave address
5
SVA4
0
R/W
4
SVA3
0
R/W
3
SVA2
0
R/W
2
SVA1
0
R/W
1
SVA0
0
R/W
0
FS
0
R/W
15.3.3
Selects the communication format together with the FSX bit
in SARX. Refer to table 15-2.
Second slave address register(SARX)
SARX stores the second slave address and selects the communication format. SARX can be
written and read only when the ICE bit is cleared to 0 in ICCR.
Bit
Bit Name
Initial Value R/W
Description
7
SVAX6
0
R/W
Slave Address 6 to 0
6
SVAX5
0
R/W
Sets the second slave address
5
SVAX4
0
R/W
4
SVAX3
0
R/W
3
SVAX2
0
R/W
2
SVAX1
0
R/W
1
SVAX0
0
R/W
0
FSX
0
R/W
Rev. 3.0, 03/01, page 232 of 382
Selects the communication format together with the FS bit
in SAR. Refer to table 15-2.
Table 15-2 Communication Format
SAR
SARX
FS
FSX
I C Transfer Format
0
0
SAR and SARX are used as the slave addresses with
2
the I C bus format.
0
1
Only SAR is used as the slave address with the I C bus
format.
1
0
Only SARX is used as the slave address with the I C
bus format.
1
1
Clock synchronous serial format (SAR and SARX are
invalid)
15.3.4
2
2
2
2
I C Bus Mode Register(ICMR)
2
The I C bus mode register (ICMR) sets the transfer format and transfer rate. It can only be
accessed when the ICE bit in ICCR is 1.
Rev. 3.0, 03/01, page 233 of 382
Bit
Bit Name
Initial Value R/W
Description
7
MLS
0
MSB-First/LSB-First Select
R/W
0: MSB-first
1: LSB-first
2
Set this bit to 0 when the I C bus format is used.
6
WAIT
0
R/W
Wait Insertion Bit
2
This bit is valid only in master mode with the I C bus
format.
When WAIT is set to 1, after the fall of the clock for the final
data bit, the IRIC flag is set to 1 in ICCR, and a wait state
begins(with SCL at the low level). When the IRIC flag is
cleared to 0 in ICCR, the wait ends and the acknowledge
bit is transferred. If WAIT is cleared to 0, data and
acknowledge bits are transferred consecutively with no wait
inserted. The IRIC flag in ICCR is set to 1 on completion of
the acknowledge bit transfer, regardless of the WAIT
setting.
5
CKS2
0
R/W
Serial Clock Select 2 to 0
4
CKS1
0
R/W
This bit is valid only in master mode.
3
CKS0
0
R/W
These bits select the required transfer rate, together with
the IICX bit in TSCR. Refer table 15-3.
2
BC2
0
R/W
Bit Counter 2 to 0
1
BC1
0
R/W
0
BC0
0
R/W
These bits specify the number of bits to be transferred next.
2
With the I C bus format, the data is transferred with one
addition acknowledge bit. Bit BC2 to BC0 settings should
be made during an interval between transfer frames. If bits
BC2 to BC0 are set to a value other than 000, the setting
should be made while the SCL line is low. The value
returns to 000 at the end of a data transfer, including the
acknowledge bit.
2
Rev. 3.0, 03/01, page 234 of 382
I C Bus Format
Clocked Synchronous Mode
000: 9
000: 8
001: 2
001: 1
010: 3
010: 2
011: 4
011: 3
100: 5
100: 4
101: 6
101: 5
110: 7
110: 6
111: 8
111: 7
2
Table 15-3 I C Transfer Rate
TSCR
ICMR
Bit 0
Bit 5
Bit 4
Bit 3
IICX
CKS2
CKS1
CKS0
Clock
φ=5 MHz
φ=8 MHz
φ=10 MHz φ=16 MHz
0
0
0
0
φ/28
179MHz
286kHz
357kHz
571kHz
0
0
0
1
φ/40
125kHz
200kHz
250kHz
400kHz
0
0
1
0
φ/48
104kHz
167kHz
208kHz
333kHz
0
0
1
1
φ/64
78.1kHz
125kHz
156kHz
250kHz
0
1
0
0
φ/80
62.5kHz
100kHz
125kHz
200kHz
0
1
0
1
φ/100
50.0kHz
80.0kHz
100kHz
160kHz
0
1
1
0
φ/112
44.6kHz
71.4kHz
89.3kHz
143kHz
0
1
1
1
φ/128
39.1kHz
62.5kHz
78.1kHz
125kHz
1
0
0
0
φ/56
89.3kHz
143kHz
179kHz
286kHz
1
0
0
1
φ/80
62.5kHz
100kHz
125kHz
200kHz
1
0
1
0
φ/96
52.1kHz
83.3kHz
104kHz
167kHz
1
0
1
1
φ/128
39.1kHz
62.5kHz
78.1kHz
125kHz
1
1
0
0
φ/160
31.3kHz
50.0kHz
62.5kHz
100kHz
1
1
0
1
φ/200
25.0kHz
40.0kHz
50.0kHz
80.0kHz
1
1
1
0
φ/224
22.3kHz
35.7kHz
44.6kHz
71.4kHz
1
1
1
1
φ/256
19.5kHz
31.3kHz
39.1kHz
62.5kHz
15.3.5
Transfer Rate
2
I C Bus Control Register(ICCR)
2
2
I C bus control register (ICCR) consists of the control bits and interrupt request flags of I C bus
interface.
Bit
Bit Name
Initial Value R/W
Description
7
ICE
0
I C Bus Interface Enable
R/W
2
2
When this bit is set to 1, the I C bus interface module is
enabled to send/receive data and drive the bus since it is
connected to the SCL and SDA pins. ICMR and ICDR can
be accessed.
When this bit is cleared, the module is halted and
separated from the SCL and SDA pins. SAR and SARX
can be accessed.
Rev. 3.0, 03/01, page 235 of 382
Bit
Bit Name
Initial Value R/W
Description
6
IEIC
0
I C Bus Interface Interrupt Enable
R/W
2
When this bit is 1, Interrupts are enabled by IRIC.
5
MST
0
R/W
Master/Slave Select
4
TRS
0
R/W
Transmit/Receive Select
00: Slave receive mode
01: Slave transmit mode
10: Master receive mode
11: Master transmit mode
Both these bits will be cleared by hardware when they lose
2
in a bus contention in master mode of the I C bus format. In
slave receive mode, the R/W bit in the first frame
immediately after the start automatically sets these bits in
receive mode or transmit mode by using hardware. The
settings can be made again for the bits that were
set/cleared by hardware, by reading these bits. When the
TRS bit is intended to change during a transfer, the bit will
not be switched until the frame transfer is completed,
including acknowledgement.
3
ACKE
0
R/W
Acknowledge Bit Judgement Selection
0: The value of the acknowledge bit is ignored, and
continuous transfer is performed. The value of the received
acknowledge bit is not indicated by the ACKB bit, which is
always 0.
1: If the acknowledge bit is 1, continuous transfer is
interrupted.
2
BBSY
0
R/W
Bus Busy
In slave mode, reading the BBSY flag enables to confirm
2
whether the I C bus is occupied or released. The BBSY flag
is set to 0 when the SDA level changes from high to low
under the condition of SCl = high, assuming that the start
condition has been issued. The BBSY flag is cleared to 0
when the SDA level changes from low to high under the
condition of SCl = high, assuming that the start condition
has been issued. Writing to the BBSY flag in slave mode is
disabled.
In master mode, the BBSY flag is used to issue start and
stop conditions. Write 1 to BBSY and 0 to SCP to issue a
start condition. Follow this procedure when also retransmitting a start condition. To issue a start/stop
2
condition, use the MOV instruction. The I C bus interface
must be set in master transmit mode before the issue of a
start condition.
Rev. 3.0, 03/01, page 236 of 382
Bit
Bit Name
Initial Value R/W
Description
1
IRIC
0
I C Bus Interface Interrupt Request Flag
R/W
2
Also see table 15-4.
[Setting conditions]
2
In master mode with I C bus format
•
When a start condition is detected in the bus line state
after a start condition is issued
•
When a wait is inserted between the data and
acknowledge bit when WAIT=1
•
At the rising edge of the ninth transfer/receive clock,
and at the falling edge of the eigth transfer/receive
clock
•
When a slave address is received after bus arbitration
is lost(when the AL flag is set to1)
•
When 1 is received as the acknowledge bit when the
ACKE bit is 1(when the ACKB bit is set to 1)
2
I C bus format slave mode
•
When the slave address(SVA, SVAX) matches(when
the AAS and AASX flags are set to 1) and at the end of
data transfer up to the subsequent retransmission start
condition or stop condition detection(FS=0 and when
the TDRE or RDRF flag is set to 1)
•
When the general call address is detected(when the
ADZ flag is set to 1) and at the end of data transfer up
to the subsequent retransmission start condition or stop
condition detection(when the TDRE or RDRF flag is set
to 1)
•
When 1 is received as the acknowledge bit when the
ACKE bit is 1(when the ACKB bit is set to 1)
•
When a stop condition is detected(when the STOP or
ESTP flag is set to 1)
Clocked synchronous serial format
•
At the end of data transfer(when the TDRE or RDRF
flag is set to 1)
•
When a start condition is detected with serial format
selected
[Clearing condition]
When 0 is written in IRIC after reading IRIC=1
Rev. 3.0, 03/01, page 237 of 382
Bit
Bit Name
Initial Value R/W
Description
0
SCP
1
Start Condition/Stop Condition Prohibit
W
The SCP bit controls the issue of start/stop conditions in
master mode.
To issue a start condition, write 1 in BBSY and 0 in SCP. A
retransmit start condition is issued in the same way. To
issue a stop condition, write 0 in BBSY and 0 in SCP. This
bit is always read as 1. If 1 is written, the data is not stored.
15.3.6
2
I C Bus Status Register(ICSR)
2
The I C bus status register (ICSR) consists of status flags. Also see table 15-4.
Bit
Bit Name
Initial Value R/W
Description
7
ESTP
0
Error Stop Condition Detection Flag
R/W
2
This bit is valid in I C bus format slave mode.
[Setting condition]
When a stop condition is detected during frame transfer.
[Clearing condition]
6
STOP
0
R/W
•
When 0 is written in ESTP after reading ESTP=1
•
When the IRIC flag is cleared to 0
Normal Stop Condition Detection Flag
2
This bit is valid in I C bus format slave mode.
[Setting condition]
When a stop condition is detected during frame transfer.
[Clearing condition]
5
IRTR
0
R/W
•
When 0 is written in STOP after reading STOP=1
•
When the IRIC flag is cleared to 0
2
I C Bus Interface Continuous Transmission/Reception
Interrupt Request Flag
[Setting conditions]
2
In I C bus interface slave mode
•
When the TDRE or RDRF flag is set to 1 when AASX=1
2
In I C bus interface other modes
•
When the TDRE or RDRF flag is set to 1
[Clearing conditions]
Rev. 3.0, 03/01, page 238 of 382
•
When 0 is written in IRTR after reading IRTR=1
•
When the IRIC flag is cleared to 0
Bit
Bit Name
Initial Value R/W
Description
4
AASX
0
Second Slave Address Recognition Flag
R/W
[Setting condition]
When the second slave address is detected in slave
receive mode and FSX=0
[Clearing conditions]
•
3
AL
0
R/W
When 0 is written in AASX after reading AASX=1
•
When a start condition is detected
•
In master mode
Arbitration Lost
[Setting condition]
When bus arbitration was lost in master mode.
[Clearing conditions]
2
AAS
0
R/W
•
When 0 is written in AL after reading AL=1
•
When ICDR data is written(transmit mode) or
read(receive mode)
Slave Address Recognition Flag
[Setting condition]
When the slave address or general call address is detected
in slave receive mode and FS=0.
[Clearing conditions]
1
ADZ
0
R/W
•
When ICDR data is written(transmit mode) or
read(receive mode)
•
When 0 is written in AAS after reading AAS=1
•
In master mode
General Call Address Recognition Flag
2
This bit is valid in I C bus format slave receive mode.
[Setting condition]
When the general call address is detected in slave receive
mode and FSX=0 or FS=0.
[Clearing conditions]
•
When ICDR data is written(transmit mode) or
read(receive mode)
•
When 0 is written in ADZ after reading ADZ=1
•
In master mode
Rev. 3.0, 03/01, page 239 of 382
Bit
Bit Name
Initial Value R/W
Description
0
ACKB
0
Acknowledge Bit
R/W
In transmit mode, the acknowledge data that are returned
by the receive device is loaded. In receive mode, the
acknowledge data originally specified to this bit is sent to
the transmit device, after receiving data. When this bit is
read, the loaded value (return value from the receive
device) is read at transmission and the specified value is
read at reception.
15.3.7
Timer Serial Control Register(TSCR)
The timer serial control register (TSCR) is an 8-bit readable/writable register that controls the
operating modes.
Bit
Bit Name
Initial Value R/W
Description
7
−
1
−
Reserved
6
−
1
−
This bit is always read as 1 and cannot be modified.
5
−
1
−
4
−
1
−
3
−
1
−
2
−
1
−
1
IICRST
0
R/W
2
I C Control Unit Reset
2
Resets the control unit except for the I C registers. When a
2
hang up occurs due to illegal communication during I C
operation, setting IICRST to 1 can set a port or reset the
2
I C control unit without initializing registers.
0
IICX
0
R/W
2
I C Transfer Rate Select
Selects the transfer rate in master mode, together with bits
CKS2 to CKS0 in ICMR. Refer to table 15-3.
2
When, with the I C bus format selected, IRIC is set to 1 and an interrupt is generated, other flags
must be checked in order to identify the source that set IRIC to 1. Although each source has a
corresponding flag, caution is needed at the end of a transfer. When the TDRE or RDRF internal
flag is set, the readable IRTR flag may or may not be set. Even when the IRIC flag and IRTR flag
are set, the TDRE or RDRF internal flag may not be set. Table 15-4 shows the relationship
between the flags and the transfer states.
Rev. 3.0, 03/01, page 240 of 382
Table 15-4 Flags and Transfer States
MST TRS BBSY ESTP STOP IRTR AASX AL
AAS ADZ ACKB State
1/0
1/0
0
0
0
0
0
0
0
0
0
Idle state(flag clearing required)
1
1
0
0
0
0
0
0
0
0
0
Start condition issuance
1
1
1
0
0
1
0
0
0
0
0
Start condition established
1
1/0
1
0
0
0
0
0
0
0
0/1
Master mode wait
1
1/0
1
0
0
1
0
0
0
0
0/1
Master mode transmit/receive end
0
0
1
0
0
0
1/0
1
1/0
1/0
0
Arbitration lost
0
0
1
0
0
0
0
0
1
0
0
SAR match by first frame in slave mode
0
0
1
0
0
0
0
0
1
1
0
General call address match
0
0
1
0
0
0
1
0
0
0
0
SARX match
0
1/0
1
0
0
0
0
0
0
0
0/1
Slave mode transmit/receive end(except after
SARX match)
0
1/0
1
0
0
1
1
0
0
0
0
0
1
1
0
0
0
1
0
0
0
1
0
1/0
0
1/0
1/0
0
0
0
0
0
0/1
15.4
Slave mode transmit/receive end(after SARX
match)
Stop condition detected
Operation
2
2
The I C bus interface has serial and I C bus formats.
15.4.1
2
I C Bus Data Format
2
The I C bus formats are addressing formats and an acknowledge bit is inserted. These are shown
2
in figures 15-3. Figure 15-5 shows the I C bus timing.The first frame following a start condition
always consists of 8 bits.
Rev. 3.0, 03/01, page 241 of 382
(a) I2C bus format (FS = 0 or FSX = 0)
S
SLA
1
7
R/
1
A
DATA
A
A/
P
1
n
1
1
1
1
n: transfer bit count
(n = 1 to 8)
m: transfer frame count
(m ≥ 1)
m
(b) I2C bus format (start condition retransmission, FS = 0 or FSX = 0)
S
SLA
1
7
R/
1
A
DATA
1
n1
1
A/
S
SLA
1
1
7
R/
1
m1
A
DATA
1
n2
1
A/
P
1
1
m2
n1 and n2: transfer bit count (n1 and n2 = 1 to 8)
m1 and m2: transfer frame count (m1 and m2 ≥ 1)
2
2
Figure 15-3 I C Bus Data Formats (I C Bus Formats)
SDA
SCL
S
1-7
8
9
SLA
R/
A
1-7
8
DATA
9
A
1-7
DATA
8
9
A/
P
2
Figure 15-4 I C Bus Timing
Legend
S:
Start condition. The master device drives SDA from high to low while SCL is high
SLA:
Slave address
R/W:
Indicates the direction of data transfer: from the slave device to the master device when
R/W is 1, or from the master device to the slave device when R/W is 0
A:
Acknowledge. The receiving device drives SDA
DATA: Transferred data
P:
Stop condition. The master device drives SDA from low to high while SCL is high
Rev. 3.0, 03/01, page 242 of 382
15.4.2
Master Transmit Operation
When data is set to ICDR during the period between the execution of an instruction to issue a start
condition and the creation of the start condition, the data may not be output normally, because
there will be a contention between a generation of a start condition and an output of data.
Although data H'FF is to be sent to the ICDR register by a dummy write operation before an issue
of a stop condition, the H'FF data may be output by the dummy write operation if the execution of
the instruction to issue a stop condition is delayed. To prevent these problems, follow the
flowchart shown below during the master transmit operation.
2
In I C bus format master transmit mode, the master device outputs the transmit clock and transmit
data, and the slave device returns an acknowledge signal. The transmission procedure and
operations synchronize with the ICDR writing are described below.
1. Set the ICE bit in ICCR to 1. Set bits MLS, WAIT, and CKS2 to CKS0 in ICMR, and bit IICX
in TSCR, according to the operating mode.
2. Read the BBSY flag in ICCR to confirm that the bus is free.
3. Set bits MST and TRS to 1 in ICCR to select master transmit mode.
4. Write 1 to BBSY and 0 to SCP. This changes SDA from high to low when SCL is high, and
generates the start condition.
5. Then IRIC and IRTR flags are set to 1. If the IEIC bit in ICCR has been set to 1, an interrupt
request is sent to the CPU.
2
6. Write the data (slave address + R/W) to ICDR. With the I C bus format (when the FS bit in
SAR or the FSX bit in SARX is 0), the first frame data following the start condition indicates
the 7-bit slave address and transmit/receive direction. As indicating the end of the transfer, and
so the IRIC flag is cleared to 0. After writing ICDR, clear IRIC continuously not to execute
other interrupt handling routine. If one frame of data has been transmitted before the IRIC
clearing, it can not be determine the end of transmission. The master device sequentially sends
the transmission clock and the data written to ICDR using the timing shown in figure 15-5.
The selected slave device (i.e. the slave device with the matching slave address) drives SDA
low at the 9th transmit clock pulse and returns an acknowledge signal.
7. When one frame of data has been transmitted, the IRIC flag is set to 1 at the rise of the 9th
transmit clock pulse. After one frame has been transmitted SCL is automatically fixed low in
synchronization with the internal clock until the next transmit data is written.
8. Read the ACKB bit in ICSR to confirm that ACKB is cleared to 0. When the slave device has
not acknowledged (ACKB bit is 1), operate the step [12] to end transmission, and retry the
transmit operation.
9. Write the transmit data to ICDR. As indicating the end of the transfer, and so the IRIC flag is
cleared to 0. Perform the ICDR write and the IRIC flag clearing sequentially, just as in the
step[6]. Transmission of the next frame is performed in synchronization with the internal
clock.
Rev. 3.0, 03/01, page 243 of 382
10. When one frame of data has been transmitted, the IRIC flag is set to 1 at the rise of the 9th
transmit clock pulse. After one frame has been transmitted SCL is automatically fixed low in
synchronization with the internal clock until the next transmit data is written.
11. Read the ACKB bit in ICSR. Confirm that the slave device has been acknowledged (ACKB bit
is 0). When there is data to be transmitted, go to the step [9] to continue next transmission.
When the slave device has not acknowledged (ACKB bit is set to 1), operate the step [12] to
end transmission.
12. Clear the IRIC flag to 0. And write 0 to BBSY and SCP in ICCR. This changes SDA from low
to high when SCL is high, and generates the stop condition.
Start condition generation
SCL
(master output)
1
2
3
4
5
6
7
8
Bit 2
Bit 1
Bit 0
9
1
2
Slave address
Bit 7
SDA
(master output)
Bit 6
Bit 5
Bit 4
Bit 3
Slave address
SDA
(slave output)
[5]
R/
Bit 7
[7]
Bit 6
Data 1
A
IRIC
IRTR
ICDR
Data 1
Address + R/
*
[9] IRIC clearance
ICDR writing
prohibited
Normal
operation
User processing [4] Write BBSY = 1 [6] ICDR write
and SCP = 0
(start condition
issuance)
[6] IRIC clearance
[9] ICDR write
Note: * Data write timing in ICDR
Figure 15-5 Master Transmit Mode Operation Timing Example
(MLS = WAIT = 0)
15.4.3
Master Receive Operation
2
The data buffer of the I C module can receive data consecutively since it consists of ICDRR and
ICDRS. However, if the completion of receiving the last data is delayed, there will be a contention
between the instruction to issue a stop condition and the SCl clock output to receive the next data,
and may generate unnecessary clocks or fix the output level of the SDA line as low. The switch
timing of the ACKB bit in the ICSR register should be controlled because the acknowledge bit
does not return acknowledgement after receiving the last data in master mode. These problems can
be avoided by using the WAIT function. Follow the flowchart shown below.
Rev. 3.0, 03/01, page 244 of 382
In master receive mode, the master device outputs the receive clock, receives data, and returns an
acknowledge signal. The slave device transmits data. The reception procedure and operations with
the wait function synchronized with the ICDR read operation to receive data in sequence are
shown below.
1. Clear the TRS bit in ICCR to 0 to switch from transmit mode to receive mode, and set the
WAIT bit in ICMR to 1. Also clear the bit in ICSR to ACKB 0 (acknowledge data setting).
2. When ICDR is read (dummy data read), reception is started, and the receive clock is output,
and data received, in synchronization with the internal clock. In order to detect wait operation,
set the IRIC flag in ICCR must be cleared to 0. After reading ICDR, clear IRIC continuously
not to execute other interrupt handling routine. If one frame of data has been received before
the IRIC clearing, it can not be determine the end of reception.
3. The IRIC flag is set to 1 at the fall of the 8th receive clock pulse. If the IEIC bit in ICCR has
been set to 1, an interrupt request is sent to the CPU. SCL is automatically fixed low in
synchronization with the internal clock until the IRIC flag clearing. If the first frame is the last
receive data, execute the step [10] to halt reception.
4. Clear the IRIC flag to release from the Wait State. The master device outputs the 9th clock and
drives SDA at the 9th receive clock pulse to return an acknowledge signal.
5. When one frame of data has been received, the IRIC flag in ICCR and the IRTR flag in ICSR
are set to 1 at the rise of the 9th receive clock pulse. The master device outputs SCL clock to
receive next data.
6. Read ICDR.
7. Clear the IRIC flag to detect next wait operation. Data reception process from the step [5] to
[7] should be executed during one byte reception period after IRIC flag clearing in the step [4]
or [9] to release wait status.
8. The IRIC flags set to 1 at the fall of 8th receive clock pulse. SCL is automatically fixed low in
synchronization with the internal clock until the IRIC flag clearing. If this frame is the last
receive data, execute the step [10] to halt reception.
9. Clear the IRIC flag in ICCR to cancel wait operation. The master device outputs the 9th clock
and drives SDA at the 9th receive clock pulse to return an ackowledge signal. Data can be
received continuously by repeating the step [5] to [9].
10. Set the ACKB bit in ICSR to 1 so as to return “No acknowledge” data. Also set the TRS bit in
ICCR to 1 to switch from receive mode to transmit mode.
11. Clear IRIC flag to 0 to release from the Wait State.
12. When one frame of data has been received, the IRIC flag is set to 1 at the rise of the 9th
receive clock pulse.
13. Clear the WAIT bit to 0 to switch from wait mode to no wait mode. Read ICDR and the IRIC
flag to 0. Clearing of the IRIC flag should be after the WAIT = 0. If the WAIT bit is cleared to
0 after clearing the IRIC flag and then an instruction to issue a stop condition is executed, the
stop condition cannot be issued because the output level of the SDA line is fixed as low.
Rev. 3.0, 03/01, page 245 of 382
14. Clear the BBSY bit and SCP bit to 0. This changes SDA from low to high when SCL is high,
and generates the stop condition.
Master tansmit mode
SCL
(master output)
SDA
(slave output)
Master receive mode
9
1
2
A
Bit 7
Bit 6
3
Bit 5
4
5
6
7
8
9
Bit 4
Bit 3
Bit 2
Bit 1
Bit 0
Data 1
2
Bit 7
[3]
SDA
(master output)
1
Bit 6
3
4
5
Bit 5
Bit 4
Bit 3
Data 2
[5]
A
IRIC
IRTR
ICDR
Data 1
User processing [1] TRS cleared to 0 [2] ICDR read
[2] IRIC clearance
(dummy read)
WAIT set to 1
ACKB cleared to 0
[4] IRIC clearance [6] ICDR read [7] IRIC clearance
(Data 1)
Figure 15-6 Master Receive Mode Operation Timing Example (1)
(MLS = ACKB = 0, WAIT = 1)
SCL
(master output)
8
9
Bit 0
SDA
(slave output)
Data 2
SDA
(master output)
[8]
1
2
Bit 7
Bit 6
[5]
3
Bit 5
4
5
6
7
8
Bit 4
Bit 3
Bit 2
Bit 1
Bit 0
Data 3
9
1
Bit 7
[8]
[5]
2
Bit 6
Data 4
A
A
IRIC
IRTR
ICDR
Data 1
Data 3
Data 2
[6] ICDR read
(Data 3)
User processing
[9] IRIC clearance
[6] ICDR read
(Data 2)
[7] IRIC clearance
[9] IRIC clearance
Figure 15-6 Master Receive Mode Operation Timing Example (2)
(MLS = ACKB = 0, WAIT = 1)
Rev. 3.0, 03/01, page 246 of 382
[7] IRIC clearance
15.4.4
Slave Receive Operation
In slave receive mode, the master device outputs the transmit clock and transmit data, and the
slave device returns an acknowledge signal. The reception procedure and operations in slave
receive mode are described below.
1. Set the ICE bit in ICCR to 1. Set the MLS bit in ICMR and the MST and TRS bits in ICCR
according to the operating mode.
2. When the start condition output by the master device is detected, the BBSY flag in ICCR is set
to 1.
3. When the slave address matches in the first frame following the start condition, the device
operates as the slave device specified by the master device. If the 8th data bit (R/W) is 0, the
TRS bit in ICCR remains cleared to 0, and slave receive operation is performed.
4. At the 9th clock pulse of the receive frame, the slave device drives SDA low and returns an
acknowledge signal. At the same time, the IRIC flag in ICCR is set to 1. If the IEIC bit in
ICCR has been set to 1, an interrupt request is sent to the CPU. If the RDRF internal flag has
been cleared to 0, it is set to 1, and the receive operation continues. If the RDRF internal flag
has been set to 1 and ninth clock is received for the following data receival, the slave device
drives SCL low from the falling edge of the receive clock until data is read into ICDR.
5. Read ICDR and clear the IRIC flag in ICCR to 0. The RDRF flag is cleared to 0.
Receive operations can be performed continuously by repeating steps [4] and [5]. When SDA is
changed from low to high when SCL is high, and the stop condition is detected, the BBSY flag in
ICCR is cleared to 0.
Rev. 3.0, 03/01, page 247 of 382
Start condition issuance
SCL
(master output)
SCL
(slave output)
SDA
(master output)
1
2
3
4
5
Bit 7
Bit 6
Bit 5
Bit 4
Bit 3
6
7
8
Bit 2
Bit 1
Bit 0
9
1
2
Bit 7
Bit 6
High
SDA
(slave output)
Slave address
R/
Data 1
[4]
A
RDRF
Interrupt
request
generation
IRIC
ICDRS
Address + R/
ICDRR
Address + R/
User processing
[5] ICDR read
[5] IRIC clearance
Figure 15-7 Example of Slave Receive Mode Operation Timing (1)
(MLS = ACKB = 0)
Rev. 3.0, 03/01, page 248 of 382
SCL
(master output)
7
8
Bit 1
Bit 0
9
1
2
Bit 7
Bit 6
3
4
5
6
7
8
Bit 5
Bit 4
Bit 3
Bit 2
Bit 1
Bit 0
9
SCL
(slave output)
SDA
(master output)
Data 1
[4]
[4]
Data 2
SDA
(slave output)
A
RDRF
IRIC
Interrupt
request
generation
ICDRS
Data 1
ICDRR
Data 1
User processing
Interrupt
request
generation
Data 2
Data 2
[5] ICDR read [5] IRIC clearance
Figure 15-8 Example of Slave Receive Mode Operation Timing (2)
(MLS = ACKB = 0)
15.4.5
Slave Transmit Operation
In slave transmit mode, the slave device outputs the transmit data, while the master device outputs
the receive clock and returns an acknowledge signal. The transmission procedure and operations
in slave transmit mode are described below.
1. Set the ICE bit in ICCR to 1. Set the MLS bit in ICMR and the MST and TRS bits in ICCR
according to the operating mode.
2. When the slave address matches in the first frame following detection of the start condition,
the slave device drives SDA low at the 9th clock pulse and returns an acknowledge signal. At
the same time, the IRIC flag in ICCR is set to 1. If the IEIC bit in ICCR has been set to 1, an
interrupt request is sent to the CPU. If the 8th data bit (R/W) is 1, the TRS bit in ICCR is set to
1, and the mode changes to slave transmit mode automatically. The TDRE internal flag is set
to 1. The slave device drives SCL low from the fall of the transmit clock until ICDR data is
written.
3. After clearing the IRIC flag to 0, write data to ICDR. The TDRE internal flag is cleared to 0.
The written data is transferred to ICDRS, and the TDRE internal flag and the IRIC and IRTR
flags are set to 1 again. After clearing the IRIC flag to 0, write the next data to ICDR. The
Rev. 3.0, 03/01, page 249 of 382
slave device sequentially sends the data written into ICDR in accordance with the clock output
by the master device at the timing shown in figure 15-9.
4. When one frame of data has been transmitted, the IRIC flag in ICCR is set to 1 at the rise of
the 9th transmit clock pulse. If the TDRE internal flag has been set to 1, this slave device
drives SCL low from the fall of the transmit clock until data is written to ICDR. The master
device drives SDA low at the 9th clock pulse, and returns an acknowledge signal. As this
acknowledge signal is stored in the ACKB bit in ICSR, this bit can be used to determine
whether the transfer operation was performed normally. When the TDRE internal flag is 0, the
data written into ICDR is transferred to ICDRS, transmission is started, and the TDRE internal
flag and the IRIC and IRTR flags are set to 1 again.
5. To continue transmission, clear the IRIC flag to 0, then write the next data to be transmitted
into ICDR. The TDRE flag is cleared to 0.
Transmit operations can be performed continuously by repeating steps [4] and [5]. To end
transmission, write H'FF to ICDR. When SDA is changed from low to high when SCL is high,
and the stop condition is detected, the BBSY flag in ICCR is cleared to 0.
Slave receive mode
SCL
(master output)
8
Slave transmit mode
9
1
2
A
Bit 7
Bit 6
3
4
5
6
7
8
Bit 5
Bit 4
Bit 3
Bit 2
Bit 1
Bit 0
9
1
2
Bit 7
Bit 6
SCL
(slave output)
SDA
(slave output)
SDA
(master output) R/
Data 1
[2]
Data 2
A
TDRE
[3]
Interrupt
request
generation
IRIC
Interrupt
request
generation
ICDRT
Interrupt
request
generation
Data 1
ICDRS
Data 2
Data 1
User processing
[3] IRIC
clearance
[3] ICDR
write
Data 2
[3] ICDR
write
[5] IRIC
clearance
Figure 15-9 Example of Slave Transmit Mode Operation Timing
(MLS = 0)
Rev. 3.0, 03/01, page 250 of 382
[5] ICDR
write
FS = 1 and FSX = 1
S
DATA
DATA
P
1
8
n
1
1
m
n: transfer bit count
(n = 1 to 8)
m: transfer frame count
(m ≥ 1)
2
Figure 15-10 I C Bus Data Format (Serial Format)
15.4.6
Clock Synchronous Serial Format
Serial format is a non-addressing format that has no acknowledge bit. Figure 15-10 shows this
format.
15.4.7
IRIC Setting Timing and SCL Control
The interrupt request flag (IRIC) is set at different times depending on the WAIT bit in ICMR, the
FS bit in SAR, and the FSX bit in SARX. If the TDRE or RDRF internal flag is set to 1, SCL is
automatically held low after one frame has been transferred; this timing is synchronized with the
internal clock. Figure 15-11 shows the IRIC set timing and SCL control.
Rev. 3.0, 03/01, page 251 of 382
(a) When WAIT = 0, and FS = 0 or FSX = 0 (I2C bus format, no wait)
SCL
7
8
9
1
SDA
7
8
A
1
IRIC
User processing
Clear IRIC
Write to ICDR (transmit)
or read ICDR (receive)
(b) When WAIT = 1, and FS = 0 or FSX = 0 (I2C bus format, wait inserted)
SCL
8
9
1
SDA
8
A
1
IRIC
Clear
IRIC
User processing
Clear Write to ICDR (transmit)
IRIC or read ICDR (receive)
(c) When FS = 1 and FSX = 1 (synchronous serial format)
SCL
7
8
1
SDA
7
8
1
IRIC
User processing
Clear IRIC
Write to ICDR (transmit)
or read ICDR (receive)
Figure 15-11 IRIC Setting Timing and SCL Control
Rev. 3.0, 03/01, page 252 of 382
15.4.8
Noise Canceler
The logic levels at the SCL and SDA pins are routed through noise cancelers before being latched
internally. Figure 15-12 shows a block diagram of the noise canceler circuit.
The noise canceler consists of two cascaded latches and a match detector. The SCL (or SDA)
input signal is sampled on the system clock, but is not passed forward to the next circuit unless the
outputs of both latches agree. If they do not agree, the previous value is held.
Sampling clock
C
SCL or
SDA input
signal
D
C
Q
Latch
D
Q
Match
detector
Latch
Internal
SCL or
SDA
signal
System clock
period
Sampling
clock
Figure 15-12 Block Diagram of Noise Canceler
15.4.9
Sample Flowcharts
2
Figures 15-13 to 15-16 show sample flowcharts for using the I C bus interface in each mode.
Rev. 3.0, 03/01, page 253 of 382
Start
Initialize
[1] Initialization
Read BBSY in ICCR
[2] Test the status of the SCL and SDA lines.
No
BBSY = 0?
Yes
Set MST = 1 and
TRS = 1 in ICCR
[3] Select master transmit mode.
Write BBSY =1 and
SCP = 0 in ICCR
[4] Start condition issuance
Read IRIC in ICCR
[5] Wait for a start condition
No
IRIC = 1?
Yes
Write transmit data in ICDR
[6] Set transmit data for the first byte
(slave address + R/ ).
(After writing ICDR, clear IRIC
continuously)
Clear IRIC in ICCR
Read IRIC in ICCR
No
[7] Wait for 1 byte to be transmitted.
IRIC = 1?
Yes
Read ACKB in ICSR
No
ACKB = 0?
[8] Test the acknowledge bit,
transferred from slave device.
Yes
Transmit mode?
No
Master receive mode
Yes
Write transmit data in ICDR
Clear IRIC in ICCR
[9] Set transmit data for the second and
subsequent bytes.
(After writing ICDR, clear IRIC
immediately)
Read IRIC in ICCR
[10] Wait for 1 byte to be transmitted.
No
IRIC = 1?
Yes
Read ACKB in ICSR
[11] Test for end of tranfer
No
End of transmission?
or ACKB = 1?
Yes
Clear IRIC in ICCR
Write BBSY = 0 and
SCP = 0 in ICCR
[12] Stop condition issuance
End
Figure 15-13 Sample Flowchart for Master Transmit Mode
Rev. 3.0, 03/01, page 254 of 382
Master receive operation
Set TRS = 0 in ICCR
[1] Select receive mode.
Set WAIT = 1 in ICMR
Set ACKB = 0 in ICSR
Read ICDR
[2] Start receiving. The first read
is a dummy read. After reading
ICDR, please clear IRIC immediately.
Clear IRIC in ICCR
Read IRIC in ICCR
No
[3] Wait for 1 byte to be received.
IRIC = 1?
Yes
Yes
Last receive?
No
[4] Clear IRIC.
(to end the wait insertion)
Clear IRIC in ICCR
Read IRIC in ICCR
[5] Wait for 1 byte to be received.
No
IRIC = 1?
Yes
[6] Read the receive data.
Read ICDR
[7] Clear IRIC.
Clear IRIC in ICCR
Read IRIC in ICCR
No
[8] Wait for the next data to be
received.
IRIC = 1?
Yes
Last receive?
No
Clear IRIC in ICCR
Set ACKB = 1 in ICSR
Yes
[9] Clear IRIC.
(to end the wait insertion)
[10] Set acknowledge data for
the last reception.
Set TRS = 1 in ICCR
Clear IRIC in ICCR
[11] Clear IRIC.
(to end the wait insertion)
Read IRIC in ICCR
[12] Wait for 1 byte to be received.
No
IRIC = 1?
Yes
Set Wait = 0 in ICMR
Read ICDR
Clear IRIC in ICCR
Write BBSY = 0 and
SCP = 0 in ICCR
[13] Clear wait mode.
Read receive data.
Clear IRIC.
(Note: After setting WAIT = 0,
IRIC should be cleared to 0.)
[14] Stop condition issuance.
End
Figure 15-14 Sample Flowchart for Master Receive Mode
Rev. 3.0, 03/01, page 255 of 382
Start
Initialize
Set MST = 0
and TRS = 0 in ICCR
[1]
Set ACKB = 0 in ICSR
Read IRIC in ICCR
No
[2]
IRIC = 1?
Yes
Read AAS and ADZ in ICSR
AAS = 1
and ADZ = 0?
No
General call address processing
* Description omitted
Yes
Read TRS in ICCR
No
TRS = 0?
Slave transmit mode
Yes
Last receive?
No
Read ICDR
Yes
[3]
[1] Select slave receive mode.
Clear IRIC in ICCR
[2] Wait for the first byte to be received (slave
address).
Read IRIC in ICCR
[3] Start receiving. The first read is a dummy read.
No
[4]
IRIC = 1?
[4] Wait for the transfer to end.
[5] Set acknowledge data for the last reception.
Yes
[6] Start the last reception.
[7] Wait for the transfer to end.
Set ACKB = 1 in ICSR
[5]
Read ICDR
[6]
[8] Read the last receive data.
Clear IRIC in ICCR
Read IRIC in ICCR
No
[7]
IRIC = 1?
Yes
Read ICDR
[8]
Clear IRIC in ICCR
End
Figure 15-15 Sample Flowchart for Slave Receive Mode
Rev. 3.0, 03/01, page 256 of 382
Slave transmit mode
[1] Set transmit data for the second and
subsequent bytes.
Clear IRIC in ICCR
Write transmit data in ICDR
[1]
[2] Wait for 1 byte to be transmitted.
[3] Test for end of transfer.
Clear IRIC in ICCR
[4] Set slave receive mode.
[5] Dummy read (to release the SCL line).
Read IRIC in ICCR
No
[2]
IRIC = 1?
Yes
Read ACKB in ICSR
No
[3]
End
of transmission
(ACKB = 1)?
Yes
Set TRS = 0 in ICCR
[4]
Read ICDR
[5]
Clear IRIC in ICCR
End
Figure 15-16 Sample Flowchart for Slave Transmit Mode
Rev. 3.0, 03/01, page 257 of 382
15.5
Usage Notes
1. In master mode, if an instruction to generate a start condition is immediately followed by an
instruction to generate a stop condition, neither condition will be output correctly. To output
consecutive start and stop conditions, after issuing the instruction that generates the start
condition, read the relevant ports, check that SCL and SDA are both low, then issue the
instruction that generates the stop condition. Note that SCL may not yet have gone low when
BBSY is cleared to 0.
2. Either of the following two conditions will start the next transfer. Pay attention to these
conditions when reading or writing to ICDR.
 Write access to ICDR when ICE = 1 and TRS = 1 (including automatic transfer from
ICDRT to ICDRS)
 Read access to ICDR when ICE = 1 and TRS = 0 (including automatic transfer from
ICDRS to ICDRR)
3.
Table 15-5 shows the timing of SCL and SDA output in synchronization with the internal
clock. Timings on the bus are determined by the rise and fall times of signals affected by the
bus load capacitance, series resistance, and parallel resistance.
Table 15-5 I2C Bus Timing (SCL and SDA Output)
Item
Symbol
Output Timing
Unit
SCL output cycle time
tSCLO
28tcyc to 256tcyc
ns
SCL output high pulse width
tSCLHO
0.5tSCLO
ns
SCL output low pulse width
tSCLLO
0.5tSCLO
ns
SDA output bus free time
tBUFO
0.5tSCLO – 1tcyc
ns
Start condition output hold time
tSTAHO
0.5tSCLO – 1tcyc
ns
Retransmission start condition output
setup time
tSTASO
1tSCLO
ns
Stop condition output setup time
tSTOSO
0.5tSCLO + 2tcyc
ns
Data output setup time (master)
tSDASO
1tSCLLO – 3tcyc
ns
1tSCLL – 3tcyc
ns
3tcyc
ns
Data output setup time (slave)
Data output hold time
tSDAHO
Notes
4. SCL and SDA inputs are sampled in synchronization with the internal clock. The AC timing
therefore depends on the system clock cycle tcyc, as shown in table 19-4 in section 19, Electrical
2
Characteristics. Note that the I C bus interface AC timing specifications will not be met with a
system clock frequency of less than 5 MHz.
2
5. The I C bus interface specification for the SCL rise time tsr is under 1000 ns (300 ns for high2
speed mode). In master mode, the I C bus interface monitors the SCL line and synchronizes
one bit at a time during communication. If tsr (the time for SCL to go from low to VIH) exceeds
Rev. 3.0, 03/01, page 258 of 382
2
the time determined by the input clock of the I C bus interface, the high period of SCL is
extended. The SCL rise time is determined by the pull-up resistance and load capacitance of
the SCL line. To insure proper operation at the set transfer rate, adjust the pull-up resistance
and load capacitance so that the SCL rise time does not exceed the values given in the table in
table 15-6.
Table 15-6 Permissible SCL Rise Time (tsr) Values
Time Indication
2
IICX
tcyc
Indication
0
7.5tcyc
1
17.5tcyc
I C Bus
Specification ø =
(Max.)
5 MHz
ø=
8 MHz
ø=
10 MHz
ø=
16 MHz
Normal mode
1000 ns
1000 ns
937 ns
750 ns
468 ns
High-speed mode
300 ns
300 ns
300 ns
300 ns
300 ns
Normal mode
1000 ns
1000 ns
1000 ns
1000 ns
1000 ns
High-speed mode
300 ns
300 ns
300 ns
300 ns
300 ns
2
6. The I C bus interface specifications for the SCL and SDA rise and fall times are under 1000 ns
2
and 300 ns. The I C bus interface SCL and SDA output timing is prescribed by tScyc and tcyc, as
2
shown in table 15-5. However, because of the rise and fall times, the I C bus interface
specifications may not be satisfied at the maximum transfer rate. Table 15-7 shows output
timing calculations for different operating frequencies, including the worst-case influence of
rise and fall times. The values in the above table will vary depending on the settings of the
IICX bit and bits CKS0 to CKS2. Depending on the frequency it may not be possible to
2
achieve the maximum transfer rate; therefore, whether or not the I C bus interface
specifications are met must be determined in accordance with the actual setting conditions.
2
tBUFO fails to meet the I C bus interface specifications at any frequency. The solution is either (a)
to provide coding to secure the necessary interval (approximately 1 µs) between issuance of a
stop condition and issuance of a start condition, or (b) to select devices whose input timing
2
permits this output timing for use as slave devices connected to the I C bus.
2
tSCLLO in high-speed mode and tSTASO in standard mode fail to satisfy the I C bus interface
specifications for worst-case calculations of tSr/tSf. Possible solutions that should be
investigated include (a) adjusting the rise and fall times by means of a pull-up resistor and
capacitive load, (b) reducing the transfer rate to meet the specifications, or (c) selecting devices
2
whose input timing permits this output timing for use as slave devices connected to the I C
bus.
Rev. 3.0, 03/01, page 259 of 382
2
Table 15-7 I C Bus Timing (with Maximum Influence of tSr/tSf)
Time Indication (at Maximum Transfer Rate) [ns]
2
Item
tcyc Indication
tSCLHO
0.5tSCLO (–tSr)
Standard mode
I C Bus
tSr/tSf
SpecifiInfluence cation ø =
(Max.)
(Min.) 5 MHz
ø=
8 MHz
ø=
ø=
10 MHz 16 MHz
–1000
High-speed mode –300
tSCLLO
tBUFO
0.5tSCLO (–tSf ) Standard mode
0.5tSCLO –1tcyc
( –tSr )
–250
4000
4000
4000
4000
4000
600
950
950
950
950
4700
4750
4750
4750
High-speed mode –250
1300
1000*
Standard mode
4700
3800*
1
High-speed mode –300
1300
750*
825*
850*
888*
Standard mode
4000
4550
4625
4650
4688
–1000
–250
1
1000*
1
3875*
1
4750
1
1
1000*
1
1000*
1
3900*
1
3938*
1
1
1
tSTAHO
0.5tSCLO –1tcyc
(–tSf )
High-speed mode –250
600
800
875
900
938
tSTASO
1tSCLO (–tSr )
Standard mode
4700
9000
9000
9000
9000
600
2200
2200
2200
2200
4000
4400
4250
4200
4125
600
1350
1200
1150
1075
250
3100
3325
3400
3513
100
400
625
700
813
250
3100
3325
3400
3513
–1000
High-speed mode –300
tSTOSO
0.5tSCLO + 2tcyc Standard mode
–1000
(–tSr )
High-speed mode –300
2
tSDASO
1tSCLLO* –3tcyc Standard mode
–1000
(master) (–tSr )
High-speed mode –300
2
tSDASO
(slave)
1tSCLL* –3tcyc
(–tSr )
Standard mode
High-speed mode –300
100
400
625
700
813
tSDAHO
3tcyc
Standard mode
0
0
600
375
300
188
High-speed mode 0
0
600
375
300
188
2
–1000
Notes: 1. Does not meet the I C bus interface specification
2
2. Calculated using the I C bus specification values (standard mode: 4700 ns min.; highspeed mode: 1300 ns min.).
Rev. 3.0, 03/01, page 260 of 382
7. Note on ICDR Read at end of Master Reception
To halt reception after completion of a receive operation in master receive mode, set the TRS
bit to 1 and write 0 to BBSY and SCP in ICCR. This changes the SDA pin from low to high
when the SCL pin is high, and generates the stop condition. After this, receive data can be read
by means of an ICDR read, but if data remains in the buffer the ICDRS receive data will not be
transferred to ICDR, and so it will not be possible to read the second byte of data. If it is
necessary to read the second byte of data, issue the stop condition in master receive mode (i.e.
with the TRS bit cleared to 0). When reading the receive data, first confirm that the BBSY bit
in ICCR is cleared to 0, the stop condition has been generated, and the bus has been released,
then read ICDR with TRS cleared to 0. Note that if the receive data (ICDR data) is read in the
interval between execution of the instruction for issuance of the stop condition (writing of 0 to
BBSY and SCP in ICCR) and the actual generation of the stop condition, the clock may not be
output correctly in subsequent master transmission.
8. Notes on Start Condition Issuance for Retransmission
Depending on the timing combination with the start condition issuance and the subsequently
writing data to ICDR, it may not be possible to issue the retransmission and the data
transmission after retransmission condition issuance.
After start condition issuance is done and determined the start condition, write the transmit
data to ICDR, as shown below. Figure 15-17 shows the timing of start condition issuance for
retransmission, and the timing for subsequently writing data to ICDR, together with the
corresponding flowchart.
Rev. 3.0, 03/01, page 261 of 382
[1] Wait for end of 1-byte transfer
No
IRIC = 1?
[1]
[2] Determine whether SCL is low
Yes
Clear IRIC in ICSR
[3] Issue restart condition instruction for transmission
No
Start condition
issuance?
Other processing
[4] Determine whether start condition is generated or not
Yes
[5] Set transmit data (slave address + R/ )
Read SCL pin
No
SCL = Low?
[2]
Yes
Write BBSY = 1,
SCP = 0 (ICSR)
[3]
No
IRIC = 1?
[4]
Note: Program so that processing from [3] to [5]
is executed continuously.
Yes
Write transmit data to ICDR
[5]
Start condition
(retransmission)
SCL
9
SDA
ACK
Bit 7
Data output
IRIC
[5] ICDR write (next transmit data)
[4] IRIC determination
[3] (Restart) Start condition instruction issuance
[2] Detemination of SCL = Low
[1] IRIC determination
Figure 15-17 Flowchart and Timing of Start Condition Instruction Issuance for
Retransmission
Rev. 3.0, 03/01, page 262 of 382
Section 16 A/D Converter
This LSI includes a successive approximation type 10-bit A/D converter that allows up to eight
analog input channels to be selected. The Block diagram of the A/D converter is shown in figure
16-1.
16.1
Features
• 10-bit resolution
• Eight input channels (four channels for the 42-pin version)
• Conversion time: at least 4.4 µs per channel (at 16 MHz operation)
• Two operating modes
 Single mode: Single-channel A/D conversion
 Scan mode: Continuous A/D conversion on 1 to 4 channels
• Four data registers
 Conversion results are held in a 16-bit data register for each channel
• Sample and hold function
• Two methods conversion start
 Software
 External trigger signal
• Interrupt request
 An A/D conversion end interrupt request (ADI) can be generated
Rev. 3.0, 03/01, page 263 of 382
Module data bus
*AN0
AN1
AN2
AN3
AN4
AN5
AN6
AN7
Analog multiplexer
10-bit D/A
Bus interface
Successive approximations
register
AVCC
Internal data bus
A
D
D
R
A
A
D
D
R
B
A
D
D
R
C
A
D
D
R
D
A
D
C
S
R
A
D
C
R
+
ø/4
Control circuit
Comparator
Sample-andhold circuit
Legend
ADCR : A/D control register
ADCSR : A/D control/status register
ADDRA : A/D data register A
ADDRB : A/D data register B
ADDRC : A/D data register C
ADDRD : A/D data register D
Note: AN4, AN5, AN6, and AN7 do not exist in the 42-pin version.
Figure 16-1 Block Diagram of A/D Converter
Rev. 3.0, 03/01, page 264 of 382
ø/8
ADI
interrupt
16.2
Input/Output Pins
Table 16-1 summarizes the input pins used by the A/D converter. The 18 analog input pins are
divided into four channel sets and two groups; analog input pins 0 to 3 (AN0 to AN3) comprising
group 0, analog input pins 4 to 7 (AN4 to AN7) comprising group 1. The AVcc pin are the power
supply pins for the analog block in the A/D converter.
Table 16-1 Pin Configuration
Pin Name
Symbol
I/O
Function
Analog power supply pin
AVCC
Input
Analog block power supply and reference
voltage
Analog input pin 0
AN0
Input
Group 0 analog input pins
Analog input pin 1
AN1
Input
Analog input pin 2
AN2
Input
Analog input pin 3
AN3
Input
Analog input pin 4
AN4
Input
Analog input pin 5
AN5
Input
Analog input pin 6
AN6
Input
Analog input pin 7
AN7
Input
A/D external trigger input
pin
ADTRG
Input
Group 1 analog input pins
External trigger input pin for starting A/D
conversion
Rev. 3.0, 03/01, page 265 of 382
16.3
Register Description
The A/D converter has the following registers. For details on register addresses, refer to appendix
B, Internal I/O Register.
• A/D data register A (ADDRA)
• A/D data register B (ADDRB)
• A/D data register C (ADDRC)
• A/D data register D (ADDRD)
• A/D control/status register (ADCSR)
• A/D control register (ADCR)
16.3.1
A/D Data Registers A to D (ADDRA to ADDRD)
There are four 16-bit read-only ADDR registers; ADDRA to ADDRD, used to store the results of
A/D conversion. The ADDR registers, which store a conversion result for each channel, are
shown in table 16-2.
The converted 10-bit data is stored in bits 6 to 15. The lower 6 bits are always read as 0.
The data bus between the CPU and the A/D converter is 8 bits wide. The upper byte can be read
directly from the CPU, however the lower byte should be read via a temporary register. The
temporary register contents are transferred from the ADDR when the upper byte data is read.
When reading ADDR, read the upper bytes only or read in word units. ADDR is initialized to
H'0000.
Table 16-2 Analog Input Channels and Corresponding ADDR Registers
Analog Input Channel
Group 0
Group 1
A/D Data Register to Be Stored the Results of A/D Conversion
AN0
AN4
ADDRA
AN1
AN5
ADDRB
AN2
AN6
ADDRC
AN3
AN7
ADDRD
Rev. 3.0, 03/01, page 266 of 382
16.3.2
A/D Control/Status Register (ADCSR)
ADCSR consists of the control bits and conversion end status bits of the A/D converter.
Bit
Bit Name
Initial Value
R/W
Description
7
ADF
0
R/W
A/D End Flag
[Setting conditions]
•
When A/D conversion ends in single mode
•
When A/D conversion ends on all the channels
selected in scan mode
[Clearing conditions]
•
6
ADIE
0
R/W
When 0 is written after reading ADF = 1
A/D Interrupt Enable
A/D conversion end interrupt (ADI) request enabled
by ADF when 1 is set
5
ADST
0
R/W
A/D Start
Clearing this bit to 0 stops A/D conversion, and the
A/D converter enters the wait state.
Setting this bit to 1 starts A/D conversion. In single
mode, this bits is cleared to 0 automatically when
conversion on the specified channel is complete. In
scan mode, conversion continues sequentially on
the specified channels until this bit is cleared to 0
by software, a reset, or a transition to standby
mode.
4
SCAN
0
R/W
Scan Mode
Selects single mode or scan mode as the A/D
conversion operating mode.
0: Single mode
1: Scan mode
3
CKS
0
R/W
Clock Select
Selects the A/D conversions time
0: Conversion time = 134 states (max.)
1: Conversion time = 70 states (max.)
Clear the ADST bit to 0 before switching the
conversion time.
Rev. 3.0, 03/01, page 267 of 382
Bit
Bit Name
Initial Value
R/W
Description
2
CH2
0
R/W
Channel Select 0 to 2
1
CH1
0
R/W
Select analog input channels.
0
CH0
0
R/W
When SCAN = 0
When SCAN = 1
000: AN0
000: AN0
001: AN1
001: AN0 to AN1
010: AN2
010: AN0 to AN2
011: AN3
011: AN0 to AN3
100: AN4
100: AN4
101: AN5
101: AN4 to AN5
110: AN6
110: AN4 to AN6
111: AN7
111: AN4 to AN7
AN4, AN5, AN6, and AN7 do not exist in the 42-pin
version.
16.3.3
A/D Control Register (ADCR)
The ADCR enables A/D conversion started by an external trigger signal.
Bit
Bit Name
Initial Value
R/W
Description
7
TRGE
0
R/W
Trigger Enable
A/D conversion is started at the falling edge and
the rising edge of the external trigger signal
(ADTRG) when this bit is set to 1.
The selection between the falling edge and rising
edge of the external trigger pin (ADTRG) comforms
to the WPEG5 bit in the interrupt edge select
register 2(IEGR2)
6
—
1
—
Reserved
5
—
1
—
4
—
1
—
These bits are always read as 1 and cannot be
modified.
3
—
1
—
2
—
1
—
1
—
1
—
0
—
0
R/W
Reserved
Do not set this bit to 1, though the bit is
readable/writable.
Rev. 3.0, 03/01, page 268 of 382
16.4
Operation
The A/D converter operates by successive approximation with 10-bit resolution. It has two
operating modes; single mode and scan mode. When changing the operating mode or analog input
channel, in order to prevent incorrect operation, first clear the bit ADST to 0 in ADCSR. The
ADST bit can be set at the same time as the operating mode or analog input channel is changed.
16.4.1
Single Mode
In single mode, A/D conversion is performed once for the analog input on the specified single
channel as follows:
1. A/D conversion is started when the ADST bit in ADCSR is set to 1, according to software or
external trigger input.
2. When A/D conversion is completed, the result is transferred to the corresponding A/D data
register to the channel.
3. On completion of conversion, the ADF bit in ADCSR is set to 1. If the ADIE bit is set to 1 at
this time, an ADI interrupt request is generated.
4. The ADST bit remains set to 1 during A/D conversion. When A/D converion ends, the ADST
bit is automatically cleared to 0 and the A/D converter enters the wait state.
16.4.2
Scan Mode
In scan mode, A/D conversion is performed sequentially for the analog input on the specified
channels (four channels maximum) as follows:
1. When the ADST bit is set to 1 by software, or external trigger input, A/D conversion starts on
the first channel in the group (AN0 when CH2 = 0, AN4 when CH2 = 1).
2. When A/D conversion for each channel is completed, the result is sequentially transferred to
the A/D data register corresponding to each channel.
3. When conversion of all the selected channels is completed, the ADF flag in ADCSR is set to 1.
If the ADIE bit is set to 1 at this time, an ADI interrupt is requested after A/D conversion ends.
Conversion of the first channel in the group starts again.
4. Steps [2] to [3] are repeated as long as the ADST bit remains set to 1. When the ADST bit is
cleared to 0, A/D conversion stops and the A/D converter enters the wait state.
Rev. 3.0, 03/01, page 269 of 382
16.4.3
Input Sampling and A/D Conversion Time
The A/D converter has a built-in sample-and-hold circuit. The A/D converter samples the analog
input when the A/D conversion start delay time (tD) has passed after the ADST bit is set to 1, then
starts conversion. Figure 16-2 shows the A/D conversion timing. Table 16-3 shows the A/D
conversion time.
As indicated in figure 16-2, the A/D conversion time includes tD and the input sampling time. The
length of tD varies depending on the timing of the write access to ADCSR. The total conversion
time therefore varies within the ranges indicated in table 16-3.
In scan mode, the values given in table 16-3 apply to the first conversion time. In the second and
subsequent conversions, the conversion time is 128 states (fixed) when CKS = 0 and 66 states
(fixed) when CKS = 1.
(1)
ø
Address
(2)
Write signal
Input sampling
timing
ADF
tD
tSPL
tCONV
Legend
(1)
: ADCSR write cycle
(2)
: ADCSR address
tD
: A/D conversion start delay
tSPL : Input sampling time
tCONV : A/D conversion time
Figure 16-2 A/D Conversion Timing
Rev. 3.0, 03/01, page 270 of 382
Table 16-3 A/D Conversion Time (Single Mode)
CKS = 0
CKS = 1
Item
Symbol
Min
Typ
Max
Min
Typ
Max
A/D conversion start delay
tD
6
—
9
4
—
5
Input sampling time
tSPL
—
31
—
—
15
—
A/D conversion time
tCONV
131
—
134
69
—
70
Note: All values represent the number of states.
16.4.4
External Trigger Input Timing
A/D conversion can also be started by an external trigger input. When the TRGE bit is set to 1 in
ADCR, external trigger input is enabled at the ADTRG pin. A falling edge at the ADTRG input
pin sets the ADST bit to 1 in ADCSR, starting A/D conversion. Other operations, in both single
and scan modes, are the same as when the bit ADST has been set to 1 by software. Figure 16-3
shows the timing.
ø
Internal trigger signal
ADST
A/D conversion
Figure 16-3 External Trigger Input Timing
Rev. 3.0, 03/01, page 271 of 382
16.5
A/D Conversion Precision Definitions
This LSI's A/D conversion precision definitions are given below.
• Resolution
The number of A/D converter digital output codes
• Quantization error
The deviation inherent in the A/D converter, given by 1/2 LSB (see figure 16-4).
• Offset error
The deviation of the analog input voltage value from the ideal A/D conversion characteristic
when the digital output changes from the minimum voltage value 0000000000 to 0000000001
(see figure 16-5).
• Full-scale error
The deviation of the analog input voltage value from the ideal A/D conversion characteristic
when the digital output changes from 1111111110 to 1111111111 (see figure 16-5).
• Absolute precision
The deviation between the digital value and the analog input value. Includes offset error, fullscale error, quantization error, and nonlinearity error.
Digital output
Ideal A/D conversion
characteristic
111
110
101
100
011
010
Quantization error
001
000
1
8
2
8
3
8
4
8
5
8
6
8
7 FS
8
Analog
input voltage
Figure 16-4 A/D Conversion Precision Definitions (1)
Rev. 3.0, 03/01, page 272 of 382
Full-scale error
Digital output
Ideal A/D conversion
characteristic
Nonlinearity
error
Actual A/D conversion
characteristic
Offset error
FS
Analog
input voltage
Figure 16-5 A/D Conversion Precision Definitions (2)
16.6
16.6.1
Usage Notes
Permissible Signal Source Impedance
This LSI's analog input is designed such that conversion precision is guaranteed for an input signal
for which the signal source impedance is 5 kΩ or less. This specification is provided to enable the
A/D converter's sample-and-hold circuit input capacitance to be charged within the sampling time;
if the sensor output impedance exceeds 5 kΩ, charging may be insufficient and it may not be
possible to guarantee A/D conversion precision. However, for A/D conversion in single mode with
a large capacitance provided externally, the input load will essentially comprise only the internal
input resistance of 10 kΩ, and the signal source impedance is ignored. However, as a low-pass
filter effect is obtained in this case, it may not be possible to follow an analog signal with a large
differential coefficient (e.g., 5 mV/µs or greater) (see figure 16-6). When converting a high-speed
analog signal, a low-impedance buffer should be inserted.
16.6.2
Influences on Absolute Precision
Adding capacitance results in coupling with GND, and therefore noise in GND may adversely
affect absolute precision. Be sure to make the connection to an electrically stable GND.
Care is also required to ensure that filter circuits do not interfere with digital signals or act as
antennas on the mounting board.
Rev. 3.0, 03/01, page 273 of 382
This LSI
Sensor output
impedance
to 5 k
A/D converter
equivalent circuit
10 k
Sensor input
Low-pass
filter
C to 0.1 F
Cin =
15 pF
Figure 16-6 Analog Input Circuit Example
Rev. 3.0, 03/01, page 274 of 382
20 pF
Section 17 EEPROM
This LSI has a built-in 512-byte EEPROM. The block diagram of the EEPROM is shown in
Figure 17-1.
17.1 Features
• Two writing methods:
1-byte write
Page write: Page size 8 bytes
• Three reading methods:
Current address read
Random address read
Sequential read
• Acknowledge polling possible
• Write cycle time:
10 ms (power supply voltage Vcc= 2.7 V or more)
• Write/Erase Endurance:
4
5
10 cycles/byte (byte write mode), 10 cycles/page (page write mode)
• Data retention:
4
10 Years after the write cycle of 10 cycles (page write mode)
• Interface with the CPU
2
I C bus interface (complies with the standard of Philips Corporation)
Device code 1010
Sleep address code can be changed (initial value: 000))
2
The I C bus is open to the outside, so the EEPROM can be directly accessed from the outside.
Rev. 3.0, 03/01, page 275 of 382
EEPROM Data bus
Y decoder
H'FF10
SDA
SCL
I2C bus interface
control circuit
Y-select/
Sense amp.
Memory
array
User area
(512 bytes)
X decoder
Key control circuit
Address bus
EEPROM Key
register (EKR)
Slave address
register
ESAR
Power-on reset
Booster circuit
EEPROM module
Legend: ESAR: Register for referring the sleep address
(specifies the slave address of the memory array)
Figure 17-1 Block Diagram of the EEPROM
17.2 Input/Output Pin
Pins used in the EEPROM are listed in Table 17-1.
Rev. 3.0, 03/01, page 276 of 382
H'0000
H'01FF
H'FF09
Table 17-1 Pin Configuration
Pin name
Symbol
Input/Output
Function
Serial clock pin
SCL
Input
The SCL pin is used to control serial input/output
data timing. The data is input at the rising edge of
the clock and output at the falling edge of the clock.
The SCL pin needs to be pulled up by resistor as
2
that pin is open-drain driven structure of the I C pin.
Use proper resistor value for your system by
considering VOL, IOL and the CIN pin capacitance
in 19.2.2, CD Characteristics and 19.2.3, AC
Characteristics. Maximum clock frequency is 400
kHz.
Serial data pin
SDA
Input/Output
The SDA pin is bidirectional for serial data transfer.
The SDA pin needs to be pulled up by resistor as
that pin is open-drain driven structure. Use proper
resistor value for your system by considering VOL,
IOL and the CIN pin capacitance in 19.2.2, DC
Characteristics and 19.2.3, AC Characteristics.
Except for a start condition and a stop condition
which will be discussed later, the high-to-low and
low-to-high change of SDA input should be done
during SCL low periods.
17.3 Registers
The EEPROM has registers below. For the addresses of this register and its state in each
processing state, see Appendix B, Internal I/O Registers.
• EEPROM key register (EKR)
17.3.1 EEPROM Key Register (EKR)
The EKR is an 8-bit readable/writable register, which changes the slave address code written in
the EEPROM. The slave address code is changed by writing H'5F in EKR and then writing either
of H'00 to H'07 as an address code to the H'FF09 address in the EEPROM by the byte write
method.
17.4 Operation
17.4.1 EEPROM Interface
This LSI has a multi-chip structure with two internal chips of F-ZTAT™ HD64F3664 and 512byte EEPROM.
Rev. 3.0, 03/01, page 277 of 382
2
2
The EEPROM interface is the I C bus interface. This I C bus is open to the outside, so the
2
communication with the external devices connected to the I C bus can be made.
17.4.2 Bus Format and Timing
2
2
2
The I C bus format and the I C bus timing follow 15.4.1, I C Bus Format. The bus formats
specific for the EEPROM are the following two.
1. The EEPROM address is configured of two bytes, the write data is transferred in the order of
upper address and lower address from each MSB side.
2.
The write data is transmitted from the MSB side.
The bus format and bus timing of the EEPROM are shown in Figure 17-2.
Stop
conditon
Start
condition
Slave address
SCL
1
2
3
4
5
R/
6
7
8
ACK
9
SDA
Upper memory
lower memory
ACK
ACK
address
address
1
8
A15
A8
9
1
8
A7
A0
9
Data
Data
ACK
1
8
D7
D0
9
ACK
1
8
D7
D0
9
Legend: R/ : R/ code (0 is for a write and 1 is for a read),
ACK: acknowledge
Figure 17-2 EEPROM Bus Format and Bus Timing
17.4.3 Start Condition
A high-to-low transition of the SDA input with the SCL input high and is needed to generate the
stop condition for starting read, write operation.
17.4.4 Stop Condition
A low-to-high transition of the SDA input with the SCL input high is needed to generate the stop
condition for stopping read, write operation. The stand-by operation starts after a read sequence
by a stop condition. In the case of write operation, a stop condition terminates the write data
inputs and place the device in a internally-timed write cycle to the memories. After the internallytimed write cycle (tWC) which is specified as tWC, the device enters a standby mode.
Rev. 3.0, 03/01, page 278 of 382
17.4.5 Acknowledge
All address data and serial data such as read data and write data are transmitted to and from in 8bit unit. The acknowledgement is the signal that indicates that this 8-bit data is normally
transmitted to and from. In the write operation, EEPROM sends "0" to acknowledge in the ninth
cycle after receiving the data. In the read operation, EEPROM sends a read data following the
acknowledgement after receiving the data. After sending read data, the EEPROM enters the bus
open state. If the EEPROM receives "0" as an acknowledgement, it sends read data of the next
address. If the EEPROM does not receive acknowledgement "0" and receives a following stop
condition, it stops the read operation and enters a stand-by mode. If the EEPROM receives neither
acknowledgement "0" nor a stop condition, the EEPROM keeps bus open without sending read
data.
17.4.6 Slave Addressing
The EEPROM device receives a 7-bit slave address and a 1-bit R/W code following the generation
of the start conditions. The EEPROM enables the chip for a read or a write operation with this
operation.
The slave address consists of a former 4-bit device code and latter 3-bit slave address. The device
code is used to distinguish device type and this LSI uses "1010" fixed code in the same manner as
in a general-purpose EEPROM. The slave address code selects one device out of all devices with
2
device code 1010 (8 devices in maximum) which are connected to the I C bus. This means that
the device is selected if the inputted slave address code received in the order of A2, A1, A0 is
equal to the corresponding slave address reference address (ESAR). The sleep address code is
stored in the address H'FF09 in the EEPROM. It is transferred to ESAR from the sleep address
register in the memory array during 10 ms after the reset is released. An access to the EEPROM is
not allowed during transfer. The initial value of the slave address code written in the EEPROM is
H'00. It can be written in the range of H'00 to H'07. Be sure to write the data by the byte write
method. The next one bit of the sleep address is the R/W code. 0 is for a write and 1 is for a read.
The EEPROM turns to a stand-by state if the device code is not "1010" or slave address code
doesn’t coincide.
Rev. 3.0, 03/01, page 279 of 382
Table 17-2 Slave Addresses
Bit
Bit name
Initial
value
Setting
value
7
Device code D3

1
6
Device code D2

0
5
Device code D1

1
4
Device code D0

0
3
Slave address code A2
0
A2
The initial value can be changed
2
Slave address code A1
0
A1
The initial value can be changed
1
Slave address code A0
0
A0
The initial value can be changed
Remarks
17.4.7 Write Operations
There are two types write operations; byte write operation and page write operation. To initiate
the write operation, input 0 to R/W code following the slave address.
1. Byte Write
A write operation requires an 8-bit data of a 7-bit slave address with R/W code = "0". Then
the EEPROM sends acknowledgement "0" at the ninth bit. This enters the write mode. Then,
two bytes of the memory address are received from the MSB side in the order of upper and
lower. Upon receipt of one-byte memory address, the EEPROM sends acknowledgement "0"
and receives a following a one-byte write data. After receipt of write data, the EEPROM sends
acknowledgement "0". If the EEPROM receives a stop condition, the EEPROM enters an
internally controlled write cycle and terminates receipt of SCL, SDA inputs until completion of
the write cycle. The EEPROM returns to a standby mode after completion of the write cycle.
The byte write operation is shown in Figure 17-3.
SCL
1
2
3
4
5
6
7
8
9
SDA
R/
Slave address
ACK
1
8
A15
A8
Upper memory
address
9
ACK
1
8
A7
A0
lower memory
address
9
ACK
1
8
D7
D0
Write Data
9
ACK
Stop
conditon
Start
condition
Legend: R/ : R/ code (0 is for a write and 1 is for a read)
ACK: acknowledge
Figure 17-3 Byte Write Operation
Rev. 3.0, 03/01, page 280 of 382
2. Page Write
This LSI is capable of the page write operation which allows any number of bytes up to 8 bytes
to be written in a single write cycle. The write data is input in the same sequence as the byte
write in the order of a start condition, slave address + R/W code, "0" output, memory address
(n), and write data (Dn) with every ninth bit acknowledgement "0" output. The EEPROM
enters the page write operation if the EEPROM receives more write data (Dn+1) is input
instead of receiving a stop condition after receiving the write data (Dn). LSB 3 bits (A2 to A0)
in the EEPROM address are automatically incremented to be the (n+1) address upon receiving
write data (Dn+1). Thus the write data can be received sequentially. Addresses in the page are
incremented at each receipt of the write data and the write data can be input up to 8 bytes. If
the LSB 3 bits (A2 to A0) in the EEPROM address reach the last address of the page, the
address will roll over to the first address of the same page. When the address is rolled over,
write data is received twice or more to the same address, however, the last received data is
valid. At the receipt of the stop condition, write data reception is terminated and the write
operation is entered.
The page write operation is shown in Figure 17-4.
SCL
1
2
3
4
5
6
7
8
9
SDA
Slave address
R/
ACK
1
8
A15
A8
9
1
8
A7
A0
9
1
8
D7
D0
Upper memory
lower memory
ACK
ACK Write Data
address
address
9
ACK
Write Data ACK
Stop
conditon
Start
condition
Legend: R/ : R/ code (0 is for a write and 1 is for a read),
ACK: acknowledge
Figure 17-4 Page Write Operation
17.4.8 Acknowledge Polling
Acknowledge polling feature is used to show if the EEPROM is in an internally-timed write cycle
or not. This feature is initiated by the input of the 8-bit slave address + R/W code following the
start condition during an internally-timed write cycle. Acknowledge polling will operate R/W
code = "0". The ninth acknowledgement judges if the EEPROM is an internally-timed write cycle
or not. Acknowledgement "1" shows the EEPROM is in a internally-timed write cycle and
acknowledgement "0" shows the internally-timed write cycle has been completed. The
acknowledege polling starts to function after a write data is input, i.e., when the stop condition is
input.
Rev. 3.0, 03/01, page 281 of 382
17.4.9 Read Operation
There are three read operations; current address read, random address read, and sequential read.
Read operations are initiated in the same way as write operations with the exception of R/W = 1.
1. Current Address Read
The internal address counter maintains the (n+1) address that is made by the last address (n)
accessed during the last read or write operation, with incremented by one. Current address
read accesses the (n+1) address kept by the internal address counter. After receiving in the
order of a start condition and the slave address + R/W code (R/W = 1), the EEPROM outputs
the 1-byte data of the (n+1) address from the most significant bit following acknowledgement
"0". If the EEPROM receives in the order of acknowledgement "1" (release of a bus without
inputting the acknowledgement is possible) and a following stop condition, the EEPROM
stops the read operation and is turned to a standby state.
In case the EEPROM has accessed the last address H'01FF at previous read operation, the
current address will roll over and returns to zero address. In case the EEPROM has accessed
the last address of the page at previous write operation, the current address will roll over within
page addressing and returns to the first address in the same page. The current address is valid
while power is on.
The current address after power on will be indefinite. After power is turned on, define the
address by the random address read operation described below is necessary.
The current address read operation is shown in Figure 17-5.
SCL
1
2
3
4
5
6
7
8
9
SDA
Slave address
R/
ACK
1
8
D7
D0
Read Data
Start
condition
Legend: R/ : R/ code (0 is for a write and 1 is for a read)
ACK: acknowledge
Figure 17-5 Current Address Read Operation
Rev. 3.0, 03/01, page 282 of 382
9
ACK
Stop
conditon
2. Random Address Read
This is a read operation with defined read address. A random address read requires a dummy
write to set read address. The EEPROM receives a start condition, slave address + R/W
code(R/W=0), memory address (upper) and memory address (lower) sequentially. The
EEPROM outputs acknowledgement "0" after receiving memory address (lower) then enters a
current address read with receiving a start condition again. The EEPROM outputs the read
data of the address which was defined in the dummy write operation. After receiving
acknowledgement "1" (release of a bus is allowed without receiving acknowledgement) and a
following stop condition, the EEPROM stops the random read operation and returns to a
standby state.
The random address read operation is shown in Figure 17-6.
SCL
1
2
3
4
5
6
7
8
9
SDA
Slave address
R/
ACK
1
8
A15
A8
9
1
8
A7
A0
9
1
Upper memory
lower memory
ACK
ACK
address
address
Start
condition
2
3
4
5
6
Slave address
Start
condition
7
8
9
R ACK
1
8
D7
D0
9
lower memory
ACK
address
Stop
conditon
Legend: R/ : R/ code (0 is for a write and 1 is for a read),
ACK: acknowledge
Figure 17-6 Random Address Read Operation
3. Sequential Read
This is a mode to read the data sequentially. Data is sequential read by either a current address
read or a random address read. If the EEPROM receives acknowledgement "0" after 1-byte
read data is output, the read address is incremented and the next 1-byte read data are coming
out. Data is output sequentially by incrementing addresses as long as the EEPROM receives
acknowledgement "0" after the data is output. The address will roll over and returns address
zero if it reaches the last address H'01FF. The sequential read can be continued after roll over.
The sequential read is terminated if the EEPROM receives acknowledgement "1" (release of a
bus without acknowledgement is allowed) and a following stop condition as the same manner
as in the random address read.
The condition of a sequential read when the current address read is used is shown in Figure 177.
Rev. 3.0, 03/01, page 283 of 382
SCL
1
2
3
4
5
6
7
8
9
SDA
Slave address
R/
ACK
1
8
D7
D0
9
Read Data ACK
Start
condition
1
8
D7
D0
Read Data
9
ACK
Stop
conditon
Legend:R/ : R/ code (0 is for a write and 1 is for a read)
ACK: acknowledge
Figure 17-7 Sequential Read Operation (when the current address read is used)
17.5 Notes
17.5.1 Data Protection at VCC On/Off
When VCC is turned on or off, the data might be destroyed by malfunction. Be careful of the
notices described below to prevent the data to be destroyed.
1. SCL and SDA should be fixed to VCC or VSS during VCC on/off.
2. VCC should be turned off after the EEPROM is placed in a standby state.
3. When VCC is turned on from the intermediate level, malfunction is caused, so VCC should be
turned on from the ground level (VSS).
4. VCC turn on speed should be longer than 10 us.
17.5.2 Write/Erase Endurance
5
The endurance is 10 cycles/page (1% cumulative failure rate) in case of page programming and
4
10 cycles/byte in case of byte programming. The data retention time is more than 10 years when a
4
device is page-programmed less than 10 cycles.
17.5.3 Noise Suppression Time
This EEPROM have a noise suppression function at SCL and SDA inputs, that cut noise of width
less than 50 ns. Be careful not to allow noise of width more than 50 ns because the noise of with
more than 50 ms is recognized as an active pulse.
Rev. 3.0, 03/01, page 284 of 382
Section 18 Power Supply Circuit
This LSI incorporates an internal power supply step-down circuit. Use of this circuit enables the
internal power supply to be fixed at a constant level of approximately 3.0 V, independently of the
voltage of the power supply connected to the external V pin. As a result, the current consumed
when an external power supply is used at 3.0 V or above can be held down to virtually the same
low level as when used at approximately 3.0 V. If the external power supply is 3.0 V or below, the
internal voltage will be practically the same as the external voltage. It is, of course, also possible
to use the same level of external power supply voltage and internal power supply voltage without
using the internal power supply step-down circuit.
CC
18.1
When Using the Internal Power Supply Step-Down Circuit
Connect the external power supply to the V pin, and connect a capacitance of approximately 0.1
µF between V and V , as shown in figure 18-1. The internal step-down circuit is made effective
simply by adding this external circuit. In the external circuit interface, the external power supply
voltage connected to V and the GND potential connected to V are the reference levels. For
example, for port input/output levels, the V level is the reference for the high level, and the V
level is that for the low level. The A/D converter analog power supply is not affected by internal
step-down processing.
CC
CL
CC
CC
SS
CC
SS
VCC
Step-down circuit
Internal
logic
VCC = 3.0 to 5.5 V
VCL
Stabilization
capacitance
(approx. 0.1 µF)
Internal
power
supply
VSS
Figure 18-1 Power Supply Connection when Internal Step-Down Circuit Is Used
Rev. 3.0, 03/01, page 285 of 382
18.2
When Not Using the Internal Power Supply Step-Down Circuit
When the internal power supply step-down circuit is not used, connect the external power supply
to the V pin and V pin, as shown in figure 18-2. The external power supply is then input
directly to the internal power supply. The permissible range for the power supply voltage is 3.0 V
to 3.6 V. Operation cannot be guaranteed if a voltage outside this range (less than 3.0 V or more
than 3.6 V) is input.
CL
CC
VCC
Step-down circuit
Internal
logic
VCC = 3.0 to 3.6 V
VCL
Internal
power
supply
VSS
Figure 18-2 Power Supply Connection when Internal Step-Down Circuit Is Not Used
Rev. 3.0, 03/01, page 286 of 382
Section 19 Electrical Characteristics
19.1
Absolute Maximum Ratings
Table 19-1 Absolute Maximum Ratings
Item
Symbol
Value
Unit
Note
Power supply voltage
VCC
–0.3 to +7.0
V
*
Analog power supply voltage
AVCC
–0.3 to +7.0
V
*
Ports other than Port B and VIN
X1
–0.3 to VCC +0.3
V
*
Port B
–0.3 to AVCC +0.3
V
*
X1
–0.3 to 4.3
V
*
Input voltage
Operating temperature
Topr
–20 to +75
°C
*
Storage temperature
Tstg
–55 to +125
°C
*
Note: * Permanent damage may result if maximum ratings are exceeded. Normal operation should
be under the conditions specified in Electrical Characteristics. Exceeding these values can
result in incorrect operation and reduced reliability.
19.2
Electrical Characteristics (F-ZTAT™ Version, F-ZTAT™ Version
with EEPROM)
19.2.1
Power Supply Voltage and Operating Ranges
Power Supply Voltage and Oscillation Frequency Range
øOSC (MHz)
øW (kHz)
16.0
32.768
10.0
2.0
3.0
4.0
5.5
• AVCC = 3.3 V to 5.5 V
• Active mode
• Sleep mode
VCC (V)
3.0
4.0
5.5
VCC (V)
• AVCC = 3.3 V to 5.5 V
• All operating modes
Rev. 3.0, 03/01, page 287 of 382
Power Supply Voltage and Operating Frequency Range
øSUB (kHz)
ø (MHz)
16.0
16.384
10.0
8.192
4.096
1.0
3.0
4.0
5.5
VCC (V)
3.0
• AVCC = 3.3 V to 5.5 V
• Active mode
• Sleep mode
(When MA2 = 0 in SYSCR2)
4.0
5.5
• AVCC = 3.3 V to 5.5 V
• Subactive mode
• Subsleep mode
ø (kHz)
2000
1250
78.125
3.0
4.0
5.5
VCC (V)
• AVCC = 3.3 V to 5.5 V
• Active mode
• Sleep mode
(When MA2 = 1 in SYSCR2)
Analog Power Supply Voltage and A/D Converter Accuracy Guarantee Range
ø (MHz)
16.0
10.0
2.0
3.3
4.0
• VCC = 3.0 V to 5.5 V
• Active mode
• Sleep mode
Rev. 3.0, 03/01, page 288 of 382
5.5
AVCC (V)
VCC (V)
19.2.2
DC Characteristics
Table 19-2 DC Characteristics (1)
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C unless otherwise indicated.
Values
Item
Symbol
Applicable Pins
Input high
voltage
VIH
Typ
Max
Unit
RES, NMI,
VCC = 4.0 V to 5.5 VCC×0.8
WKP0 to WKP5, V
IRQ0 to IRQ3,
ADTRG,TMRIV,
TMCIV, FTCI,
VCC×0.9
FTIOA to FTIOD,
SCK3, TRGV
—
VCC + 0.3
V
—
VCC + 0.3
RXD, SCL, SDA,
P10 to P12,
P14 to P17,
P20 to P22,
P50 to P57*,
P74 to P76,
P80 to P87
VCC = 4.0 V to 5.5 VCC×0.7
V
—
VCC + 0.3
VCC×0.8
—
VCC + 0.3
PB0 to PB7
VCC = 4.0 V to 5.5 VCC×0.7
V
—
AVCC + 0.3 V
VCC×0.8
—
AVCC + 0.3
VCC = 4.0 V to 5.5 VCC – 0.5
V
—
VCC + 0.3
VCC – 0.3
—
VCC + 0.3
—
VCC×0.2
—
VCC×0.1
OSC1
Input low
voltage
VIL
Test Condition
Min
RES, NMI,
VCC = 4.0 V to 5.5 –0.3
WKP0 to WKP5, V
IRQ0 to IRQ3,
ADTRG,TMRIV,
TMCIV, FTCI,
–0.3
FTIOA to FTIOD,
SCK3, TRGV
RXD, SCL, SDA,
P10 to P12,
P14 to P17,
P20 to P22,
P50 to P57*,
P74 to P76,
P80 to P87,
PB0 to PB7
VCC = 4.0 V to 5.5 –0.3
V
—
VCC×0.3
–0.3
—
VCC×0.2
OSC1
VCC = 4.0 V to 5.5 –0.3
V
—
0.5
–0.3
—
0.3
Notes
V
V
V
V
V
Note: * P50 to P55 for H8/3664N
Rev. 3.0, 03/01, page 289 of 382
Values
Item
Symbol
Applicable Pins
Test Condition
Output
high
voltage
VOH
P10 to P12,
P14 to P17,
P20 to P22,
VCC = 4.0 V to 5.5 VCC – 1.0
V
Min
Typ
Max
Unit
—
—
V
P50 to P55,
P74 to P76,
P80 to P87,
–IOH = 0.1 mA
VCC – 0.5
—
—
P56, P57*
VCC = 4.0 V to 5.5 VCC – 2.5
V
—
—
—
—
—
0.6
–IOH = 1.5 mA
V
–IOH = 0.1 mA
VCC = 3.0 V to 4.0 VCC – 2.0
V
–IOH = 0.1 mA
Output
low
voltage
VOL
P10 to P12,
P14 to P17,
P20 to P22,
VCC = 4.0 V to 5.5 —
V
P50 to P57*,
P74 to P76,
IOL = 0.4 mA
—
—
0.4
P80 to P87
VCC = 4.0 V to 5.5 —
V
—
1.5
—
1.0
—
0.4
—
—
0.4
VCC = 4.0 V to 5.5 —
V
—
0.6
—
0.4
V
IOL = 1.6 mA
V
IOL = 20.0 mA
VCC = 4.0 V to 5.5 —
V
IOL = 10.0 mA
VCC = 4.0 V to 5.5 —
V
IOL = 1.6 mA
IOL = 0.4 mA
SCL, SDA
IOL = 6.0 mA
IOL = 3.0 mA
Note: * P50 to P55 for H8/3664N
Rev. 3.0, 03/01, page 290 of 382
—
V
Notes
Values
Item
Symbol
Applicable Pins
Min
Typ
Max
Unit
Input/
output
leakage
current
| IIL |
OSC1, RES, NMI, VIN = 0.5 V to
WKP0 to WKP5, (VCC – 0.5 V)
IRQ0 to IRQ3,
ADTRG, TRGV,
TMRIV, TMCIV,
FTCI, FTIOA to
FTIOD, RXD,
SCK3, SCL, SDA
—
—
1.0
µA
P10 to P12,
P14 to P17,
P20 to P22,
P50 to P57*,
P74 to P76,
P80 to P87,
VIN = 0.5 V to
(VCC – 0.5 V)
—
—
1.0
µA
PB0 to PB7
VIN = 0.5 V to
(AVCC – 0.5 V)
—
—
1.0
µA
P10 to P12,
P14 to P17,
P50 to P55
VCC = 5.0 V,
VIN = 0.0 V
50.0
—
300.0
µA
VCC = 3.0 V,
VIN = 0.0 V
—
60.0
—
All input pins
except power
supply pins
f = 1 MHz,
VIN = 0.0 V,
Ta = 25°C
—
—
15.0
Pull-up
MOS
current
–Ip
Input
capacitance
Cin
Test Condition
SCL, SDA
Active
IOPE1
mode
current
dissipation
VCC
IOPE2
VCC
—
—
25.0
Active mode 1
VCC = 5.0 V,
fOSC = 16 MHz
—
15.0
22.5
Active mode 1
VCC = 3.0 V,
fOSC = 10 MHz
—
8.0
—
Active mode 2
VCC = 5.0 V,
fOSC = 16 MHz
—
1.8
2.7
Active mode 2
VCC = 3.0 V,
fOSC = 10 MHz
—
1.2
—
Notes
Reference
value
pF
H8/3664N
mA
*
*
Reference
value
mA
*
*
Reference
value
Note: * P50 to P55 for H8/3664N
Rev. 3.0, 03/01, page 291 of 382
Values
Applicable Pins
Test Condition
Min
Typ
Max
Unit
Notes
Sleep
ISLEEP1
mode
current
dissipation
Item
Symbol
VCC
Sleep mode 1
VCC = 5.0 V,
fOSC = 16 MHz
—
11.5
17.0
mA
*
Sleep mode 1
VCC = 3.0 V,
fOSC = 10 MHz
—
6.5
—
ISLEEP2
VCC
Sleep mode 2
VCC = 5.0 V,
fOSC = 16 MHz
—
1.7
2.5
Sleep mode 2
VCC = 3.0 V,
fOSC = 10 MHz
—
1.1
—
VCC = 3.0 V
32-kHz crystal
oscillator
(øSUB = øW/2)
—
35.0
70.0
VCC = 3.0 V
32-kHz crystal
oscillator
(øSUB = øW/8)
—
25.0
—
—
25.0
50.0
µA
*
—
5.0
µA
*
—
—
V
Subactive ISUB
mode
current
dissipation
VCC
Subsleep ISUBSP
mode
current
dissipation
VCC
VCC = 3.0 V
32-kHz crystal
oscillator
(øSUB = øW/2)
Standby
ISTBY
mode
current
dissipation
VCC
32-kHz crystal
—
oscillator not used
RAM data
retaining
voltage
VCC
VRAM
Rev. 3.0, 03/01, page 292 of 382
2.0
*
Reference
value
mA
*
*
Reference
value
µA
*
*
Reference
value
Note: * Pin states during current dissipation measurement are given below (excluding current in the
pull-up MOS transistors and output buffers).
Mode
RES Pin
Internal State
Other Pins
Oscillator Pins
Active mode 1
VCC
Operates
VCC
System clock oscillator:
ceramic or crystal
Active mode 2
Sleep mode 1
Operates
(ø/64)
VCC
Sleep mode 2
Subclock oscillator:
Pin X1 = VSS
Only timers operate
VCC
Only timers operate
(ø/64)
Subactive mode
VCC
Operates
VCC
System clock oscillator:
ceramic or crystal
Subsleep mode
VCC
Only time base
operates
VCC
Subclock oscillator:
crystal
Standby mode
VCC
CPU and timers
both stop
VCC
System clock oscillator:
ceramic or crystal
Subclock oscillator:
Pin X1 = VSS
Table 19-2 DC Characteristics (2)
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise indicated.
Values
Item
Symbol
EEPROM IEEW
current
dissipation
IEER
IEESTBY
Applicable Pins
Test Condition
Min
Typ
Max
Unit
Notes
VCC
VCC = 5.0 V, tSCL =
2.5µs (when writing)
—
—
2.0
mA
*
VCC
VCC = 5.0 V, tSCL =
2.5µs (when reading)
—
—
0.3
mA
VCC
VCC = 5.0 V, tSCL =
2.5µs (at standby)
—
—
3.0
µA
Note: * The current dissipation of the EEPROM chip is shown.
For the current dissipation of H8/3664N, add the above current values to the current
dissipation of H8/3664F.
Rev. 3.0, 03/01, page 293 of 382
Table 19-2 DC Characteristics (3)
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise indicated.
Values
Applicable
Item
Symbol
Pins
Test Condition Min
Typ
Max
Unit
Allowable output low
current (per pin)
IOL
Output pins
except port 8,
SCL and SDA
VCC = 4.0 V to
5.5 V
—
—
2.0
mA
—
—
20.0
Port 8
Allowable output low
current (total)
Allowable output high
∑IOL
–IOH
Port 8
—
—
10.0
SCL and SDA
—
—
6.0
Output pins
except port 8,
SCL and SDA
—
—
0.5
—
—
40.0
Port 8,
SCL and SDA
—
—
80.0
Output pins
except port 8,
SCL and SDA
—
—
20.0
Port 8,
SCL and SDA
—
—
40.0
—
—
2.0
—
—
0.2
—
—
30.0
—
—
8.0
Output pins
except port 8,
SCL and SDA
All output pins
VCC = 4.0 V to
5.5 V
VCC = 4.0 V to
5.5 V
current (per pin)
Allowable output high
∑(–IOH)
All output pins
current (total)
Rev. 3.0, 03/01, page 294 of 382
VCC = 4.0 V to
5.5 V
mA
mA
mA
19.2.3
AC Characteristics
Table 19-3 AC Characteristics
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Item
Symbol
System clock
oscillation
frequency
fOSC
System clock (ø)
cycle time
tcyc
Applicable
Pins
OSC1,
OSC2
Values
Test Condition
Min
VCC = 4.0 V to 5.5 V 2.0
Typ
Max
Unit
Reference
Figure
—
16.0
MHz
*1
*2
2.0
10.0
1
—
64
tOSC
—
—
12.8
µs
Subclock oscillation fW
frequency
X1, X2
—
32.768 —
kHz
Watch clock (øW)
cycle time
tW
X1, X2
—
30.5
—
µs
Subclock (øSUB)
cycle time
tsubcyc
2
—
8
tW
2
—
—
tcyc
tsubcyc
Instruction cycle
time
trc
OSC1,
OSC2
—
—
10.0
ms
Oscillation
trc
stabilization time
(ceramic oscillator)
OSC1,
OSC2
—
—
5.0
ms
Oscillation
stabilization time
trcx
X1, X2
—
—
2.0
s
External clock
high width
tCPH
OSC1
ns
External clock
low width
tCPL
External clock
rise time
External clock
fall time
Oscillation
stabilization time
(crystal oscillator)
VCC = 4.0 V to 5.5 V 25.0
—
—
40.0
—
—
OSC1
VCC = 4.0 V to 5.5 V 25.0
—
—
40.0
—
—
tCPr
OSC1
VCC = 4.0 V to 5.5 V —
—
10.0
—
—
15.0
tCPf
OSC1
VCC = 4.0 V to 5.5 V —
—
10.0
—
—
15.0
*2
Figure 19-1
ns
ns
ns
Rev. 3.0, 03/01, page 295 of 382
Item
Symbol
Applicable
Pins
RES pin low
width
tREL
RES
Values
Typ
Max
Unit
Reference
Figure
At power-on and in trc
modes other than
those below
—
—
ms
Figure 19-2
In active mode and 10
sleep mode
operation
—
—
tcyc
Test Condition
Min
Input pin high
width
tIH
NMI,
IRQ0 to
IRQ3,
WKP0 to
WKP5,
TMCIV,
TMRIV,
TRGV,
ADTRG,
FTIOA to
FTIOD
2
—
—
tcyc
tsubcyc
Input pin low
width
tIL
NMI,
IRQ0 to
IRQ3,
WKP0 to
WKP5,
TMCIV,
TMRIV,
TRGV,
ADTRG,
FTIOA to
FTIOD
2
—
—
tcyc
tsubcyc
Figure 19-3
Notes: 1. When an external clock is input, the minimum system clock oscillator frequency is
1.0 MHz.
2. Determined by MA2, MA1, MA0, SA1, and SA0 of system control register 2 (SYSCR2).
Rev. 3.0, 03/01, page 296 of 382
2
Table 19-4 I C Bus Interface Timing
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20 to +75°C, unless otherwise specified.
Values
Max
Unit
Reference
Figure
12tcyc + 600 —
—
ns
Figure 19-4
tSCLH
3tcyc + 300
—
ns
SCL input low width
tSCLL
5tcyc + 300
—
—
ns
Input fall time of
SCL and SDA
tSf
—
—
300
ns
SCL and SDA input
spike pulse removal
time
tSP
—
—
1tcyc
ns
SDA input bus-free
time
tBUF
5tcyc
—
—
ns
Start condition input
hold time
tSTAH
3tcyc
—
—
ns
Retransmission start
condition input setup
time
tSTAS
3tcyc
—
—
ns
Setup time for stop
condition input
tSTOS
3tcyc
—
—
ns
Data-input setup time
tSDAS
1tcyc+20
—
—
ns
Data-input hold time
tSDAH
0
—
—
ns
Capacitive load of
SCL and SDA
cb
0
—
400
pF
SCL and SDA output
fall time
tSf
VCC = 4.0 V —
to 5.5 V
—
250
ns
—
—
300
Item
Symbol
SCL input cycle time
tSCL
SCL input high width
Test
Condition Min
Typ
—
Rev. 3.0, 03/01, page 297 of 382
Table 19-5 Serial Interface (SCI3) Timing
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Item
Input
clock
cycle
Asynchronous
Symbol
Applicable
Pins
tScyc
SCK3
Values
Test Condition
Synchronous
Input clock pulse
width
tSCKW
SCK3
Transmit data delay
time (clocked
synchronous)
tTXD
TXD
Receive data setup
time (clocked
synchronous)
tRXS
Receive data hold
time (clocked
synchronous)
tRXH
RXD
RXD
Rev. 3.0, 03/01, page 298 of 382
VCC = 4.0 V to 5.5 V
VCC = 4.0 V to 5.5 V
VCC = 4.0 V to 5.5 V
Min Typ Max Unit
Reference
Figure
4
—
—
tcyc
Figure 19-5
6
—
—
0.4
—
0.6
tScyc
Figure 19-5
tcyc
Figure 19-6
ns
Figure 19-6
ns
Figure 19-6
—
—
1
—
—
1
62.5 —
—
100. —
0
—
62.5 —
—
100. —
0
—
19.2.4
A/D Converter Characteristics
Table 19-6 A/D Converter Characteristics
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Item
Symbol
Applicable
Pins
Test
Condition
Values
Min
Typ Max
Unit
Reference
Figure
V
*1
Analog power supply AVCC
voltage
AVCC
3.3
VCC
5.5
Analog input voltage
AN0 to
AN7
VSS – 0.3
—
AVCC + 0.3 V
—
2.0
mA
AVIN
Analog power supply AIOPE
current
AVCC
AVCC = 5.0 V —
fOSC =
16 MHz
AISTOP1
AVCC
—
50
—
µA
*2
Reference
value
AISTOP2
AVCC
—
—
5.0
µA
*3
Analog input
capacitance
CAIN
AN0 to
AN7
—
—
30.0
pF
Allowable signal
source impedance
RAIN
AN0 to
AN7
—
—
5.0
kΩ
10
10
10
bit
—
—
tcyc
—
±7.5
LSB
Resolution (data
length)
Conversion time
(single mode)
Nonlinearity error
AVCC = 3.3 V 134
to 5.5 V
—
Offset error
—
—
±7.5
LSB
Full-scale error
—
—
±7.5
LSB
Quantization error
—
—
±0.5
LSB
Absolute accuracy
—
—
±8.0
LSB
AVCC = 4.0 V 70
to 5.5 V
—
—
tcyc
Nonlinearity error
—
—
±7.5
LSB
Offset error
—
—
±7.5
LSB
Conversion time
(single mode)
Full-scale error
—
—
±7.5
LSB
Quantization error
—
—
±0.5
LSB
Absolute accuracy
—
—
±8.0
LSB
Rev. 3.0, 03/01, page 299 of 382
Item
Symbol
Applicable
Pins
Conversion time
(single mode)
Test
Condition
Values
Min
AVCC = 4.0 V 134
to 5.5 V
Typ Max
Unit
—
—
tcyc
Nonlinearity error
—
—
±3.5
LSB
Offset error
—
—
±3.5
LSB
Full-scale error
—
—
±3.5
LSB
Quantization error
—
—
±0.5
LSB
Absolute accuracy
—
—
±4.0
LSB
Reference
Figure
Notes: 1. Set AVCC = VCC when the A/D converter is not used.
2. AISTOP1 is the current in active and sleep modes while the A/D converter is idle.
3. AISTOP2 is the current at reset and in standby, subactive, and subsleep modes while the
A/D converter is idle.
19.2.5
Watchdog Timer
Table 19-7 Watchdog Timer Characteristics
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Item
Symbol
On-chip
oscillator
overflow
time
tOVF
Applicable
Pins
Test
Condition
Values
Min
Typ
Max
Unit
Reference
Figure
0.2
0.4
—
s
*
Note: * Shows the time to count from 0 to 255, at which point an internal reset is generated, when
the internal oscillator is selected.
Rev. 3.0, 03/01, page 300 of 382
19.2.6
Flash Memory Characteristics
Table 19-8 Flash Memory Characteristics
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Values
Test
Symbol Condition
Min
Typ
Max
Unit
tP
—
7
—
ms
tE
—
100
—
ms
Reprogramming count
NWEC
—
—
100
Times
Programming Wait time after SWE
1
bit setting*
x
1
—
—
µs
Wait time after PSU
1
bit setting*
y
50
—
—
µs
Item
1
2
Programming time (per 128 bytes)* * *
1
3
Erase time (per block) * * *
4
6
z1
1≤n≤6
28
30
32
µs
z2
7 ≤ n ≤ 1000
198
200
202
µs
z3
Additionalprogramming
8
10
12
µs
α
5
—
—
µs
Wait time after PSU bit clear* β
5
—
—
µs
γ
4
—
—
µs
1
Wait time after dummy write* ε
2
—
—
µs
η
2
—
—
µs
Wait time after SWE
1
bit clear*
θ
100
—
—
µs
Maximum
1 4 5
programming count* * *
N
—
—
1000
Times
Wait time after P bit setting
1
**
4
Wait time after P bit clear*
1
1
Wait time after PV
1
bit setting*
Wait time after PV bit clear*
1
Rev. 3.0, 03/01, page 301 of 382
Erase
Values
Test
Symbol Condition
Min
Typ
Max
Unit
Wait time after SWE
1
bit setting*
x
1
—
—
µs
Wait time after ESU
1
bit setting*
y
100
—
—
µs
Wait time after E bit
1 6
setting* *
z
10
—
100
ms
Item
α
10
—
—
µs
1
Wait time after ESU bit clear* β
10
—
—
µs
γ
20
—
—
µs
2
—
—
µs
η
4
—
—
µs
θ
100
—
—
µs
N
—
—
120
Times
Wait time after E bit clear*
1
Wait time after EV
1
bit setting*
1
Wait time after dummy write* ε
Wait time after EV bit clear*
Wait time after SWE
1
bit clear*
1
6
Maximum erase count* * *
7
1
Notes: 1. Make the time settings in accordance with the program/erase algorithms.
2. The programming time for 128 bytes. (Indicates the total time for which the P bit in flash
memory control register 1 (FLMCR1) is set. The program-verify time is not included.)
3. The time required to erase one block. (Indicates the time for which the E bit in flash
memory control register 1 (FLMCR1) is set. The erase-verify time is not included.)
4. Programming time maximum value (tP(MAX)) = wait time after P bit setting (z) ×
maximum number of writes (N)
5. Set the maximum number of writes (N) according to the actual set values of z1, z2, and
z3, so that it does not exceed the programming time maximum value (tP(MAX)). The
wait time after P bit setting (z1, z2) should be changed as follows according to the value
of the number of writes (n).
Number of writes (n)
1≤n≤6
z1 = 30 µs
7 ≤ n ≤ 1000 z2 = 200 µs
6. Erase time maximum value (tE(max)) = wait time after E bit setting (z) × maximum
number of erases (N)
7. Set the maximum number of erases (N) according to the actual set value of (z), so that
it does not exceed the erase time maximum value (tE(max)).
Rev. 3.0, 03/01, page 302 of 382
19.2.7 EEPROM Characteristics (Preliminary)
Table 19-9 EEPROM Characteristics
VCC = 3.0 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Values
Typ Max
Unit
Reference
Figure
2500

ns
Figure 19-4
tSCLH
600


µs
SCL inut low pulse width
tSCLL
1200


ns
SCL, SDA input spike pulse
removal time
tSP


50
ns
SDA input path free time
tBUF
1200


ns
Start condition input hold time
tSTAH
600


ns
Retransmit start condition input
setup time
tSTAS
600


ns
Hold condition input setup time
tSTOS
600


ns
Data input setup time
tSDAS
160


ns
Datainput hold time
tSDAH
0


ns
SCL, SDA input fall time
tSr


300
ns
SDA input rise time
tSr


300
ns
Data output hold time
tDH
50


ns
SCL, SDA capacity load
Cb
0

400
pF
Access time
tAA
100

900
ns
Cycle time at writing
tWC


10
µs
Reset release time
tRES


13
µs
Item
Symbol
SCL input cycle time
tSCL
SCL input high pulse width
Test
Condition Min
Note: * Cycle time at writing is a time from the holt condition to write completion (internal control).
Rev. 3.0, 03/01, page 303 of 382
19.3
Electrical Characteristics (Mask ROM Version)
19.3.1
Power Supply Voltage and Operating Ranges
Power Supply Voltage and Oscillation Frequency Range
øOSC (MHz)
øW (kHz)
16.0
32.768
10.0
2.0
2.7
4.0
VCC (V)
5.5
2.7
4.0
5.5
VCC (V)
• AVCC = 3.0 V to 5.5 V
• All operating modes
• AVCC = 3.0 V to 5.5 V
• Active mode
• Sleep mode
Power Supply Voltage and Operating Frequency Range
øSUB (kHz)
ø (MHz)
16.0
16.384
10.0
8.192
4.096
1.0
2.7
ø (kHz)
4.0
5.5
VCC (V)
• AVCC = 3.0 V to 5.5 V
• Active mode
• Sleep mode
(When MA2 = 0 in SYSCR2)
2000
1250
78.125
2.7
4.0
5.5
VCC (V)
• AVCC = 3.0 V to 5.5 V
• Active mode
• Sleep mode
(When MA2 = 1 in SYSCR2)
Rev. 3.0, 03/01, page 304 of 382
2.7
4.0
5.5
• AVCC = 3.0 V to 5.5 V
• Subactive mode
• Subsleep mode
VCC (V)
Analog Power Supply Voltage and A/D Converter Accuracy Guarantee Range
ø (MHz)
16.0
10.0
2.0
3.0
•
•
•
•
19.3.2
4.0
5.5
AVCC (V)
AVCC = 2.7 V to 5.5 V
VCC = 3.0 V to 5.5 V
Active mode
Sleep mode
DC Characteristics
Table 19-10 DC Characteristics (1)
VCC = 2.7 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C unless otherwise indicated.
Values
Item
Symbol
Applicable Pins
Test Condition
Min
Typ
Max
Unit
Input high
voltage
VIH
RES, NMI,
VCC = 4.0 V to 5.5 VCC×0.8
WKP0 to WKP5, V
IRQ0 to IRQ3,
ADTRG,TMRIV,
TMCIV, FTCI,
VCC×0.9
FTIOA to FTIOD,
SCK3, TRGV
—
VCC + 0.3
—
VCC + 0.3
RXD, SCL, SDA,
P10 to P12,
P14 to P17,
P20 to P22,
P50 to P57,
P74 to P76,
P80 to P87
VCC = 4.0 V to 5.5 VCC×0.7
V
—
VCC + 0.3
VCC×0.8
—
VCC + 0.3
PB0 to PB7
VCC = 4.0 V to 5.5 VCC×0.7
V
—
AVCC + 0.3 V
VCC×0.8
—
AVCC + 0.3
OSC1
VCC = 4.0 V to 5.5 VCC – 0.5
V
—
VCC + 0.3
VCC – 0.3
—
VCC + 0.3
Notes
V
V
V
Rev. 3.0, 03/01, page 305 of 382
Values
Item
Symbol
Applicable Pins
Input low
voltage
VIL
RES, NMI,
VCC = 4.0 V to 5.5 –0.3
WKP0 to WKP5, V
IRQ0 to IRQ3,
ADTRG,TMRIV,
TMCIV, FTCI,
–0.3
FTIOA to FTIOD,
SCK3, TRGV
Output
high
voltage
VOH
Test Condition
Min
Typ
Max
Unit
—
VCC×0.2
V
—
VCC×0.1
RXD, SCL, SDA,
P10 to P12,
P14 to P17,
P20 to P22,
P50 to P57,
P74 to P76,
P80 to P87,
PB0 to PB7
VCC = 4.0 V to 5.5 –0.3
V
—
VCC×0.3
–0.3
—
VCC×0.2
OSC1
VCC = 4.0 V to 5.5 –0.3
V
—
0.5
–0.3
—
0.3
—
—
P10 to P12,
P14 to P17,
P20 to P22,
VCC = 4.0 V to 5.5 VCC – 1.0
V
P50 to P55,
P74 to P76,
P80 to P87
–IOH = 0.1 mA
VCC – 0.5
—
—
P56, P57
VCC = 4.0 V to 5.5 VCC – 2.5
V
—
—
—
—
V
V
–IOH = 1.5 mA
–IOH = 0.1 mA
VCC =2.7V to 4.0 V VCC – 2.0
–IOH = 0.1 mA
Rev. 3.0, 03/01, page 306 of 382
V
V
Notes
Values
Item
Symbol
Applicable Pins
Test Condition
Output
low
voltage
VOL
P10 to P12,
P14 to P17,
P20 to P22,
VCC = 4.0 V to 5.5 —
V
Min
Typ
Max
Unit
—
0.6
V
P50 to P57,
P74 to P76
IOL = 0.4 mA
—
—
0.4
P80 to P87
VCC = 4.0 V to 5.5 —
V
—
1.5
—
1.0
—
0.4
Notes
IOL = 1.6 mA
V
IOL = 20.0 mA
VCC = 4.0 V to 5.5 —
V
IOL = 10.0 mA
VCC = 4.0 V to 5.5 —
V
IOL = 1.6 mA
—
—
0.4
VCC = 4.0 V to 5.5 —
V
IOL = 0.4 mA
—
0.6
—
—
0.4
OSC1, RES, NMI, VIN = 0.5 V to
WKP0 to WKP5, (VCC – 0.5 V)
IRQ0 to IRQ3,
ADTRG, TRGV,
TMRIV, TMCIV,
FTCI, FTIOA to
FTIOD, RXD,
SCK3, SCL, SDA
—
—
1.0
µA
P10 to P12,
P14 to P17,
P20 to P22,
P50 to P57,
P74 to P76,
P80 to P87,
VIN = 0.5 V to
(VCC – 0.5 V)
—
—
1.0
µA
PB0 to PB7
VIN = 0.5 V to
(AVCC – 0.5 V)
—
—
1.0
µA
VCC = 5.0 V,
VIN = 0.0 V
50.0
—
300.0
µA
VCC = 3.0 V,
VIN = 0.0 V
—
60.0
—
SCL, SDA
V
IOL = 6.0 mA
IOL = 3.0 mA
Input/
output
leakage
current
Pull-up
MOS
current
| IIL |
–Ip
P10 to P12,
P14 to P17,
P50 to P55
Reference
value
Rev. 3.0, 03/01, page 307 of 382
Values
Item
Symbol
Applicable Pins
Min
Typ
Max
Unit Notes
Input
capacitance
Cin
All input pins
except power
supply pins
f = 1 MHz,
VIN = 0.0 V,
Ta = 25°C
—
—
15.0
pF
Active
IOPE1
mode
current
dissipation
VCC
Active mode 1
VCC = 5.0 V,
fOSC = 16 MHz
—
15.0
22.5
mA
Active mode 1
VCC = 3.0 V,
fOSC = 10 MHz
—
8.0
—
IOPE2
VCC
Active mode 2
VCC = 5.0 V,
fOSC = 16 MHz
—
1.8
2.7
Active mode 2
VCC = 3.0 V,
fOSC = 10 MHz
—
1.2
—
Sleep mode 1
VCC = 5.0 V,
fOSC = 16 MHz
—
7.1
13.0
Sleep mode 1
VCC = 3.0 V,
fOSC = 10 MHz
—
4.0
—
Sleep mode 2
VCC = 5.0 V,
fOSC = 16 MHz
—
1.1
2.0
Sleep mode 2
VCC = 3.0 V,
fOSC = 10 MHz
—
0.5
—
VCC = 3.0 V
32-kHz crystal
oscillator
(øSUB = øW/2)
—
35.0
70.0
VCC = 3.0 V
32-kHz crystal
oscillator
(øSUB = øW/8)
—
25.0
—
—
25.0
50.0
µA
*
—
5.0
µA
*
Sleep
ISLEEP1
mode
current
dissipation
VCC
ISLEEP2
VCC
Subactive ISUB
mode
current
dissipation
VCC
Test Condition
Subsleep ISUBSP
mode
current
dissipation
VCC
VCC = 3.0 V
32-kHz crystal
oscillator
(øSUB = øW/2)
Standby
ISTBY
mode
current
dissipation
VCC
32-kHz crystal
—
oscillator not used
Rev. 3.0, 03/01, page 308 of 382
*
*
Reference
value
mA
*
*
Reference
value
mA
*
*
Reference
value
mA
*
*
Reference
value
µA
*
*
Reference
value
Values
Item
Symbol
Applicable Pins Test Condition
Min
Typ
Max
Unit
RAM data
retaining
voltage
VRAM
VCC
2.0
—
—
V
Notes
Note: * Pin states during current dissipation measurement are given below (excluding current in the
pull-up MOS transistors and output buffers).
Mode
RES Pin
Internal State
Other Pins
Oscillator Pins
Active mode 1
VCC
Operates
VCC
System clock oscillator:
ceramic or crystal
Active mode 2
Sleep mode 1
Operates
(ø/64)
VCC
Sleep mode 2
Only timers operate
Subclock oscillator:
Pin X1 = VSS
VCC
Only timers operate
(ø/64)
Subactive mode
VCC
Operates
VCC
System clock oscillator:
ceramic or crystal
Subsleep mode
VCC
Only time base
operates
VCC
Subclock oscillator:
crystal
Standby mode
VCC
CPU and timers
both stop
VCC
System clock oscillator:
ceramic or crystal
Subclock oscillator:
Pin X1 = VSS
Rev. 3.0, 03/01, page 309 of 382
Table 19-10 DC Characteristics (2)
VCC = 2.7 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise indicated.
Values
Applicable
Item
Pins
Symbol
Test Condition
Min
Typ
Max
Unit
Allowable output low
current (per pin)
Output pins
except port 8,
SCL and SDA
IOL
VCC = 4.0 V to 5.5 V
—
—
2.0
mA
—
—
20.0
Port 8
Allowable output low
current (total)
Port 8
—
—
10.0
SCL and SDA
—
—
6.0
Output pins
except port 8,
SCL and SDA
—
—
0.5
—
—
40.0
Port 8,
SCL and SDA
—
—
80.0
Output pins
except port 8,
SCL and SDA
—
—
20.0
Port 8,
SCL and SDA
—
—
40.0
—
—
2.0
—
—
0.2
—
—
30.0
—
—
8.0
Output pins
except port 8,
SCL and SDA
∑IOL
VCC = 4.0 V to 5.5 V
Allowable output high
current (per pin)
All output pins
–IOH
VCC = 4.0 V to 5.5 V
Allowable output high
current (total)
All output pins
∑(–IOH)
VCC = 4.0 V to 5.5 V
Rev. 3.0, 03/01, page 310 of 382
mA
mA
mA
19.3.3
AC Characteristics
Table 19-11 AC Characteristics
VCC = 2.7 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Item
Symbol
System clock
oscillation
frequency
fOSC
System clock (ø)
cycle time
tcyc
Applicable
Pins
Test Condition
OSC1,
OSC2
VCC = 4.0 V to 5.5 V
Values
Min
Typ
Max
Unit
Reference
Figure
2.0
—
16.0
MHz
*1
*2
2.0
10.0
1
—
64
tOSC
—
—
12.8
µs
Subclock oscillation fW
frequency
X1, X2
—
32.768 —
kHz
Watch clock (øW)
cycle time
tW
X1, X2
—
30.5
—
µs
Subclock (øSUB)
cycle time
tsubcyc
2
—
8
tW
2
—
—
tcyc
tsubcyc
Instruction cycle
time
trc
OSC1,
OSC2
—
—
10.0
ms
Oscillation
trc
stabilization time
(ceramic oscillator)
OSC1,
OSC2
—
—
5.0
ms
Oscillation
stabilization time
trcx
X1, X2
—
—
2.0
s
External clock
high width
tCPH
OSC1
ns
External clock
low width
tCPL
OSC1
VCC = 4.0 V to 5.5 V
External clock
rise time
tCPr
OSC1
VCC = 4.0 V to 5.5 V
External clock
fall time
tCPf
OSC1
VCC = 4.0 V to 5.5 V
Oscillation
stabilization time
(crystal oscillator)
VCC = 4.0 V to 5.5 V
25.0
—
—
40.0
—
—
25.0
—
—
40.0
—
—
—
—
10.0
—
—
15.0
—
—
10.0
—
—
15.0
*2
Figure 19-1
ns
ns
ns
Rev. 3.0, 03/01, page 311 of 382
Item
Symbol
Applicable
Pins
RES pin low
width
tREL
RES
Values
Typ
Max
Unit
Reference
Figure
At power-on and in trc
modes other than
those below
—
—
ms
Figure 19-2
In active mode and 10
sleep mode
operation
—
—
tcyc
Test Condition
Min
Input pin high
width
tIH
NMI,
IRQ0 to
IRQ3,
WKP0 to
WKP5,
TMCIV,
TMRIV,
TRGV,
ADTRG,
FTIOA to
FTIOD
2
—
—
tcyc
tsubcyc
Input pin low
width
tIL
NMI,
IRQ0 to
IRQ3,
WKP0 to
WKP5,
TMCIV,
TMRIV,
TRGV,
ADTRG,
FTIOA to
FTIOD
2
—
—
tcyc
tsubcyc
Figure 19-3
Notes: 1. When an external clock is input, the minimum system clock oscillator frequency is
1.0 MHz.
2. Determined by MA2, MA1, MA0, SA1, and SA0 of system control register 2 (SYSCR2).
Rev. 3.0, 03/01, page 312 of 382
2
Table 19-12 I C Bus Interface Timing
VCC = 2.7 V to 5.5 V, VSS = 0.0 V, Ta = –20 to +75°C, unless otherwise specified.
Values
Item
Symbol
Min
SCL input cycle time
tSCL
SCL input high width
Typ
Max
Unit
12tcyc + 600 —
—
ns
tSCLH
3tcyc + 300
—
ns
SCL input low width
tSCLL
5tcyc + 300
—
—
ns
Input fall time of
SCL and SDA
tSf
—
—
300
ns
SCL and SDA input
spike pulse removal
time
tSP
—
—
1tcyc
ns
SDA input bus-free
time
tBUF
5tcyc
—
—
ns
Start condition input
hold time
tSTAH
3tcyc
—
—
ns
Retransmission start
condition input setup
time
tSTAS
3tcyc
—
—
ns
Setup time for stop
condition input
tSTOS
3tcyc
—
—
ns
Data-input setup time
tSDAS
1tcyc+20
—
—
ns
Data-input hold time
tSDAH
0
—
—
ns
Capacitive load of
SCL and SDA
cb
0
—
400
pF
SCL and SDA output
fall time
tSf
—
—
250
ns
—
—
300
—
Test
Condition
Reference
Figure
Figure 19-4
VCC = 4.0 V
to 5.5 V
Rev. 3.0, 03/01, page 313 of 382
Table 19-13 Serial Interface (SCI3) Timing
Item
Input
clock
cycle
Symbol
Asynchronous
Applicable
Pins
Test Condition
tScyc
Clocked
synchronous
Input clock pulse
width
tSCKW
SCK3
Transmit data delay
time (clocked
synchronous)
tTXD
TXD
Receive data setup
time (clocked
synchronous)
tRXS
Receive data hold
time (clocked
synchronous)
tRXH
RXD
Values
Min
Typ
Max Unit
Reference
Figure
4
—
—
tcyc
Figure 19-5
6
—
—
0.4
—
0.6
tScyc
Figure 19-5
VCC = 4.0 V to 5.5 V —
—
1
tcyc
Figure 19-6
—
—
1
ns
Figure 19-6
ns
Figure 19-6
VCC = 4.0 V to 5.5 V 62.5
100.0
RXD
Rev. 3.0, 03/01, page 314 of 382
VCC = 4.0 V to 5.5 V 62.5
100.0
—
—
—
—
—
—
—
—
19.3.4
A/D Converter Characteristics
Table 19-14 A/D Converter Characteristics
VCC = 2.7 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Item
Symbol
Applicable
Pins
Test
Condition
Values
Min
Typ
Max
Unit
Reference
Figure
V
*1
Analog power supply AVCC
voltage
AVCC
3.0
VCC
5.5
Analog input voltage
AN0 to
AN7
VSS –
0.3
—
AVCC + 0.3 V
—
—
2.0
mA
AVIN
Analog power supply AIOPE
current
AVCC
AVCC = 5.0 V
fOSC =
16 MHz
AISTOP1
AVCC
—
50
—
µA
*2
Reference
value
AISTOP2
AVCC
—
—
5.0
µA
*3
Analog input
capacitance
CAIN
AN0 to
AN7
—
—
30.0
pF
Allowable signal
source impedance
RAIN
AN0 to
AN7
—
—
5.0
kΩ
10
10
10
bit
—
—
tcyc
—
±7.5
LSB
Resolution (data
length)
Conversion time
(single mode)
Nonlinearity error
AVCC = 3.0 V to 134
5.5 V
—
Offset error
—
—
±7.5
LSB
Full-scale error
—
—
±7.5
LSB
Quantization error
—
—
±0.5
LSB
Absolute accuracy
—
—
±8.0
LSB
AVCC = 4.0 V to 70
5.5 V
—
—
tcyc
Nonlinearity error
—
—
±7.5
LSB
Offset error
—
—
±7.5
LSB
Conversion time
(single mode)
Full-scale error
—
—
±7.5
LSB
Quantization error
—
—
±0.5
LSB
Absolute accuracy
—
—
±8.0
LSB
Rev. 3.0, 03/01, page 315 of 382
Item
Symbol
Values
Applicable Test
Pins
Condition
Min
Typ
Max
Unit
134
—
—
tcyc
Nonlinearity error
—
—
±3.5
LSB
Offset error
—
—
±3.5
LSB
Conversion time
(single mode)
AVCC = 4.0 V to
5.5 V
Full-scale error
—
—
±3.5
LSB
Quantization error
—
—
±0.5
LSB
Absolute accuracy
—
—
±4.0
LSB
Reference
Figure
Notes: 1. Set AVCC = VCC when the A/D converter is not used.
2. AISTOP1 is the current in active and sleep modes while the A/D converter is idle.
3. AISTOP2 is the current at reset and in standby, subactive, and subsleep modes while the
A/D converter is idle.
19.3.5
Watchdog Timer
Table 19-15 Watchdog Timer Characteristics
VCC = 2.7 V to 5.5 V, VSS = 0.0 V, Ta = –20°C to +75°C, unless otherwise specified.
Item
Symbol
On-chip
oscillator
overflow
time
tOVF
Applicable
Test
Values
Pins
Condition
Reference
Min
Typ
Max
Unit
Figure
0.2
0.4
—
s
*
Note: * Shows the time to count from 0 to 255, at which point an internal reset is generated, when
the internal oscillator is selected.
19.4
Operation Timing
t OSC
VIH
OSC1
VIL
t CPH
t CPr
t CPL
t CPf
Figure 19-1 System Clock Input Timing
Rev. 3.0, 03/01, page 316 of 382
VCC × 0.7
VCC
OSC1
tREL
VIL
VIL
tREL
Figure 19-2 RES Low Width Timing
VIH
to
to
VIL
TMCI
FTIOA to FTIOD
TMCIV, TMRIV
TRGV
t IL
t IH
Figure 19-3 Input Timing
VIH
SDA
VIL
tBUF
tSTAH
tSCLH
tSTAS
tSP
tSTOS
SCL
P*
S*
tSf
tOf
Sr*
tSCLL
tSCL
P*
tSDAS
tSr
tSDAH
Note: * S, P, and Sr represent the following:
S: Start condition
P: Stop condition
Sr: Retransmission start condition
2
Figure 19-4 I C Bus Interface Input/Output Timing
Rev. 3.0, 03/01, page 317 of 382
t SCKW
SCK3
t Scyc
Figure 19-5 SCK3 Input Clock Timing
t Scyc
SCK3
VIH or VOH *
VIL or VOL *
t TXD
*
TXD
(transmit data)
VOH
VOL
*
t RXS
t RXH
RXD
(receive data)
Note:
* Output timing reference levels
Output high:
V OH= 2.0 V
Output low:
V OL= 0.8 V
Load conditions are shown in figure 19-8.
Figure 19-6 Serial Interface 3 Synchronous Mode Input/Output Timing
Rev. 3.0, 03/01, page 318 of 382
1/fSCL
tsf
tSCLH
tsp
tSCLL
SCL
tSTAS
tSDAH
tSTAH
tSTOS
tSDAS
tsr
SDA
(in)
tBUF
tAA
tDH
SDA
(out)
Figure 19-7 EEPROM Bus Timing
19.5
Output Load Circuit
VCC
2.4 kΩ
LSI output pin
30 pF
12 k Ω
Figure 19-8 Output Load Condition
Rev. 3.0, 03/01, page 319 of 382
Rev. 3.0, 03/01, page 320 of 382
Appendix A Instruction Set
A.1
Instruction List
Operand Notation
Symbol
Description
Rd
General (destination*) register
Rs
General (source*) register
Rn
General register*
ERd
General destination register (address register or 32-bit register)
ERs
General source register (address register or 32-bit register)
ERn
General register (32-bit register)
(EAd)
Destination operand
(EAs)
Source operand
PC
Program counter
SP
Stack pointer
CCR
Condition-code register
N
N (negative) flag in CCR
Z
Z (zero) flag in CCR
V
V (overflow) flag in CCR
C
C (carry) flag in CCR
disp
Displacement
→
Transfer from the operand on the left to the operand on the right, or transition from
the state on the left to the state on the right
+
Addition of the operands on both sides
–
Subtraction of the operand on the right from the operand on the left
×
Multiplication of the operands on both sides
÷
Division of the operand on the left by the operand on the right
∧
Logical AND of the operands on both sides
∨
Logical OR of the operands on both sides
⊕
Logical exclusive OR of the operands on both sides
¬
NOT (logical complement)
( ), < >
Contents of operand
Note: General registers include 8-bit registers (R0H to R7H and R0L to R7L) and 16-bit registers
(R0 to R7 and E0 to E7).
Rev. 3.0, 03/01, page 321 of 382
Symbol
Description
↔
Condition Code Notation
Changed according to execution result
*
Undetermined (no guaranteed value)
0
Cleared to 0
1
Set to 1
—
Not affected by execution of the instruction
∆
Varies depending on conditions, described in notes
Rev. 3.0, 03/01, page 322 of 382
Table A.1
Instruction Set
1. Data transfer instructions
Condition Code
MOV.B @(d:16, ERs), Rd
B
4
@(d:16, ERs) → Rd8
— —
MOV.B @(d:24, ERs), Rd
B
8
@(d:24, ERs) → Rd8
— —
MOV.B @ERs+, Rd
B
@ERs → Rd8
ERs32+1 → ERs32
— —
MOV.B @aa:8, Rd
B
2
@aa:8 → Rd8
— —
MOV.B @aa:16, Rd
B
4
@aa:16 → Rd8
— —
MOV.B @aa:24, Rd
B
6
@aa:24 → Rd8
— —
MOV.B Rs, @ERd
B
Rs8 → @ERd
— —
MOV.B Rs, @(d:16, ERd)
B
4
Rs8 → @(d:16, ERd)
— —
MOV.B Rs, @(d:24, ERd)
B
8
Rs8 → @(d:24, ERd)
— —
MOV.B Rs, @–ERd
B
ERd32–1 → ERd32
Rs8 → @ERd
— —
MOV.B Rs, @aa:8
B
2
Rs8 → @aa:8
— —
MOV.B Rs, @aa:16
B
4
Rs8 → @aa:16
— —
MOV.B Rs, @aa:24
B
6
Rs8 → @aa:24
— —
MOV.W #xx:16, Rd
W 4
#xx:16 → Rd16
— —
MOV.W Rs, Rd
W
Rs16 → Rd16
— —
MOV.W @ERs, Rd
W
@ERs → Rd16
— —
2
2
2
2
2
2
MOV.W @(d:16, ERs), Rd W
4
@(d:16, ERs) → Rd16
— —
MOV.W @(d:24, ERs), Rd W
8
@(d:24, ERs) → Rd16
— —
@ERs → Rd16
ERs32+2 → @ERd32
— —
2
MOV.W @ERs+, Rd
W
MOV.W @aa:16, Rd
W
4
@aa:16 → Rd16
— —
MOV.W @aa:24, Rd
W
6
@aa:24 → Rd16
— —
MOV.W Rs, @ERd
W
Rs16 → @ERd
— —
2
MOV.W Rs, @(d:16, ERd) W
4
Rs16 → @(d:16, ERd)
— —
MOV.W Rs, @(d:24, ERd) W
8
Rs16 → @(d:24, ERd)
— —
0 —
0 —
0 —
Advanced
— —
B
↔ ↔ ↔ ↔ ↔ ↔
@ERs → Rd8
MOV.B @ERs, Rd
↔ ↔ ↔ ↔ ↔ ↔
— —
B
C
0 —
↔ ↔ ↔ ↔ ↔ ↔ ↔
Rs8 → Rd8
MOV.B Rs, Rd
V
↔ ↔ ↔ ↔ ↔ ↔ ↔
Z
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
I
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
N
— —
Normal
—
@@aa
H
#xx:8 → Rd8
↔ ↔ ↔ ↔ ↔
2
@(d, PC)
Operation
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
2
Rn
B
No. of
States*1
↔ ↔ ↔ ↔ ↔
MOV MOV.B #xx:8, Rd
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
2
0 —
2
0 —
4
0 —
6
0 —
10
0 —
6
4
0 —
6
0 —
8
0 —
4
0 —
6
0 —
10
0 —
6
4
0 —
6
0 —
8
0 —
4
0 —
2
0 —
4
0 —
6
0 —
10
0 —
6
6
0 —
8
0 —
4
0 —
6
0 —
10
Rev. 3.0, 03/01, page 323 of 382
No. of
States*1
Condition Code
↔
↔
0 —
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
0 —
↔ ↔ ↔ ↔ ↔ ↔
↔ ↔ ↔ ↔ ↔ ↔
0 —
POP POP.W Rn
W
2 @SP → Rn16
SP+2 → SP
— —
↔ ↔ ↔
↔ ↔ ↔
0 —
POP.L ERn
L
4 @SP → ERn32
SP+4 → SP
— —
↔
0 —
PUSH PUSH.W Rn
W
2 SP–2 → SP
Rn16 → @SP
— —
0 —
PUSH.L ERn
L
4 SP–4 → SP
ERn32 → @SP
— —
0 —
MOVFPE @aa:16, Rd
B
2
MOV MOV.W Rs, @–ERd
W
MOV.W Rs, @aa:16
W
4
Rs16 → @aa:16
— —
MOV.W Rs, @aa:24
W
6
Rs16 → @aa:24
— —
MOV.L #xx:32, Rd
L
#xx:32 → Rd32
— —
MOV.L ERs, ERd
L
ERs32 → ERd32
— —
MOV.L @ERs, ERd
L
@ERs → ERd32
— —
MOV.L @(d:16, ERs), ERd
L
6
@(d:16, ERs) → ERd32
— —
MOV.L @(d:24, ERs), ERd
L
10
@(d:24, ERs) → ERd32
— —
MOV.L @ERs+, ERd
L
@ERs → ERd32
ERs32+4 → ERs32
— —
MOV.L @aa:16, ERd
L
6
@aa:16 → ERd32
— —
MOV.L @aa:24, ERd
L
8
@aa:24 → ERd32
— —
MOV.L ERs, @ERd
L
ERs32 → @ERd
— —
MOV.L ERs, @(d:16, ERd)
L
6
ERs32 → @(d:16, ERd)
— —
MOV.L ERs, @(d:24, ERd)
L
10
ERs32 → @(d:24, ERd)
— —
MOV.L ERs, @–ERd
L
ERd32–4 → ERd32
ERs32 → @ERd
— —
MOV.L ERs, @aa:16
L
6
ERs32 → @aa:16
— —
MOV.L ERs, @aa:24
L
8
ERs32 → @aa:24
— —
MOVFPE
MOVTPE
MOVTPE Rs, @aa:16
6
2
4
4
4
4
Rev. 3.0, 03/01, page 324 of 382
6
6
0 —
8
0 —
6
0 —
2
0 —
8
0 —
10
0 —
14
0 —
10
10
0 —
12
0 —
8
0 —
10
0 —
14
0 —
10
10
0 —
12
0 —
6
10
6
10
4
Cannot be used in
this LSI
Cannot be used in
this LSI
4
Cannot be used in
this LSI
Cannot be used in
this LSI
B
Advanced
— —
C
↔
ERd32–2 → ERd32
Rs16 → @ERd
V
↔
Z
↔
N
↔
H
↔
I
Normal
—
@@aa
@(d, PC)
Operation
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
Rn
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
2. Arithmetic instructions
Advanced
— (2)
↔ ↔ ↔ ↔ ↔
Normal
—
@@aa
@(d, PC)
@aa
@–ERn/@ERn+
@(d, ERn)
ERd32+ERs32 →
ERd32
ERd32+#xx:32 →
ERd32
↔
2
— (1)
2
2
(3)
↔ ↔
L
— (2)
Rd16+Rs16 → Rd16
↔ ↔ ↔ ↔ ↔
ADD.L ERs, ERd
6
— (1)
↔ ↔ ↔ ↔ ↔
L
Rd16+#xx:16 → Rd16
C
↔
ADD.L #xx:32, ERd
2
—
V
↔
W
Rd8+Rs8 → Rd8
Z
↔ ↔
ADD.W Rs, Rd
N
↔ ↔
W 4
H
—
↔ ↔ ↔ ↔ ↔
ADD.W #xx:16, Rd
I
Rd8+#xx:8 → Rd8
↔
B
Condition Code
Operation
↔ ↔
2
ADD.B Rs, Rd
@ERn
2
Rn
B
No. of
States*1
↔ ↔
ADD ADD.B #xx:8, Rd
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
2
— — — — — —
2
2
4
2
6
—
2
Rd8+Rs8 +C → Rd8
—
ADDS ADDS.L #1, ERd
L
2
ERd32+1 → ERd32
ADDS.L #2, ERd
L
2
ERd32+2 → ERd32
— — — — — —
2
ADDS.L #4, ERd
L
2
ERd32+4 → ERd32
— — — — — —
2
INC.B Rd
B
2
Rd8+1 → Rd8
— —
INC.W #1, Rd
W
2
Rd16+1 → Rd16
— —
INC.W #2, Rd
W
2
Rd16+2 → Rd16
— —
INC.L #1, ERd
L
2
ERd32+1 → ERd32
— —
INC.L #2, ERd
L
2
ERd32+2 → ERd32
— —
DAA
DAA Rd
B
2
Rd8 decimal adjust
→ Rd8
— *
SUB
SUB.B Rs, Rd
B
2
Rd8–Rs8 → Rd8
—
SUB.W #xx:16, Rd
W 4
Rd16–#xx:16 → Rd16
— (1)
SUB.W Rs, Rd
W
Rd16–Rs16 → Rd16
— (1)
SUB.L #xx:32, ERd
L
SUB.L ERs, ERd
L
↔ ↔ ↔ ↔ ↔
(3)
↔ ↔ ↔ ↔ ↔ ↔
2
—
2
—
2
—
2
—
2
—
2
* —
2
—
SUBS SUBS.L #1, ERd
L
2
ERd32–1 → ERd32
— — — — — —
2
SUBS.L #2, ERd
L
2
ERd32–2 → ERd32
— — — — — —
2
SUBS.L #4, ERd
L
2
ERd32–4 → ERd32
— — — — — —
2
B
2
Rd8–1 → Rd8
— —
DEC.W #1, Rd
W
2
Rd16–1 → Rd16
— —
DEC.W #2, Rd
W
2
Rd16–2 → Rd16
— —
Rd8–#xx:8–C → Rd8
—
(3)
(3)
↔ ↔ ↔
2
ERd32–ERs32 → ERd32 — (2)
↔ ↔
2
↔ ↔ ↔
DEC DEC.B Rd
ERd32–#xx:32 → ERd32 — (2)
6
↔ ↔ ↔
Rd8–Rs8–C → Rd8
SUBX.B Rs, Rd
B
↔
2
SUBX SUBX.B #xx:8, Rd
2
↔ ↔ ↔ ↔ ↔ ↔ ↔
2
B
↔ ↔ ↔ ↔ ↔ ↔ ↔
2
↔ ↔ ↔ ↔ ↔
INC
B
↔ ↔ ↔ ↔ ↔ ↔ ↔
ADDX.B Rs, Rd
↔ ↔ ↔ ↔ ↔ ↔
Rd8+#xx:8 +C → Rd8
B
ADDX ADDX.B #xx:8, Rd
4
2
6
2
2
2
—
2
—
2
—
2
Rev. 3.0, 03/01, page 325 of 382
No. of
States*1
Condition Code
Advanced
Z
V
C
↔ ↔ ↔
↔ ↔
Normal
N
—
2
—
2
2
ERd32–1 → ERd32
— —
L
2
ERd32–2 → ERd32
— —
DAS.Rd
B
2
Rd8 decimal adjust
→ Rd8
— *
* —
2
B
2
Rd8 × Rs8 → Rd16
(unsigned multiplication)
— — — — — —
14
W
2
Rd16 × Rs16 → ERd32
(unsigned multiplication)
— — — — — —
22
B
4
Rd8 × Rs8 → Rd16
(signed multiplication)
— —
W
4
Rd16 × Rs16 → ERd32
(signed multiplication)
— —
B
2
W
DIVXU DIVXU. B Rs, Rd
DIVXU. W Rs, ERd
DIVXS DIVXS. B Rs, Rd
DIVXS. W Rs, ERd
CMP CMP.B #xx:8, Rd
16
— —
24
Rd16 ÷ Rs8 → Rd16
(RdH: remainder,
RdL: quotient)
(unsigned division)
— — (6) (7) — —
14
2
ERd32 ÷ Rs16 → ERd32
(Ed: remainder,
Rd: quotient)
(unsigned division)
— — (6) (7) — —
22
B
4
Rd16 ÷ Rs8 → Rd16
(RdH: remainder,
RdL: quotient)
(signed division)
— — (8) (7) — —
16
W
4
ERd32 ÷ Rs16 → ERd32
(Ed: remainder,
Rd: quotient)
(signed division)
— — (8) (7) — —
24
Rd8–#xx:8
—
Rd8–Rs8
—
Rd16–#xx:16
— (1)
Rd16–Rs16
— (1)
ERd32–#xx:32
— (2)
ERd32–ERs32
— (2)
B
2
CMP.B Rs, Rd
B
CMP.W #xx:16, Rd
W 4
CMP.W Rs, Rd
W
CMP.L #xx:32, ERd
L
CMP.L ERs, ERd
L
2
2
6
Rev. 3.0, 03/01, page 326 of 382
2
↔ ↔ ↔ ↔ ↔ ↔
MULXS. W Rs, ERd
— —
↔ ↔ ↔ ↔ ↔ ↔
MULXS MULXS. B Rs, Rd
↔ ↔ ↔ ↔ ↔ ↔
MULXU. W Rs, ERd
↔ ↔
MULXU MULXU. B Rs, Rd
↔ ↔ ↔ ↔ ↔ ↔
DAS
↔
L
DEC.L #2, ERd
↔
DEC DEC.L #1, ERd
↔
H
↔
I
↔ ↔ ↔
—
@@aa
@(d, PC)
Operation
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
Rn
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
2
2
4
2
4
2
No. of
States*1
C
↔ ↔ ↔
NEG.L ERd
L 0–ERd32 → ERd32
2
—
EXTU EXTU.W Rd
W 0 → (<bits 15 to 8>
of Rd16)
2
— — 0
L 0 → (<bits 31 to 16>
of ERd32)
2
— — 0
W (<bit 7> of Rd16) →
(<bits 15 to 8> of Rd16)
2
— —
L (<bit 15> of ERd32) →
(<bits 31 to 16> of
ERd32)
2
— —
EXTU.L ERd
EXTS EXTS.W Rd
EXTS.L ERd
↔ ↔ ↔
—
2
0 —
2
↔
—
2
0 —
2
↔
2
W 0–Rd16 → Rd16
0 —
2
↔
B 0–Rd8 → Rd8
NEG.W Rd
NEG NEG.B Rd
Advanced
V
Normal
Z
↔ ↔ ↔
↔ ↔ ↔
N
↔ ↔ ↔ ↔
H
↔
I
↔
—
@@aa
@(d, PC)
Condition Code
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
Rn
Operation
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
0 —
2
2
2
Rev. 3.0, 03/01, page 327 of 382
3. Logic instructions
AND.B Rs, Rd
B
AND.W #xx:16, Rd
W 4
AND.W Rs, Rd
W
AND.L #xx:32, ERd
L
AND.L ERs, ERd
L
OR.B #xx:8, Rd
B
OR.B Rs, Rd
B
OR.W #xx:16, Rd
W 4
OR.W Rs, Rd
W
OR.L #xx:32, ERd
L
OR.L ERs, ERd
L
XOR.B #xx:8, Rd
B
XOR.B Rs, Rd
B
XOR.W #xx:16, Rd
W 4
XOR.W Rs, Rd
W
XOR.L #xx:32, ERd
L
XOR.L ERs, ERd
L
4
ERd32⊕ERs32 → ERd32 — —
NOT.B Rd
B
2
¬ Rd8 → Rd8
— —
NOT.W Rd
W
2
¬ Rd16 → Rd16
— —
NOT.L ERd
L
2
¬ Rd32 → Rd32
— —
Z
Rd8∧Rs8 → Rd8
— —
Rd16∧#xx:16 → Rd16
— —
Rd16∧Rs16 → Rd16
— —
4
2
2
2
6
4
2
2
2
ERd32∧ERs32 → ERd32 — —
Rd8⁄#xx:8 → Rd8
— —
Rd8⁄Rs8 → Rd8
— —
Rd16⁄#xx:16 → Rd16
— —
Rd16⁄Rs16 → Rd16
— —
ERd32⁄#xx:32 → ERd32
— —
ERd32⁄ERs32 → ERd32
— —
Rd8⊕#xx:8 → Rd8
— —
Rd8⊕Rs8 → Rd8
— —
Rd16⊕#xx:16 → Rd16
— —
Rd16⊕Rs16 → Rd16
— —
ERd32⊕#xx:32 → ERd32 — —
6
V
C
Advanced
I
Normal
—
@@aa
@(d, PC)
@aa
N
— —
ERd32∧#xx:32 → ERd32 — —
6
Rev. 3.0, 03/01, page 328 of 382
H
Rd8∧#xx:8 → Rd8
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
2
Operation
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
NOT
2
@(d, ERn)
2
@ERn
B
Rn
#xx
XOR
Condition Code
Operand Size
OR
No. of
States*1
AND.B #xx:8, Rd
Mnemonic
AND
@–ERn/@ERn+
Addressing Mode and
Instruction Length (bytes)
0 —
2
0 —
2
0 —
4
0 —
2
0 —
6
0 —
4
0 —
2
0 —
2
0 —
4
0 —
2
0 —
6
0 —
4
0 —
2
0 —
2
0 —
4
0 —
2
0 —
6
0 —
4
0 —
2
0 —
2
0 —
2
4. Shift instructions
W
2
SHAL.L ERd
L
2
SHAR SHAR.B Rd
B
2
SHAR.W Rd
W
2
SHAR.L ERd
L
2
SHLL SHLL.B Rd
B
2
SHLL.W Rd
W
2
SHLL.L ERd
L
2
SHLR SHLR.B Rd
B
2
SHLR.W Rd
W
2
SHLR.L ERd
L
2
ROTXL ROTXL.B Rd
B
2
ROTXL.W Rd
W
2
ROTXL.L ERd
L
2
B
2
ROTXR.W Rd
W
2
ROTXR.L ERd
L
2
ROTL ROTL.B Rd
B
2
ROTL.W Rd
W
2
ROTL.L ERd
L
2
ROTR ROTR.B Rd
B
2
ROTR.W Rd
W
2
ROTR.L ERd
L
2
ROTXR ROTXR.B Rd
C
0
MSB
LSB
Z
— —
— —
— —
C
MSB
— —
LSB
— —
— —
C
0
MSB
LSB
— —
— —
— —
0
C
MSB
LSB
— —
— —
— —
C
— —
MSB
LSB
— —
— —
C
MSB
LSB
— —
— —
— —
C
— —
MSB
LSB
— —
— —
C
MSB
LSB
— —
— —
V
C
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Advanced
N
Normal
—
@@aa
@(d, PC)
@aa
@–ERn/@ERn+
@(d, ERn)
I
↔ ↔ ↔
SHAL.W Rd
H
— —
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
2
Condition Code
Operation
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
B
No. of
States*1
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
SHAL SHAL.B Rd
@ERn
Rn
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
Rev. 3.0, 03/01, page 329 of 382
5. Bit manipulation instructions
B
BSET #xx:3, @aa:8
B
BSET Rn, Rd
B
BSET Rn, @ERd
B
BSET Rn, @aa:8
B
B
BCLR #xx:3, @ERd
B
BCLR #xx:3, @aa:8
B
BCLR Rn, Rd
B
BCLR Rn, @ERd
B
BCLR Rn, @aa:8
B
BNOT BNOT #xx:3, Rd
B
BNOT #xx:3, @ERd
B
BNOT #xx:3, @aa:8
B
BNOT Rn, Rd
B
BNOT Rn, @ERd
B
BNOT Rn, @aa:8
B
BTST BTST #xx:3, Rd
B
BTST #xx:3, @ERd
B
BTST #xx:3, @aa:8
B
BTST Rn, Rd
B
BTST Rn, @ERd
B
BTST Rn, @aa:8
B
BLD #xx:3, Rd
B
2
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
Rev. 3.0, 03/01, page 330 of 382
H
N
Z
V
C
Advanced
I
Normal
—
@@aa
@(d, PC)
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
Rn
Condition Code
Operation
(#xx:3 of Rd8) ← 1
— — — — — —
2
(#xx:3 of @ERd) ← 1
— — — — — —
8
(#xx:3 of @aa:8) ← 1
— — — — — —
8
(Rn8 of Rd8) ← 1
— — — — — —
2
(Rn8 of @ERd) ← 1
— — — — — —
8
(Rn8 of @aa:8) ← 1
— — — — — —
8
(#xx:3 of Rd8) ← 0
— — — — — —
2
(#xx:3 of @ERd) ← 0
— — — — — —
8
(#xx:3 of @aa:8) ← 0
— — — — — —
8
(Rn8 of Rd8) ← 0
— — — — — —
2
(Rn8 of @ERd) ← 0
— — — — — —
8
(Rn8 of @aa:8) ← 0
— — — — — —
8
(#xx:3 of Rd8) ←
¬ (#xx:3 of Rd8)
— — — — — —
2
(#xx:3 of @ERd) ←
¬ (#xx:3 of @ERd)
— — — — — —
8
(#xx:3 of @aa:8) ←
¬ (#xx:3 of @aa:8)
— — — — — —
8
(Rn8 of Rd8) ←
¬ (Rn8 of Rd8)
— — — — — —
2
(Rn8 of @ERd) ←
¬ (Rn8 of @ERd)
— — — — — —
8
(Rn8 of @aa:8) ←
¬ (Rn8 of @aa:8)
— — — — — —
8
¬ (#xx:3 of Rd8) → Z
— — —
¬ (#xx:3 of @ERd) → Z
— — —
¬ (#xx:3 of @aa:8) → Z
— — —
¬ (Rn8 of @Rd8) → Z
— — —
¬ (Rn8 of @ERd) → Z
— — —
¬ (Rn8 of @aa:8) → Z
— — —
(#xx:3 of Rd8) → C
— — — — —
— —
2
— —
6
— —
6
— —
2
— —
6
— —
6
↔
BSET #xx:3, @ERd
BCLR BCLR #xx:3, Rd
BLD
B
No. of
States*1
↔ ↔ ↔ ↔ ↔ ↔
BSET BSET #xx:3, Rd
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
2
BLD #xx:3, @aa:8
B
BILD BILD #xx:3, Rd
BST
BILD #xx:3, @ERd
B
BILD #xx:3, @aa:8
B
BST #xx:3, Rd
B
BST #xx:3, @ERd
B
BST #xx:3, @aa:8
B
BIST BIST #xx:3, Rd
B
BIST #xx:3, @ERd
B
BIST #xx:3, @aa:8
B
BAND BAND #xx:3, Rd
B
BAND #xx:3, @ERd
B
BAND #xx:3, @aa:8
B
BIAND BIAND #xx:3, Rd
BOR
B
B
BIAND #xx:3, @ERd
B
BIAND #xx:3, @aa:8
B
BOR #xx:3, Rd
B
BOR #xx:3, @ERd
B
BOR #xx:3, @aa:8
B
BIOR BIOR #xx:3, Rd
B
BIOR #xx:3, @ERd
B
BIOR #xx:3, @aa:8
B
BXOR BXOR #xx:3, Rd
B
BXOR #xx:3, @ERd
B
BXOR #xx:3, @aa:8
B
BIXOR BIXOR #xx:3, Rd
B
BIXOR #xx:3, @ERd
B
BIXOR #xx:3, @aa:8
B
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
4
4
2
H
N
Z
V
C
(#xx:3 of @ERd) → C
— — — — —
6
(#xx:3 of @aa:8) → C
— — — — —
¬ (#xx:3 of Rd8) → C
— — — — —
¬ (#xx:3 of @ERd) → C
— — — — —
¬ (#xx:3 of @aa:8) → C
— — — — —
C → (#xx:3 of Rd8)
— — — — — —
2
C → (#xx:3 of @ERd24)
— — — — — —
8
C → (#xx:3 of @aa:8)
— — — — — —
8
¬ C → (#xx:3 of Rd8)
— — — — — —
2
¬ C → (#xx:3 of @ERd24)
— — — — — —
8
¬ C → (#xx:3 of @aa:8)
— — — — — —
8
C∧(#xx:3 of Rd8) → C
— — — — —
2
C∧(#xx:3 of @ERd24) → C
— — — — —
C∧(#xx:3 of @aa:8) → C
— — — — —
C∧ ¬ (#xx:3 of Rd8) → C
— — — — —
C∧ ¬ (#xx:3 of @ERd24) → C
— — — — —
C∧ ¬ (#xx:3 of @aa:8) → C
— — — — —
C (#xx:3 of Rd8) → C
— — — — —
C (#xx:3 of @ERd24) → C
— — — — —
C (#xx:3 of @aa:8) → C
— — — — —
C ¬ (#xx:3 of Rd8) → C
— — — — —
C ¬ (#xx:3 of @ERd24) → C
— — — — —
C ¬ (#xx:3 of @aa:8) → C
— — — — —
C⊕(#xx:3 of Rd8) → C
— — — — —
C⊕(#xx:3 of @ERd24) → C
— — — — —
C⊕(#xx:3 of @aa:8) → C
— — — — —
C⊕ ¬ (#xx:3 of Rd8) → C
— — — — —
C⊕ ¬ (#xx:3 of @ERd24) → C — — — — —
4
4
Advanced
I
Normal
—
@@aa
@(d, PC)
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
Rn
Condition Code
Operation
↔ ↔ ↔ ↔ ↔
BLD #xx:3, @ERd
No. of
States*1
↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔ ↔
BLD
B
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
C⊕ ¬ (#xx:3 of @aa:8) → C
— — — — —
6
2
6
6
6
6
2
6
6
2
6
6
2
6
6
2
6
6
2
6
6
Rev. 3.0, 03/01, page 331 of 382
6. Branching instructions
Bcc
No. of
States*1
Condition Code
I
H
N
Z
V
C
Advanced
Branch
Condition
Normal
—
@@aa
@(d, PC)
Operation
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
Rn
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
— — — — — —
6
— — — — — —
4
4
— — — — — —
6
—
2
Z (N⊕V) = 0 — — — — — —
4
BGT d:16
—
4
— — — — — —
6
BLE d:8
—
2
Z (N⊕V) = 1 — — — — — —
4
BLE d:16
—
4
— — — — — —
6
BRA d:8 (BT d:8)
—
2
BRA d:16 (BT d:16)
—
4
BRN d:8 (BF d:8)
—
2
BRN d:16 (BF d:16)
—
4
BHI d:8
—
2
BHI d:16
—
4
BLS d:8
—
2
BLS d:16
—
4
BCC d:8 (BHS d:8)
—
2
BCC d:16 (BHS d:16)
—
4
BCS d:8 (BLO d:8)
—
2
BCS d:16 (BLO d:16)
—
4
BNE d:8
—
2
BNE d:16
—
4
BEQ d:8
—
2
BEQ d:16
—
4
BVC d:8
—
2
BVC d:16
—
4
BVS d:8
—
2
BVS d:16
—
4
BPL d:8
—
2
BPL d:16
—
4
BMI d:8
—
2
BMI d:16
—
4
BGE d:8
—
2
BGE d:16
—
4
BLT d:8
—
2
BLT d:16
—
BGT d:8
Rev. 3.0, 03/01, page 332 of 382
If condition Always
is true then
PC ← PC+d
Never
else next;
C Z=0
C Z=1
C=0
C=1
Z=0
Z=1
V=0
V=1
N=0
N=1
N⊕V = 0
N⊕V = 1
JMP
BSR
JSR
RTS
JMP @ERn
—
JMP @aa:24
—
JMP @@aa:8
—
BSR d:8
—
BSR d:16
—
JSR @ERn
—
JSR @aa:24
—
JSR @@aa:8
—
RTS
—
No. of
States*1
Condition Code
H
N
Z
V
C
Advanced
I
Normal
—
@@aa
@(d, PC)
Operation
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
Rn
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
PC ← ERn
— — — — — —
PC ← aa:24
— — — — — —
PC ← @aa:8
— — — — — —
8
10
2
PC → @–SP
PC ← PC+d:8
— — — — — —
6
8
4
PC → @–SP
PC ← PC+d:16
— — — — — —
8
10
PC → @–SP
PC ← ERn
— — — — — —
6
8
PC → @–SP
PC ← aa:24
— — — — — —
8
10
PC → @–SP
PC ← @aa:8
— — — — — —
8
12
2 PC ← @SP+
— — — — — —
8
10
2
4
2
2
4
2
4
6
Rev. 3.0, 03/01, page 333 of 382
7. System control instructions
No. of
States*1
Condition Code
Advanced
—
CCR ← @SP+
PC ← @SP+
—
Transition to powerdown state
@aa:24 → CCR
ERd32–2 → ERd32
CCR → @ERd
— — — — — —
8
6
CCR → @aa:16
— — — — — —
8
8
CCR → @aa:24
— — — — — —
10
↔ ↔ ↔
2
— — — — — —
2
STC CCR, @aa:16
W
STC CCR, @aa:24
W
ANDC ANDC #xx:8, CCR
B
2
CCR∧#xx:8 → CCR
B
2
CCR #xx:8 → CCR
B
2
CCR⊕#xx:8 → CCR
4
Rev. 3.0, 03/01, page 334 of 382
↔
12
W
—
↔
— — — — — —
2 PC ← PC+2
↔ ↔ ↔
CCR → @(d:24, ERd)
STC CCR, @–ERd
NOP
↔
8
10
W
↔ ↔ ↔
— — — — — —
STC CCR, @(d:24, ERd)
NOP
↔
CCR → @(d:16, ERd)
W
4
↔ ↔ ↔
6
6
STC CCR, @(d:16, ERd)
XORC XORC #xx:8, CCR
2
— — — — — —
W
ORC #xx:8, CCR
— — — — — —
8
CCR → @ERd
B
STC CCR, @ERd
ORC
10
CCR → Rd8
2
STC CCR, Rd
STC
↔
@aa:16 → CCR
8
↔ ↔ ↔ ↔ ↔
6
W
↔
W
LDC @aa:24, CCR
8
↔ ↔
LDC @aa:16, CCR
@ERs → CCR
ERs32+2 → ERs32
4
↔ ↔ ↔ ↔ ↔
W
↔
LDC @ERs+, CCR
8
12
↔ ↔
@(d:24, ERs) → CCR
↔ ↔ ↔ ↔ ↔
10
↔
W
6
↔ ↔
LDC @(d:24, ERs), CCR
↔ ↔ ↔ ↔ ↔
@(d:16, ERs) → CCR
↔
6
2
↔ ↔
W
↔ ↔ ↔ ↔ ↔
LDC @(d:16, ERs), CCR
@ERs → CCR
4
2
↔ ↔ ↔ ↔ ↔
W
2
↔
LDC @ERs, CCR
Rs8 → CCR
2
C
↔
B
V
↔ ↔
B
LDC Rs, CCR
Z
↔ ↔
#xx:8 → CCR
2
LDC #xx:8, CCR
N
— — — — — —
↔ ↔ ↔
LDC
H
10
↔ ↔ ↔
SLEEP SLEEP
↔
RTE
RTE
@@aa
16
@(d, PC)
1 — — — — — 14
@aa
2 PC → @–SP
CCR → @–SP
<vector> → PC
@ERn
—
Rn
TRAPA TRAPA #x:2
#xx
I
Normal
Operation
—
@–ERn/@ERn+
@(d, ERn)
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
2
2
8. Block transfer instructions
EEPMOV
No. of
States*1
H
N
Z
V
C
Normal
—
@@aa
@(d, PC)
I
EEPMOV. B
—
4 if R4L ≠ 0 then
repeat @R5 → @R6
R5+1 → R5
R6+1 → R6
R4L–1 → R4L
until
R4L=0
else next
— — — — — — 8+
4n*2
EEPMOV. W
—
4 if R4 ≠ 0 then
repeat @R5 → @R6
R5+1 → R5
R6+1 → R6
R4–1 → R4
until
R4=0
else next
— — — — — — 8+
4n*2
Advanced
Condition Code
Operation
@aa
@–ERn/@ERn+
@(d, ERn)
@ERn
Rn
#xx
Mnemonic
Operand Size
Addressing Mode and
Instruction Length (bytes)
Notes: 1. The number of states in cases where the instruction code and its operands are located
in on-chip memory is shown here. For other cases see section A.3, Number of
Execution States.
2. n is the value set in register R4L or R4.
(1) Set to 1 when a carry or borrow occurs at bit 11; otherwise cleared to 0.
(2) Set to 1 when a carry or borrow occurs at bit 27; otherwise cleared to 0.
(3) Retains its previous value when the result is zero; otherwise cleared to 0.
(4) Set to 1 when the adjustment produces a carry; otherwise retains its previous value.
(5) The number of states required for execution of an instruction that transfers data in
synchronization with the E clock is variable.
(6) Set to 1 when the divisor is negative; otherwise cleared to 0.
(7) Set to 1 when the divisor is zero; otherwise cleared to 0.
(8) Set to 1 when the quotient is negative; otherwise cleared to 0.
Rev. 3.0, 03/01, page 335 of 382
Rev. 3.0, 03/01, page 336 of 382
MULXU
5
STC
Table A-2
(2)
LDC
3
SUBX
OR
XOR
AND
MOV
C
D
E
F
BILD
BIST
BLD
BST
TRAPA
BEQ
B
BIAND
BAND
AND
RTE
BNE
CMP
BIXOR
BXOR
XOR
BSR
BCS
A
BIOR
BOR
OR
RTS
BCC
MOV.B
Table A-2
(2)
LDC
7
ADDX
BTST
DIVXU
BLS
AND.B
ANDC
6
9
BCLR
MULXU
BHI
XOR.B
XORC
5
ADD
BNOT
DIVXU
BRN
OR.B
ORC
4
MOV
BVS
9
B
JMP
BPL
BMI
MOV
Table A-2 Table A-2
(2)
(2)
Table A-2 Table A-2
(2)
(2)
A
Table A-2 Table A-2
EEPMOV
(2)
(2)
SUB
ADD
Table A-2
(2)
BVC
8
BSR
BGE
C
CMP
MOV
Instruction when most significant bit of BH is 1.
Instruction when most significant bit of BH is 0.
8
7
BSET
BRA
6
2
1
Table A-2 Table A-2 Table A-2 Table A-2
(2)
(2)
(2)
(2)
NOP
0
4
3
2
1
0
AL
1st byte 2nd byte
AH AL BH BL
JSR
BGT
SUBX
ADDX
E
Table A-2
(3)
BLT
D
BLE
Table A-2
(2)
Table A-2
(2)
F
Table A.2
AH
Instruction code:
A.2
Operation Code Map
Operation Code Map (1)
SUBS
DAS
BRA
MOV
MOV
1B
1F
58
79
7A
CMP
CMP
ADD
ADD
2
BHI
1
SUB
SUB
BLS
OR
OR
XOR
XOR
BCS
AND
AND
BEQ
BVC
SUB
9
BVS
NEG
NOT
DEC
ROTR
ROTXR
DEC
ROTL
ADDS
SLEEP
8
ROTXL
EXTU
INC
7
SHAR
BNE
6
SHLR
EXTU
INC
5
SHAL
BCC
LDC/STC
4
SHLL
3
1st byte 2nd byte
AH AL BH BL
BRN
NOT
17
DEC
ROTXR
13
1A
ROTXL
12
DAA
0F
SHLR
ADDS
0B
11
INC
0A
SHLL
MOV
01
10
0
BH
AH AL
Instruction code:
BPL
A
MOV
BMI
NEG
CMP
SUB
ROTR
ROTL
SHAR
C
D
BGE
BLT
DEC
EXTS
INC
Table A-2 Table A-2
(3)
(3)
ADD
SHAL
B
BGT
E
F
BLE
DEC
EXTS
INC
Table A-2
(3)
Table A.2
Operation Code Map (2)
Rev. 3.0, 03/01, page 337 of 382
CL
Rev. 3.0, 03/01, page 338 of 382
DIVXS
3
BSET
7Faa7 * 2
BNOT
BNOT
BCLR
BCLR
Notes: 1. r is the register designation field.
2. aa is the absolute address field.
BSET
7Faa6 * 2
BTST
BCLR
7Eaa7 * 2
BNOT
BTST
BSET
7Dr07 * 1
7Eaa6 * 2
BSET
7Dr06 * 1
BTST
BCLR
MULXS
2
7Cr07 * 1
BNOT
DIVXS
1
BTST
MULXS
0
BIOR
BOR
BIOR
BOR
OR
4
BIXOR
BXOR
BIXOR
BXOR
XOR
5
BIAND
BAND
BIAND
BAND
AND
6
7
BIST
BILD
BST
BLD
BIST
BILD
BST
BLD
1st byte 2nd byte 3rd byte 4th byte
AH AL BH BL CH CL DH DL
7Cr06 * 1
01F06
01D05
01C05
01406
AH
ALBH
BLCH
Instruction code:
8
LDC
STC
9
A
LDC
STC
B
C
LDC
STC
D
E
LDC
STC
F
Instruction when most significant bit of DH is 1.
Instruction when most significant bit of DH is 0.
Table A.2
Operation Code Map (3)
A.3
Number of Execution States
The status of execution for each instruction of the H8/300H CPU and the method of calculating
the number of states required for instruction execution are shown below. Table A.4 shows the
number of cycles of each type occurring in each instruction, such as instruction fetch and data
read/write. Table A.3 shows the number of states required for each cycle. The total number of
states required for execution of an instruction can be calculated by the following expression:
Execution states = I × SI + J × SJ + K × SK + L × SL + M × SM + N × SN
Examples: When instruction is fetched from on-chip ROM, and an on-chip RAM is accessed.
BSET #0, @FF00
From table A.4:
I = L = 2, J = K = M = N= 0
From table A.3:
SI = 2, SL = 2
Number of states required for execution = 2 × 2 + 2 × 2 = 8
When instruction is fetched from on-chip ROM, branch address is read from on-chip ROM, and
on-chip RAM is used for stack area.
JSR @@ 30
From table A.4:
I = 2, J = K = 1,
L=M=N=0
From table A.3:
SI = SJ = SK = 2
Number of states required for execution = 2 × 2 + 1 × 2+ 1 × 2 = 8
Rev. 3.0, 03/01, page 339 of 382
Table A.3
Number of Cycles in Each Instruction
Access Location
Execution Status
(Instruction Cycle)
On-Chip Memory
On-Chip Peripheral Module
2
—
Instruction fetch
SI
Branch address read
SJ
Stack operation
SK
Byte data access
SL
2 or 3*
Word data access
SM
—
Internal operation
SN
1
Note: * Depends on which on-chip module is accessed. See section B.1, Register Addresses.
Rev. 3.0, 03/01, page 340 of 382
Table A.4
Number of Cycles in Each Instruction
Instruction Mnemonic
Instruction Branch
Stack
Byte Data
Fetch
Addr. Read Operation Access
I
J
K
L
ADD
ADD.B #xx:8, Rd
1
ADD.B Rs, Rd
1
ADD.W Rs, Rd
1
ADDS.W #1, Rd
1
ADDS.W #2, Rd
1
ADDX.B #xx:8, Rd
1
ADDX.B Rs, Rd
1
AND.B #xx:8, Rd
1
AND.B Rs, Rd
1
ANDC
ANDC #xx:8, CCR
1
BAND
BAND #xx:3, Rd
1
ADDS
ADDX
AND
Bcc
BCLR
BAND #xx:3, @Rd
2
1
BAND #xx:3, @aa:8
2
1
BRA d:8 (BT d:8)
2
BRN d:8 (BF d:8)
2
BHI
d:8
2
BLS
d:8
2
BCC d:8 (BHS d:8)
2
BCS d:8 (BLO d:8)
2
BNE
d:8
2
BEQ
d:8
2
BVC
d:8
2
BVS
d:8
2
BPL
d:8
2
BMI
d:8
2
BGE
d:8
2
BLT
d:8
2
BGT
d:8
2
BLE
d:8
BCLR #xx:3, Rd
Word Data Internal
Access
Operation
M
N
2
1
BCLR #xx:3, @Rd
2
2
BCLR #xx:3, @aa:8
2
2
BCLR Rn, Rd
1
Rev. 3.0, 03/01, page 341 of 382
Instruction Mnemonic
Instruction Branch
Stack
Byte Data
Fetch
Addr. Read Operation Access
I
J
K
L
BCLR
BCLR Rn, @Rd
2
2
BCLR Rn, @aa:8
2
2
BIAND
BILD
BIOR
BIST
BIXOR
BLD
BNOT
BOR
BSET
BIAND #xx:3, Rd
1
BIAND #xx:3, @Rd
2
1
BIAND #xx:3, @aa:8 2
1
BILD #xx:3, Rd
1
BILD #xx:3, @Rd
2
1
BILD #xx:3, @aa:8
2
1
BIOR #xx:3, Rd
1
BIOR #xx:3, @Rd
2
1
BIOR #xx:3, @aa:8
2
1
BIST #xx:3, Rd
1
BIST #xx:3, @Rd
2
2
BIST #xx:3, @aa:8
2
2
BIXOR #xx:3, Rd
1
BIXOR #xx:3, @Rd
2
1
BIXOR #xx:3, @aa:8 2
1
BLD #xx:3, Rd
1
BLD #xx:3, @Rd
2
1
BLD #xx:3, @aa:8
2
1
BNOT #xx:3, Rd
1
BNOT #xx:3, @Rd
2
2
BNOT #xx:3, @aa:8
2
2
BNOT Rn, Rd
1
BNOT Rn, @Rd
2
2
BNOT Rn, @aa:8
2
2
BOR #xx:3, Rd
1
BOR #xx:3, @Rd
2
1
BOR #xx:3, @aa:8
2
1
BSET #xx:3, Rd
1
BSET #xx:3, @Rd
2
2
BSET #xx:3, @aa:8
2
2
BSET Rn, Rd
1
BSET Rn, @Rd
2
Rev. 3.0, 03/01, page 342 of 382
2
Word Data Internal
Access
Operation
M
N
Instruction Mnemonic
Instruction Branch
Stack
Byte Data
Fetch
Addr. Read Operation Access
I
J
K
L
BSET
BSET Rn, @aa:8
2
BSR
BSR d:8
2
BST
BTST
BXOR
CMP
BST #xx:3, Rd
1
2
2
BST #xx:3, @aa:8
2
2
BTST #xx:3, Rd
1
BTST #xx:3, @Rd
2
1
BTST #xx:3, @aa:8
2
1
BTST Rn, Rd
1
BTST Rn, @Rd
2
1
BTST Rn, @aa:8
2
1
BXOR #xx:3, Rd
1
BXOR #xx:3, @Rd
2
1
BXOR #xx:3, @aa:8 2
1
1
CMP. B Rs, Rd
1
CMP.W Rs, Rd
1
DAA
DAA.B Rd
1
DAS
DAS.B Rd
1
DEC
DEC.B Rd
1
DIVXU
DIVXU.B Rs, Rd
1
EEPMOV
EEPMOV
2
INC
INC.B Rd
1
JMP
JMP @Rn
2
JMP @aa:16
2
JMP @@aa:8
2
JSR @Rn
2
JSR @aa:16
2
JSR @@aa:8
2
LDC #xx:8, CCR
1
LDC Rs, CCR
1
MOV.B #xx:8, Rd
1
MOV.B Rs, Rd
1
JSR
LDC
MOV
2
1
BST #xx:3, @Rd
CMP. B #xx:8, Rd
Word Data Internal
Access
Operation
M
N
12
2n+2*
1
2
1
2
1
1
1
2
1
Note: n: Initial value in R4L. The source and destination operands are accessed n + 1 times each.
Rev. 3.0, 03/01, page 343 of 382
Instruction Mnemonic
Instruction Branch
Stack
Byte Data
Fetch
Addr. Read Operation Access
I
J
K
L
MOV
1
1
MOV.B @(d:16, Rs), 2
Rd
MOV.B @Rs, Rd
1
MOV.B @Rs+, Rd
1
1
Word Data Internal
Access
Operation
M
N
2
MOV.B @aa:8, Rd
1
1
MOV.B @aa:16, Rd
2
1
MOV.B Rs, @Rd
1
1
MOV.B Rs, @(d:16,
Rd)
2
1
MOV.B Rs, @–Rd
1
1
MOV.B Rs, @aa:8
1
1
MOV.B Rs, @aa:16
2
1
MOV.W #xx:16, Rd
2
MOV.W Rs, Rd
1
MOV.W @Rs, Rd
2
1
1
MOV.W @(d:16, Rs), 2
Rd
1
MOV.W @Rs+, Rd
1
1
MOV.W @aa:16, Rd 2
1
MOV.W Rs, @Rd
1
1
MOV.W Rs, @(d:16d) 2
1
MOV.W Rs, @–Rd
1
1
MOV.W Rs, @aa:16 2
1
MULXU
MULXU.B Rs, Rd
1
NEG
NEG.B Rd
1
NOP
NOP
1
NOT
NOT.B Rd
1
OR
OR.B #xx:8, Rd
1
OR.B Rs, Rd
1
ORC
ORC #xx:8, CCR
1
ROTL
ROTL.B Rd
1
ROTR
ROTR.B Rd
1
ROTXL
ROTXL.B Rd
1
ROTXR
ROTXR.B Rd
1
Rev. 3.0, 03/01, page 344 of 382
2
2
12
Instruction Mnemonic
Instruction Branch
Stack
Byte Data
Fetch
Addr. Read Operation Access
I
J
K
L
Word Data Internal
Access
Operation
M
N
RTE
RTE
2
2
2
RTS
RTS
2
1
2
SHAL
SHAL.B Rd
1
SHAR
SHAR.B Rd
1
SHLL
SHLL.B Rd
1
SHLR
SHLR.B Rd
1
SLEEP
SLEEP
1
STC
STC CCR, Rd
1
SUB
SUB.B Rs, Rd
1
SUB.W Rs, Rd
1
SUBS
SUBS.W #1, Rd
1
SUBS.W #2, Rd
1
POP
POP Rd
1
1
2
PUSH
PUSH Rs
1
1
2
SUBX
SUBX.B #xx:8, Rd
1
XOR
XORC
SUBX.B Rs, Rd
1
XOR.B #xx:8, Rd
1
XOR.B Rs, Rd
1
XORC #xx:8, CCR
1
Note: n: specified value in R4L. The source and destination operands are accessed n + 1 times
respectively.
Rev. 3.0, 03/01, page 345 of 382
A.4
Combinations of Instructions and Addressing Modes
Table A.5
Combinations of Instructions and Addressing Modes
ADDX, SUBX
—
—
BWL BWL
WL BWL
B
B
@@aa:8
—
@aa:24
BWL BWL
—
—
@(d:16.PC)
B
—
@aa:16
@aa:8
@ERn+/@ERn
@(d:24.ERn)
@ERn
BWL BWL BWL BWL BWL BWL
—
—
—
—
—
—
@(d:8.PC)
Data
MOV
transfer
POP, PUSH
instructions
MOVFPE,
MOVTPE
Arithmetic
ADD, CMP
operations SUB
Rn
Instructions
#xx
Functions
@(d:16.ERn)
Addressing Mode
—
—
—
—
—
—
—
WL
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
ADDS, SUBS
INC, DEC
DAA, DAS
—
—
—
L
BWL
B
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
MULXU,
—
BW
—
—
—
—
—
—
—
—
—
—
—
NEG
EXTU, EXTS
AND, OR, XOR
—
—
—
BWL
WL
BWL
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
NOT
—
—
—
BWL
BWL
B
—
—
B
—
—
—
—
—
—
—
—
—
—
—
B
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
B
—
B
—
B
B
—
—
W
W
—
—
W
W
—
—
W
W
—
—
W
W
—
—
—
—
—
—
W
W
—
—
W
W
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
—
BW
MULXS,
DIVXU,
DIVXS
Logical
operations
Shift operations
Bit manipulations
BCC, BSR
Branching
instructions JMP, JSR
RTS
TRAPA
System
control
RTE
instructions
SLEEP
LDC
STC
ANDC, ORC,
XORC
NOP
Block data transfer instructions
Rev. 3.0, 03/01, page 346 of 382
—
Appendix B Internal I/O Registers
B.1
Register Addresses
Register Name
Abbreviation
Timer mode register W
TMRW
Bit No Address
Module
Name
Data
Bus
Access
Width State
8
Timer W
8
H'FF80
2
Timer control register W
TCRW
8
H'FF81
Timer W
8
2
Timer interrupt enable register W
TIERW
8
H'FF82
Timer W
8
2
Timer status register W
TSRW
8
H'FF83
Timer W
8
2
Timer I/O control register 0
TIOR0
8
H'FF84
Timer W
8
2
Timer I/O control register 1
TIOR1
8
H'FF85
Timer W
8
Timer counter
General register A
General register B
TCNT
GRA
GRB
16
16
16
H'FF86
H'FF88
H'FF8A
Timer W
Timer W
Timer W
2
16*
1
2
16*
1
2
16*
1
2
2
2
General register C
GRC
16
H'FF8C
Timer W
16*
1
General register D
GRD
16
H'FF8E
Timer W
16*
1
Flash memory control register 1
FLMCR1 8
H'FF90
ROM
8
2
Flash memory control register 2
FLMCR2 8
H'FF91
ROM
8
2
Flash memory power control register FLPWCR 8
H'FF92
ROM
8
2
Erase block register 1
EBR1
8
H'FF93
ROM
8
2
Flash memory enable register
FENR
8
H'FF9B
ROM
8
2
Timer control register V0
TCRV0
8
H'FFA0
Timer V
8
3
Timer control/status register V
TCSRV
8
H'FFA1
Timer V
8
3
Timer constant register A
TCORA
8
H'FFA2
Timer V
8
3
Timer constant register B
TCORB
8
H'FFA3
Timer V
8
3
Timer counter V
TCNTV
8
H'FFA4
Timer V
8
3
Timer control register V1
TCRV1
8
H'FFA5
Timer V
8
3
Timer mode register A
TMA
8
H'FFA6
Timer A
8
2
Timer counter A
TCA
8
H'FFA7
Timer A
8
2
Serial mode register
SMR
8
H'FFA8
SCI3
8
3
Bit rate register
BRR
8
H'FFA9
SCI3
8
3
Serial control register 3
SCR3
8
H'FFAA
SCI3
8
3
Rev. 3.0, 03/01, page 347 of 382
Bit No Address
Module
Name
Data
Bus
Access
Width State
TDR
8
H'FFAB
SCI3
8
3
Serial status register
SSR
8
H'FFAC
SCI3
8
3
Receive data register
RDR
8
H'FFAD
SCI3
8
3
A/D data register A
ADDRA
16
H'FFB0
A/D converter 8
3
A/D data register B
ADDRB
16
H'FFB2
A/D converter 8
3
A/D data register C
ADDRC
16
H'FFB4
A/D converter 8
3
A/D data register D
ADDRD
16
H'FFB6
A/D converter 8
3
A/D control/status register
ADCSR
8
H'FFB8
A/D converter 8
3
A/D control register
ADCR
8
H'FFB9
A/D converter 8
3
Register Name
Abbreviation
Transmit data register
Timer control/status register WD
Timer counter WD
Timer mode register WD
TCSRWD 8
TCWD
8
H'FFC0
H'FFC1
WDT*
2
8
2
WDT*
2
8
2
2
8
2
TMWD
8
H'FFC2
WDT*
2
ICCR
8
H'FFC4
IIC
8
2
2
ICSR
8
H'FFC5
IIC
8
2
2
I C bus data register
ICDR
8
H'FFC6
IIC
8
2
Second slave address register
I C bus control register
I C bus status register
SARX
8
H'FFC6
IIC
8
2
I C bus mode register
ICMR
8
H'FFC7
IIC
8
2
Slave address register
SAR
8
H'FFC7
IIC
8
2
Address break control register
ABRKCR 8
H'FFC8
Address break 8
2
Address break status register
ABRKSR 8
H'FFC9
Address break 8
2
Break address register H
BARH
8
H'FFCA
Address break 8
2
Break address register L
BARL
8
H'FFCB
Address break 8
2
Break data register H
BDRH
8
H'FFCC
Address break 8
2
Break data register L
BDRL
8
H'FFCD
Address break 8
2
Port pull-up control register 1
PUCR1
8
H'FFD0
I/O port
8
2
Port pull-up control register 5
PUCR5
8
H'FFD1
I/O port
8
2
Port data register 1
PDR1
8
H'FFD4
I/O port
8
2
Port data register 2
PDR2
8
H'FFD5
I/O port
8
2
Port data register 5
PDR5
8
H'FFD8
I/O port
8
2
Port data register 7
PDR7
8
H'FFDA
I/O port
8
2
Port data register 8
PDR8
8
H'FFDB
I/O port
8
2
2
Rev. 3.0, 03/01, page 348 of 382
Bit No Address
Module
Name
Data
Bus
Access
Width State
PDRB
8
H'FFDD
I/O port
8
2
Port mode register 1
PMR1
8
H'FFE0
I/O port
8
2
Port mode register 5
PMR5
8
H'FFE1
I/O port
8
2
Port control register 1
PCR1
8
H'FFE4
I/O port
8
2
Port control register 2
PCR2
8
H'FFE5
I/O port
8
2
Port control register 5
PCR5
8*3
H'FFE8
I/O port
8
2
Port control register 7
PCR7
8
H'FFEA
I/O port
8
2
Port control register 8
PCR8
8
H'FFEB
I/O port
8
2
System control register 1
SYSCR1 8
H'FFF0
Power-down
8
2
System control register 2
SYSCR2 8
H'FFF1
Power-down
8
2
Interrupt edge select register 1
IEGR1
8
H'FFF2
Interrupts
8
2
Interrupt edge select register 2
IEGR2
8
H'FFF3
Interrupts
8
2
Interrupt enable register 1
IENR1
8
H'FFF4
Interrupts
8
2
Interrupt flag register 1
IRR1
8
H'FFF6
Interrupts
8
2
Wake-up interrupt flag register
IWPR
8
H'FFF8
Interrupts
8
2
Module standby control register 1
MSTCR1 8
H'FFF9
Power-down
8
2
Timer serial control register
TSCR
H'FFFC
IIC
8
2
Data
Bus
Access
Width State
8
Register Name
Abbreviation
Port data register B
8
Notes: 1. Only word access can be used.
2. WDT: Watchdog timer.
3. The number of bits is six for H8/3664N.
• EEPROM
Register Name
Abbreviation
Bit No Address
Module
Name
EEPROM key register
EKR
8
IEEPROM
H'FF10
2
Rev. 3.0, 03/01, page 349 of 382
B.2
Register Bits
Register
Name
Bit 7
Bit 6
Bit 5
Bit 4
Bit 3
Bit 2
Bit 1
Bit 0
Module Name
TMRW
CTS
—
BUFEB
BUFEA
—
PWMD
PWMC
PWMB
Timer W
TCRW
CCLR
CKS2
CKS1
CKS0
TOD
TOC
TOB
TOA
TIERW
OVIE
—
—
—
IMIED
IMIEC
IMIEB
IMIEA
TSRW
OVF
—
—
—
IMFD
IMFC
IMFB
IMFA
TIOR0
—
IOB2
IOB1
IOB0
—
IOA2
IOA1
IOA0
TIOR1
—
IOD2
IOD1
IOD0
—
IOC2
IOC1
IOC0
TCNT
TCNT15 TCNT14 TCNT13 TCNT12 TCNT11 TCNT10 TCNT9
TCNT7
TCNT6
TCNT5
TCNT4
TCNT3
TCNT2
TCNT1
TCNT0
GRA
GRA15
GRA14
GRA13
GRA12
GRA11
GRA10
GRA9
GRA8
GRA7
GRA6
GRA5
GRA4
GRA3
GRA2
GRA1
GRA0
GRB15
GRB14
GRB13
GRB12
GRB11
GRB10
GRB9
GRB8
GRB7
GRB6
GRB5
GRB4
GRB3
GRB2
GRB1
GRB0
GRC15
GRC14
GRC13
GRC12
GRC11
GRC10
GRC9
GRC8
GRC7
GRC6
GRC5
GRC4
GRC3
GRC2
GRC1
GRC0
GRD15
GRD14
GRD13
GRD12
GRD11
GRD10
GRD9
GRD8
GRB
GRC
GRD
TCNT8
GRD7
GRD6
GRD5
GRD4
GRD3
GRD2
GRD1
GRD0
FLMCR1
—
SWE
ESU
PSU
EV
PV
E
P
FLMCR2
FLER
—
—
—
—
—
—
—
FLPWCR
PDWND —
—
—
—
—
—
—
EBR1
—
—
—
EB4
EB3
EB2
EB1
EB0
FENR
FLSHE
—
—
—
—
—
—
—
TCRV0
CMIEB
CMIEA
OVIE
CCLR1
CCLR0
CKS2
CKS1
CKS0
TCSRV
CMFB
CFMA
OVF
—
OS3
OS2
OS1
OS0
TCORA
TCORA7 TCORA6 TCORA5 TCORA4 TCORA3 TCORA2 TCORA1 TCORA0
TCORB
TCORB7 TCORB6 TCORB5 TCORB4 TCORB3 TCORB2 TCORB1 TCORB0
TCNTV
TCNTV7 TCNTV6 TCNTV5 TCNTV4 TCNTV3 TCNTV2 TCNTV1 TCNTV0
TCRV1
—
—
—
TVEG1
TVEG0
TRGE
—
ICKS0
TMA
TMA7
TMA6
TMA5
—
TMA3
TMA2
TMA1
TMA0
TCA
TCA7
TCA6
TCA5
TCA4
TCA3
TCA2
TCA1
TCA0
SMR
COM
CHR
PE
PM
STOP
MP
CKS1
CKS0
BRR
BRR7
BRR6
BRR5
BRR4
BRR3
BRR2
BRR1
BRR0
SCR3
TIE
RIE
TE
RE
MPIE
TEIE
CKE1
CKE0
TDR
TDR7
TDR6
TDR5
TDR4
TDR3
TDR2
TDR1
TDR0
Rev. 3.0, 03/01, page 350 of 382
ROM
Timer V
Timer A
SCI3
Register
Name
Bit 7
Bit 6
Bit 5
Bit 4
Bit 3
Bit 2
Bit 1
Bit 0
Module Name
SSR
TDRE
RDRF
OER
FER
PER
TEND
MPBR
MPBT
SCI3
RDR
RDR7
RDR6
RDR5
RDR4
RDR3
RDR2
RDR1
RDR0
ADDRA
AD9
AD8
AD7
AD6
AD5
AD4
AD3
AD2
AD1
AD0
—
—
—
—
—
—
AD9
AD8
AD7
AD6
AD5
AD4
AD3
AD2
AD1
AD0
—
—
—
—
—
—
AD9
AD8
AD7
AD6
AD5
AD4
AD3
AD2
AD1
AD0
—
—
—
—
—
—
AD9
AD8
AD7
AD6
AD5
AD4
AD3
AD2
ADDRB
ADDRC
ADDRD
AD1
AD0
—
—
—
—
—
—
ADCSR
ADF
ADIE
ADST
SCAN
CKS
CH2
CH1
CH0
ADCR
TRGE
—
—
—
—
—
—
—
TCSRWD B6WI
TCWE
B4WI
TCSRWE B2WI
WDON
B0WI
WRST
TCWD
TCWD6
TCWD5
TCWD4
TCWD2
TCWD1
TCWD0
TCWD7
TCWD3
TMWD
—
—
—
—
CKS3
CKS2
CKS1
CKS0
ICCR
ICE
IEIC
MST
TRS
ACKE
BBSY
IRIC
SCP
ICSR
ESTP
STOP
IRTR
AASX
AL
AAS
ADZ
ACKB
ICDR
ICDR7
ICDR6
ICDR5
ICDR4
ICDR3
ICDR2
ICDR1
ICDR0
SARX
SVAX6
SVAX5
SVAX4
SVAX3
SVAX2
SVAX1
SVAX0
FSX
ICMR
MLS
WAIT
CKS2
CKS1
CKS0
BC2
BC1
BC0
SAR
SVA6
SVA5
SVA4
SVA3
SVA2
SVA1
SVA0
FS
ABRKCR
RTINTE
CSEL1
CSEL0
ACMP2
ACMP1
ACMP0
DCMP1
DCMP0
ABRKSR
ABIF
ABIE
—
—
—
—
—
—
BARH
BARH7
BARH6
BARH5
BARH4
BARH3
BARH2
BARH1
BARH0
BARL
BARL7
BARL6
BARL5
BARL4
BARL3
BARL2
BARL1
BARL0
BDRH
BDRH7
BDRH6
BDRH5
BDRH4
BDRH3
BDRH2
BDRH1
BDRH0
BDRL
BDRL7
BDRL6
BDRL5
BDRL4
BDRL3
BDRL2
BDRL1
BDRL0
PUCR1
PUCR17 PUCR16 PUCR15 PUCR14 —
A/D converter
WDT*1
IIC
Address break
PUCR12 PUCR11 PUCR10 I/O port
PUCR5
—
—
PUCR55 PUCR54 PUCR53 PUCR52 PUCR51 PUCR50
PDR1
P17
P16
P15
P14
—
P12
P11
P10
PDR2
—
—
—
—
—
P22
P21
P20
PDR5
P57*2
P56*2
P55
P54
P53
P52
P51
P50
PDR7
—
P76
P75
P74
—
—
—
—
PDR8
P87
P86
P85
P84
P83
P82
P81
P80
Rev. 3.0, 03/01, page 351 of 382
Register
Name
Bit 7
Bit 6
Bit 5
Bit 4
Bit 3
Bit 2
Bit 1
Bit 0
Module Name
PDRB
PB7
PB6
PB5
PB4
PB3
PB2
PB1
PB0
I/O port
PMR1
IRQ3
IRQ2
IRQ1
IRQ0
—
—
TXD
TMOW
PMR5
—
—
WKP5
WKP4
WKP3
WKP2
WKP1
WKP0
PCR1
PCR17
PCR16
PCR15
PCR14
—
PCR12
PCR11
PCR10
PCR2
—
—
—
PCR5
PCR57*2 PCR56*2 PCR55
—
—
PCR22
PCR21
PCR20
PCR54
PCR53
PCR52
PCR51
PCR50
PCR7
—
PCR76
PCR75
PCR74
—
—
—
—
PCR8
PCR87
PCR86
PCR85
PCR84
PCR83
PCR82
PCR81
PCR80
SYSCR1
SSBY
STS2
STS1
STS0
NESEL
—
—
—
SYSCR2
SMSEL
LSON
DTON
MA2
MA1
MA0
SA1
SA0
IEGR1
NMIEG
—
—
—
IEG3
IEG2
IEG1
IEG0
IEGR2
—
—
WPEG5
WPEG4
WPEG3
WPEG2
WPEG1
WPEG0
IENR1
IENDT
IENTA
IENWP
—
IEN3
IEN2
IEN1
IEN0
IRR1
IRRDT
IRRTA
—
—
IRRI3
IRRI2
IRRI1
IRRI0
IWPR
—
—
IWPF5
IWPF4
IWPF3
IWPF2
IWPF1
IWPF0
MSTCR1
—
MSTIIC
MSTS3
MSTAD
MSTWD MSTTW
MSTTV
MSTTA
Power-down
TSCR
—
—
—
—
—
—
IICRST
IICX
IIC
Note:
Power-down
Interrupts
1. WDT: Watchdog timer
2. This bit is not included in H8/3664N.
• EEPROM
Register
Name
Bit 7
Bit 6
Bit 5
Bit 4
Bit 3
Bit 2
Bit 1
Bit 0
Module Name
EKR
EKR7
EKR6
EKR5
EKR4
EKR3
EKR2
EKR1
EKR0
EEPROM
Rev. 3.0, 03/01, page 352 of 382
B.3
Register
Name
Registers States in Each Operating Mode
Reset
Active
Sleep
Subactive
Subsleep
Standby
Module
TMRW
Initialized
−
−
−
−
−
Timer W
TCRW
Initialized
−
−
−
−
−
TIERW
Initialized
−
−
−
−
−
TSRW
Initialized
−
−
−
−
−
TIOR0
Initialized
−
−
−
−
−
TIOR1
Initialized
−
−
−
−
−
TCNT
Initialized
−
−
−
−
−
GRA
Initialized
−
−
−
−
−
GRB
Initialized
−
−
−
−
−
GRC
Initialized
−
−
−
−
−
GRD
Initialized
−
−
−
−
−
FLMCR1
Initialized
−
−
−
−
Initialized
FLMCR2
Initialized
−
−
−
−
Initialized
FLPWCR
Initialized
−
−
−
−
Initialized
EBR1
Initialized
−
−
−
−
Initialized
FENR
Initialized
−
−
−
−
Initialized
TCRV0
Initialized
−
−
Initialized
Initialized
Initialized
TCSRV
Initialized
−
−
Initialized
Initialized
Initialized
TCORA
Initialized
−
−
Initialized
Initialized
Initialized
TCORB
Initialized
−
−
Initialized
Initialized
Initialized
TCNTV
Initialized
−
−
Initialized
Initialized
Initialized
TCRV1
Initialized
−
−
Initialized
Initialized
Initialized
TMA
Initialized
−
−
−
−
−
TCA
Initialized
−
−
−
−
−
SMR
Initialized
−
−
Initialized
Initialized
Initialized
BRR
Initialized
−
−
Initialized
Initialized
Initialized
SCR3
Initialized
−
−
Initialized
Initialized
Initialized
TDR
Initialized
−
−
Initialized
Initialized
Initialized
SSR
Initialized
−
−
Initialized
Initialized
Initialized
RDR
Initialized
−
−
Initialized
Initialized
Initialized
ROM
Timer V
Timer A
SCI3
Rev. 3.0, 03/01, page 353 of 382
Register
Name
Reset
Active
Sleep
Subactive
Subsleep
Standby
Module
ADDRA
Initialized
−
−
Initialized
Initialized
Initialized
A/D converter
ADDRB
Initialized
−
−
Initialized
Initialized
Initialized
ADDRC
Initialized
−
−
Initialized
Initialized
Initialized
ADDRD
Initialized
−
−
Initialized
Initialized
Initialized
ADCSR
Initialized
−
−
Initialized
Initialized
Initialized
ADCR
Initialized
−
−
Initialized
Initialized
Initialized
TCSRWD Initialized
−
−
−
−
−
TCWD
Initialized
−
−
−
−
−
TMWD
Initialized
−
−
−
−
−
ICCR
Initialized
−
−
−
−
−
ICSR
Initialized
−
−
−
−
−
ICDR
Initialized
−
−
−
−
−
SARX
Initialized
−
−
−
−
−
ICMR
Initialized
−
−
−
−
−
SAR
Initialized
−
−
−
−
−
ABRKCR
Initialized
−
−
−
−
−
ABRKSR
Initialized
−
−
−
−
−
BARH
Initialized
−
−
−
−
−
BARL
Initialized
−
−
−
−
−
BDRH
Initialized
−
−
−
−
−
BDRL
Initialized
−
−
−
−
−
PUCR1
Initialized
−
−
−
−
−
PUCR5
Initialized
−
−
−
−
−
PDR1
Initialized
−
−
−
−
−
PDR2
Initialized
−
−
−
−
−
PDR5
Initialized
−
−
−
−
−
PDR7
Initialized
−
−
−
−
−
PDR8
Initialized
−
−
−
−
−
PDRB
Initialized
−
−
−
−
−
PMR1
Initialized
−
−
−
−
−
PMR5
Initialized
−
−
−
−
−
PCR1
Initialized
−
−
−
−
−
PCR2
Initialized
−
−
−
−
−
PCR5
Initialized
−
−
−
−
−
PCR7
Initialized
−
−
−
−
−
PCR8
Initialized
−
−
−
−
−
Rev. 3.0, 03/01, page 354 of 382
WDT*
IIC
Address Break
I/O port
Register
Name
Reset
Active
Sleep
Subactive
Subsleep
Standby
Module
SYSCR1
Initialized
−
−
−
−
−
Power-down
SYSCR2
Initialized
−
−
−
−
−
Power-down
IEGR1
Initialized
−
−
−
−
−
Interrupts
IEGR2
Initialized
−
−
−
−
−
Interrupts
IENR1
Initialized
−
−
−
−
−
Interrupts
IRR1
Initialized
−
−
−
−
−
Interrupts
IWPR
Initialized
−
−
−
−
−
Interrupts
MSTCR1
Initialized
−
−
−
−
−
Power-down
TSCR
Initialized
−
−
−
−
−
IIC
Note : − is not initialized
* WDT : Watchdog timer
• EEPROM
Register
Name
Reset
Active
Sleep
Subactive
Subsleep
Standby
Module
EKR
Initialized
−
−
−
−
−
EEPROM
Rev. 3.0, 03/01, page 355 of 382
Appendix C I/O Port Block Diagrams
C.1
I/O Port Block
RES goes low in a reset, and SBY goes low in a reset and in standby mode.
Internal data bus
PUCR
Pull-up MOS
PMR
PDR
PCR
TRGV
Legend
PUCR: Port pull-up control register
PMR: Port mode register
PDR: Port data register
PCR: Port control register
Figure C.1 Port 1 Block Diagram (P17)
Rev. 3.0, 03/01, page 356 of 382
Internal data bus
PUCR
Pull-up MOS
PMR
PDR
PCR
Legend
PUCR: Port pull-up control register
PMR: Port mode register
PDR: Port data register
PCR: Port control register
Figure C.2 Port 1 Block Diagram (P16 to P14)
Rev. 3.0, 03/01, page 357 of 382
Internal data bus
PUCR
Pull-up MOS
PDR
PCR
Legend
PUCR: Port pull-up control register
PDR: Port data register
PCR: Port control register
Figure C.3 Port 1 Block Diagram (P12, P11)
Rev. 3.0, 03/01, page 358 of 382
Internal data bus
PUCR
Pull-up MOS
PMR
PDR
PCR
Timer A
TMOW
Legend
PUCR: Port pull-up control register
PMR: Port mode register
PDR: Port data register
PCR: Port control register
Figure C.4 Port 1 Block Diagram (P10)
Rev. 3.0, 03/01, page 359 of 382
Internal data bus
PMR
PDR
PCR
SCI3
TxD
Legend
PMR: Port mode register
PDR: Port data register
PCR: Port control register
Figure C.5 Port 2 Block Diagram (P22)
Rev. 3.0, 03/01, page 360 of 382
Internal data bus
PDR
PCR
SCI3
RE
RxD
Legend
PDR: Port data register
PCR: Port control register
Figure C.6 Port 2 Block Diagram (P21)
Rev. 3.0, 03/01, page 361 of 382
SCI3
SCKIE
SCKOE
Internal data bus
PDR
PCR
SCKO
SCKI
Legend
PDR: Port data register
PCR: Port control register
Figure C.7 Port 2 Block Diagram (P20)
Rev. 3.0, 03/01, page 362 of 382
Internal data bus
PDR
PCR
IIC
ICE
SDAO/SCLO
SDAI/SCLI
Legend
PDR: Port data register
PCR: Port control register
Figure C.8 Port 5 Block Diagram (P57, P56)*
Note: * Not included in H8/3664N.
Rev. 3.0, 03/01, page 363 of 382
Internal data bus
PUCR
Pull-up MOS
PMR
PDR
PCR
Legend
PUCR: Port pull-up control register
PMR: Port mode register
PDR: Port data register
PCR: Port control register
Figure C.9 Port 5 Block Diagram (P55)
Rev. 3.0, 03/01, page 364 of 382
Internal data bus
PUCR
Pull-up MOS
PMR
PDR
PCR
Legend
PUCR: Port pull-up control register
PMR: Port mode register
PDR: Port data register
PCR: Port control register
Figure C.10 Port 5 Block Diagram (P54 to P50)
Rev. 3.0, 03/01, page 365 of 382
Internal data bus
Timer V
OS3
OS2
OS1
OS0
PDR
PCR
TMOV
Legend
PDR: Port data register
PCR: Port control register
Figure C.11 Port 7 Block Diagram (P76)
Rev. 3.0, 03/01, page 366 of 382
Internal data bus
PDR
PCR
Timer V
TMCIV
Legend
PDR: Port data register
PCR: Port control register
Figure C.12 Port 7 Block Diagram (P75)
Rev. 3.0, 03/01, page 367 of 382
Internal data bus
PDR
PCR
Timer V
TMRIV
Legend
PDR: Port data register
PCR: Port control register
Figure C.13 Port 7 Block Diagram (P74)
Rev. 3.0, 03/01, page 368 of 382
Internal data bus
PDR
PCR
Legend
PDR: Port data register
PCR: Port control register
Figure C.14 Port 8 Block Diagram (P87 to P85)
Rev. 3.0, 03/01, page 369 of 382
Internal data bus
Timer W
Output
control
signals
A to D
PDR
PCR
FTIOA
FTIOB
FTIOC
FTIOD
Legend
PDR: Port data register
PCR: Port control register
Figure C.15 Port 8 Block Diagram (P84 to P81)
Rev. 3.0, 03/01, page 370 of 382
Internal data bus
PDR
PCR
Timer W
FTCI
Legend
PDR: Port data register
PCR: Port control register
Figure C.16 Port 8 Block Diagram (P80)
Rev. 3.0, 03/01, page 371 of 382
Internal data bus
A/D converter
CH3 to CH0
DEC
VIN
Figure C.17 Port B Block Diagram (PB7 to PB0)
C.2
Port States in Each Operating State
Port
Reset
Sleep
Subsleep
Standby
P17 to P14,
P12 to P10
High
impedance
Retained
Retained
High
Functioning
impedance*
Functioning
P22 to P20
High
impedance
Retained
Retained
High
Functioning
impedance*
Functioning
P57 to P50
High
(P55 to P50 impedance
for H8/3664N)
Retained
Retained
High
impedance
Functioning
Functioning
P76 to P74
High
impedance
Retained
Retained
High
impedance
Functioning
Functioning
P87 to P80
High
impedance
Retained
Retained
High
impedance
Functioning
Functioning
PB7 to PB0
High
impedance
High
impedance
High
impedance
High
impedance
High
impedance
High
impedance
Note: * High level output when the pull-up MOS is in on state.
Rev. 3.0, 03/01, page 372 of 382
Subactive
Active
Appendix D Product Code Lineup
Package (Hitachi Package Code)
QFP-64
(FP-64A)
QFP-64
(FP-64E)
SDIP-42
(DP-42S)
Flash memory Standard
version with
product
EEPROM

HD64N3664FP

Flash memory Standard
version
product
HD64F3664H
HD64F3664FP
HD64F3664BP
Mask ROM
version
Standard
product
HD6433664H
HD6433664FP
HD6433664BP
H8/3663
Mask ROM
version
Standard
product
HD6433663H
HD6433663FP
HD6433663BP
H8/3662
Mask ROM
version
Standard
product
HD6433662H
HD6433662FP
HD6433662BP
H8/3661
Mask ROM
version
Standard
product
HD6433661H
HD6433661FP
HD6433661BP
H8/3660
Mask ROM
version
Standard
product
HD6433660H
HD6433660FP
HD6433660BP
Product Type
H8/3664
Rev. 3.0, 03/01, page 373 of 382
Appendix E Package Dimensions
The package dimensions that are shows in the Hitachi Semiconductor Packages Data Book has
priority.
Unit: mm
17.2 ± 0.3
14
33
48
32
0.8
17.2 ± 0.3
49
64
17
1
0.10
*Dimension including the plating thickness
Base material dimension
*0.17 ± 0.05
0.15 ± 0.04
3.05 Max
1.0
2.70
0.15 M
0.10 +0.15
- 0.10
*0.37 ± 0.08
0.35 ± 0.06
16
0
0.8 ± 0.3
Hitachi Code
JEDEC
EIAJ
Mass (reference value)
Figure E.1 FP-64A Package Dimensions
Rev. 3.0, 03/01, page 374 of 382
1.6
FP-64A
Conforms
1.2 g
8
Unit: mm
12.0 ± 0.2
10
48
33
32
64
17
0.5
12.0 ± 0.2
49
0.10
*Dimension including the plating thickness
Base material dimension
*0.17 ± 0.05
0.15 ± 0.04
1.25
1.45
0.08 M
1.70 Max
16
0.10 ± 0.10
1
*0.22 ± 0.05
0.20 ± 0.04
1.0
0
8
0.5 ± 0.2
Hitachi Code
JEDEC
EIAJ
Mass (reference value)
FP-64E
Conforms
0.4 g
Figure E.2 FP-64E Package Dimensions
Note: * Only this package available for H8/3664N.
Rev. 3.0, 03/01, page 375 of 382
Unit: mm
37.3
38.6 Max
22
14.0
14.6 Max
42
21
1.0
1.78 ± 0.25
0.48 ± 0.10
0.51 Min
1.38 Max
2.54 Min 5.10 Max
1
15.24
0.25 +- 0.10
0.05
0
15
Hitachi Code
JEDEC
EIAJ
Mass (reference value)
Figure E.3 DP-42S Package Dimensions
Rev. 3.0, 03/01, page 376 of 382
DP-42S
Conforms
4.8 g
Appendix F Laminated-Structure Cross Section
Figure F-1 Laminated-Structure Cross Section of H8/3664N
Rev. 3.0, 03/01, page 377 of 382
Rev. 3.0, 03/01, page 378 of 382
Index
A/D Converter ........................................ 263
sample-and-hold circuit ...................... 270
Scan Mode .......................................... 269
Single Mode........................................ 269
Absolute Maximum Ratings ................... 287
Address Break........................................... 61
Addressing Modes .................................... 33
Absolute Address.................................. 34
Immediate ............................................. 34
Memory Indirect ................................... 35
Program-Counter Relative .................... 35
Register Direct ...................................... 33
Register Indirect.................................... 33
Register Indirect with Displacement..... 34
Register indirect with post-increment ... 34
Register indirect with pre-decrement .... 34
Clock
Clock Pulse Generators......................... 67
Subclock Generator............................... 69
System Clock Generator ....................... 67
Condition-Code Register (CCR)............... 17
CPU .......................................................... 11
EEPROM ................................................ 275
Acknowledge ...................................... 279
Acknowledge Polling.......................... 281
Byte Write........................................... 280
Current Address Read ......................... 282
EEPROM Interface ............................. 277
EEPROM Key Register (EKR)........... 277
Page Write .......................................... 281
Random Address Read........................ 283
Sequential Read .................................. 283
Slave Addressing ................................ 279
Start Condition.................................... 278
Stop Condition .................................... 278
the corresponding slave address reference
address (ESAR)............................... 279
Effective Address...................................... 35
Electrical Characteristics (F-ZTAT™
Version, F-ZTAT™ Version with
EEPROM) ...........................................287
AC Characteristics ..............................295
DC Characteristics ..............................289
Electrical Characteristics (Mask ROM
Version)...............................................304
AC Characteristics ..............................311
DC Characteristics ..............................305
Exception Handling...................................47
Reset......................................................47
Trap Instruction.....................................47
flash memory.............................................85
Auto-Erase Mode ................................106
Auto-Program Mode ...........................104
Boot Mode ............................................90
boot program .........................................90
Erase/Erase-Verify ................................96
Error Protection.....................................99
Hardware Protection..............................99
Memory Read Mode ...........................102
Power-Down State ..............................111
Program/Program-Verify ......................94
Programmer Mode ..............................100
Socket Adapter ....................................100
Software Protection...............................99
Status Polling ......................................109
Status Read Mode ...............................108
General Registers ......................................16
I/O Ports ..................................................115
I/O Port Block Diagrams.....................356
I2C Bus Data Formats..............................242
I2C Bus Interface (IIC) ............................227
acknowledge........ 242, 243, 245, 247, 249
Clock Synchronous Serial Format.......251
general call address .............................239
I2C Transfer Rate.................................235
Rev. 3.0, 03/01, page 379 of 382
Slave address ...................................... 242
Start condition..................................... 242
Stop condition..................................... 242
Instruction Set........................................... 22
Internal Power Supply Step-Down Circuit
............................................................ 285
Interrupt
Internal Interrupts ................................. 55
Interrupt Response Time....................... 57
IRQ3 to IRQ0 Interrupts ....................... 54
NMI Interrupt........................................ 54
WKP5 to WKP0 Interrupts ................... 55
interrupt mask bit (I)................................. 17
Laminated-Structure Cross Section of
H8/3664N ........................................... 377
large current ports ....................................... 1
Memory Map ............................................ 12
Module Standby Function......................... 83
On-Board Programming Modes................ 90
Package....................................................... 2
Package Dimensions............................... 374
Pin Arrangement......................................... 4
Power-down Modes .................................. 73
Sleep Mode ........................................... 80
Standby Mode....................................... 81
Subactive Mode .................................... 82
Subsleep Mode...................................... 81
Prescaler S ................................................ 71
Prescaler W............................................... 71
Product Code Lineup .............................. 373
Program Counter (PC) .............................. 17
PWM Operation...................................... 172
Register
ABRKCR...................... 62, 348, 351, 354
ABRKSR ...................... 63, 348, 351, 354
ADCR ......................... 268, 348, 351, 354
ADCSR....................... 267, 348, 351, 354
ADDRA ...................... 266, 348, 351, 354
Rev. 3.0, 03/01, page 380 of 382
ADDRB....................... 266, 348, 351, 354
ADDRC....................... 266, 348, 351, 354
ADDRD ...................... 266, 348, 351, 354
BARH ........................... 63, 348, 351, 354
BARL............................ 63, 348, 351, 354
BDRH ........................... 64, 348, 351, 354
BDRL............................ 64, 348, 351, 354
BRR ............................ 196, 347, 350, 353
EBR1............................. 88, 347, 350, 353
EKR ............................ 277, 349, 352, 355
FENR ............................ 89, 347, 350, 353
FLMCR1 ....................... 87, 347, 350, 353
FLMCR2 ....................... 88, 347, 350, 353
FLPWCR....................... 89, 347, 350, 353
GRA ............................ 167, 347, 350, 353
GRB ............................ 167, 347, 350, 353
GRC ............................ 167, 347, 350, 353
GRD ............................ 167, 347, 350, 353
ICCR ........................... 235, 348, 351, 354
ICDR ........................... 230, 348, 351, 354
ICMR .......................... 233, 348, 351, 354
ICSR............................ 238, 348, 351, 354
IEGR1 ........................... 49, 349, 352, 355
IEGR2 ........................... 50, 349, 352, 355
IENR1 ........................... 51, 349, 352, 355
IRR1.............................. 52, 349, 352, 355
IWPR ............................ 53, 349, 352, 355
MSTCR1 ....................... 76, 349, 352, 355
PCR1 ........................... 117, 349, 352, 354
PCR2 ........................... 120, 349, 352, 354
PCR5 ........................... 125, 349, 352, 354
PCR7 ........................... 129, 349, 352, 354
PCR8 ........................... 131, 349, 352, 354
PDR1........................... 117, 348, 351, 354
PDR2........................... 121, 348, 351, 354
PDR5........................... 125, 348, 351, 354
PDR7........................... 129, 348, 351, 354
PDR8........................... 132, 348, 351, 354
PDRB .......................... 135, 349, 352, 354
PMR1 .......................... 116, 349, 352, 354
PMR5 .......................... 124, 349, 352, 354
PUCR1 ........................ 118, 348, 351, 354
PUCR5 ........................ 126, 348, 351, 354
RDR ............................ 190, 348, 351, 353
RSR..................................................... 190
SAR............................. 232, 348, 351, 354
SARX.......................... 232, 348, 351, 354
SCR3........................... 192, 347, 350, 353
SMR............................ 191, 347, 350, 353
SSR ............................. 194, 348, 351, 353
SYSCR1........................ 73, 349, 352, 355
SYSCR2........................ 75, 349, 352, 355
TCA ............................ 140, 347, 350, 353
TCNT.......................... 167, 347, 350, 353
TCNTV....................... 145, 347, 350, 353
TCORA....................... 145, 347, 350, 353
TCORB ....................... 145, 347, 350, 353
TCRV0........................ 146, 347, 350, 353
TCRV1........................ 149, 347, 350, 353
TCRW......................... 162, 347, 350, 353
TCSRV ....................... 148, 347, 350, 353
TCSRWD.................... 184, 348, 351, 354
TCWD ........................ 185, 348, 351, 354
TDR ............................ 190, 348, 350, 353
TIERW........................ 163, 347, 350, 353
TIOR0 ......................... 165, 347, 350, 353
TIOR1 ......................... 166, 347, 350, 353
TMA ........................... 139, 347, 350, 353
TMRW........................ 160, 347, 350, 353
TMWD........................ 185, 348, 351, 354
TSCR........................... 240, 349, 352, 355
TSR .....................................................190
TSRW ......................... 163, 347, 350, 353
Serial Communication Interface 3(SCI3) 187
bit rate .................................................196
Break Detection...................................224
framing error .......................................205
Mark State ...........................................224
Multiprocessor Communication Function
........................................................216
Operation in Asynchronous Mode ......201
Operation in Clocked Synchronous Mode
........................................................209
overrun error .......................................205
parity error...........................................205
Stack Pointer .............................................17
Timer A...................................................137
Timer V...................................................143
Timer W ..................................................157
Vector Address..........................................48
Watchdog Timer .....................................183
Rev. 3.0, 03/01, page 381 of 382
Rev. 3.0, 03/01, page 382 of 382
H8/3664 Series Hardware Manual
Publication Date: 1st Edition, March 2001
3rd Edition, March 2001
Published by:
Electronic Devices Sales & Marketing Group
Semiconductor & Integrated Circuits
Hitachi, Ltd.
Edited by:
Technical Documentation Group
Hitachi Kodaira Semiconductor Co., Ltd.
Copyright © Hitachi, Ltd., 2001. All rights reserved. Printed in Japan.