Hitachi H8/3021 User manual

Type
User manual

This manual is also suitable for

Hitachi Single-Chip Microcomputer
H8/3022 Series
H8/3022, H8/3021, H8/3020
H8/3022 F-ZTAT
TM
Hardware Manual
ADE-602-179
Rev. 1.0
12/6/99
Hitachi,Ltd
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.
Preface
The H8/3022 Series comprises high-performance single-chip microcomputers (MCUs) that
integrate system supporting functions together with an H8/300H CPU core.
The H8/300H CPU has a 32-bit internal architecture with sixteen 16-bit general registers, and a
concise, optimized instruction set designed for speed. It can address a 16-Mbyte linear address
space.
The on-chip system supporting functions include ROM, RAM, a 16-bit integrated timer unit
(ITU), a programmable timing pattern controller (TPC), a watchdog timer (WDT), a serial
communication interface (SCI), an A/D converter, I/O ports, and other facilities. Of the two SCI
channels, one has been expanded to support the ISO/IEC 7816-3 smart card interface. Functions
have also been added to reduce power consumption in battery-powered applications: individual
modules can be placed in standby, and the frequency of the system clock supplied to the chip can
be divided down under software control.
The five MCU operating modes offer a choice of expanded mode, single-chip mode, and address
space size, enabling the H8/3022 Series to adapt quickly and flexibly to a variety of conditions.
In addition to its masked-ROM versions, the H8/3022 Series has an F-ZTAT
TM
* version with user
programmable on-chip flash memory that can be programmed on-board. These versions enable
users to respond quickly and flexibly to changing application specifications.
This manual describes the H8/3022 Series hardware. For details of the instruction set, refer to the
H8/300H Series Programming Manual.
Note: * F-ZTAT™ is a trademark of Hitachi, Ltd.
i
Contents
Section 1 Overview............................................................................................................ 1
1.1 Overview............................................................................................................................ 1
1.2 Block Diagram.................................................................................................................... 5
1.3 Pin Description................................................................................................................... 6
1.3.1 Pin Arrangement ................................................................................................... 6
1.3.2 Pin Functions......................................................................................................... 7
1.4 Pin Functions...................................................................................................................... 11
Section 2 CPU...................................................................................................................... 15
2.1 Overview............................................................................................................................ 15
2.1.1 Features ................................................................................................................. 15
2.1.2 Differences from H8/300 CPU.............................................................................. 16
2.2 CPU Operating Modes ....................................................................................................... 17
2.3 Address Space .................................................................................................................... 18
2.4 Register Configuration .......................................................................................................19
2.4.1 Overview............................................................................................................... 19
2.4.2 General Registers.................................................................................................. 20
2.4.3 Control Registers................................................................................................... 21
2.4.4 Initial CPU Register Values.................................................................................. 22
2.5 Data Formats ...................................................................................................................... 23
2.5.1 General Register Data Formats ............................................................................. 23
2.5.2 Memory Data Formats .......................................................................................... 24
2.6 Instruction Set .................................................................................................................... 26
2.6.1 Instruction Set Overview ...................................................................................... 26
2.6.2 Instructions and Addressing Modes...................................................................... 27
2.6.3 Tables of Instructions Classified by Function....................................................... 29
2.6.4 Basic Instruction Formats...................................................................................... 39
2.6.5 Notes on Use of Bit Manipulation Instructions .................................................... 40
2.7 Addressing Modes and Effective Address Calculation...................................................... 41
2.7.1 Addressing Modes................................................................................................. 41
2.7.2 Effective Address Calculation............................................................................... 43
2.8 Processing States................................................................................................................ 47
2.8.1 Overview............................................................................................................... 47
2.8.2 Program Execution State....................................................................................... 48
2.8.3 Exception-Handling State ..................................................................................... 48
2.8.4 Exception-Handling Sequences ............................................................................ 50
2.8.5 Reset State............................................................................................................. 51
2.8.6 Power-Down State ................................................................................................ 51
2.9 Basic Operational Timing .................................................................................................. 52
ii
2.9.1 Overview............................................................................................................... 52
2.9.2 On-Chip Memory Access Timing......................................................................... 52
2.9.3 On-Chip Supporting Module Access Timing........................................................ 53
2.9.4 Access to External Address Space........................................................................ 54
Section 3 MCU Operating Modes................................................................................. 55
3.1 Overview............................................................................................................................ 55
3.1.1 Operating Mode Selection .................................................................................... 55
3.1.2 Register Configuration.......................................................................................... 56
3.2 Mode Control Register (MDCR)........................................................................................ 57
3.3 System Control Register (SYSCR) .................................................................................... 58
3.4 Operating Mode Descriptions ............................................................................................ 60
3.4.1 Mode 1 .................................................................................................................. 60
3.4.2 Mode 3 .................................................................................................................. 60
3.4.3 Mode 5 .................................................................................................................. 60
3.4.4 Mode 6 .................................................................................................................. 60
3.4.5 Mode 7 .................................................................................................................. 60
3.5 Pin Functions in Each Operating Mode.............................................................................. 61
3.6 Memory Map in Each Operating Mode.............................................................................. 61
Section 4 Exception Handling........................................................................................ 69
4.1 Overview............................................................................................................................ 69
4.1.1 Exception Handling Types and Priority................................................................ 69
4.1.2 Exception Handling Operation.............................................................................. 69
4.1.3 Exception Vector Table ........................................................................................ 70
4.2 Reset................................................................................................................................... 72
4.2.1 Overview............................................................................................................... 72
4.2.2 Reset Sequence...................................................................................................... 72
4.2.3 Interrupts after Reset............................................................................................. 74
4.3 Interrupts ............................................................................................................................ 74
4.4 Trap Instruction.................................................................................................................. 75
4.5 Stack Status after Exception Handling............................................................................... 75
4.6 Notes on Stack Usage.........................................................................................................76
Section 5 Interrupt Controller......................................................................................... 77
5.1 Overview............................................................................................................................ 77
5.1.1 Features ................................................................................................................. 77
5.1.2 Block Diagram...................................................................................................... 78
5.1.3 Pin Configuration.................................................................................................. 79
5.1.4 Register Configuration.......................................................................................... 79
5.2 Register Descriptions.......................................................................................................... 80
5.2.1 System Control Register (SYSCR)....................................................................... 80
5.2.2 Interrupt Priority Registers A and B (IPRA, IPRB).............................................. 82
iii
5.2.3 IRQ Status Register (ISR)..................................................................................... 87
5.2.4 IRQ Enable Register (IER) ................................................................................... 88
5.2.5 IRQ Sense Control Register (ISCR)...................................................................... 89
5.3 Interrupt Sources ................................................................................................................ 90
5.3.1 External Interrupts................................................................................................. 90
5.3.2 Internal Interrupts.................................................................................................. 91
5.3.3 Interrupt Vector Table........................................................................................... 91
5.4 Interrupt Operation............................................................................................................. 94
5.4.1 Interrupt Handling Process.................................................................................... 94
5.4.2 Interrupt Sequence ................................................................................................ 99
5.4.3 Interrupt Response Time....................................................................................... 100
5.5 Usage Notes........................................................................................................................ 101
5.5.1 Contention between Interrupt and Interrupt-Disabling Instruction....................... 101
5.5.2 Instructions that Inhibit Interrupts......................................................................... 102
5.5.3 Interrupts during EEPMOV Instruction Execution............................................... 102
5.5.4 Usage Notes .......................................................................................................... 102
Section 6 Bus Controller.................................................................................................. 105
6.1 Overview............................................................................................................................ 105
6.1.1 Features ................................................................................................................. 105
6.1.2 Block Diagram...................................................................................................... 106
6.1.3 Pin Configuration.................................................................................................. 107
6.1.4 Register Configuration.......................................................................................... 107
6.2 Register Descriptions.......................................................................................................... 108
6.2.1 Access State Control Register (ASTCR) .............................................................. 108
6.2.2 Wait Control Register (WCR)............................................................................... 109
6.2.3 Wait State Controller Enable Register (WCER)................................................... 110
6.2.4 Address Control Register (ADRCR)..................................................................... 111
6.3 Operation............................................................................................................................ 113
6.3.1 Area Division........................................................................................................ 113
6.3.2 Bus Control Signal Timing ................................................................................... 115
6.3.3 Wait Modes........................................................................................................... 117
6.3.4 Interconnections with Memory (Example)............................................................ 123
6.4 Usage Notes........................................................................................................................ 125
6.4.1 Register Write Timing .......................................................................................... 125
6.4.2 Precautions on setting ASTCR and ABWCR*..................................................... 125
Section 7 I/O Ports ............................................................................................................. 127
7.1 Overview............................................................................................................................ 127
7.2 Port 1 .................................................................................................................................. 131
7.2.1 Overview............................................................................................................... 131
7.2.2 Register Descriptions............................................................................................ 131
7.2.3 Pin Functions in Each Mode ................................................................................. 133
iv
7.3 Port 2 .................................................................................................................................. 135
7.3.1 Overview............................................................................................................... 135
7.3.2 Register Descriptions............................................................................................ 136
7.3.3 Pin Functions in Each Mode ................................................................................. 138
7.3.4 Input Pull-Up Transistors...................................................................................... 140
7.4 Port 3 .................................................................................................................................. 141
7.4.1 Overview............................................................................................................... 141
7.4.2 Register Descriptions............................................................................................ 141
7.4.3 Pin Functions in Each Mode ................................................................................. 143
7.5 Port 5 .................................................................................................................................. 144
7.5.1 Overview............................................................................................................... 144
7.5.2 Register Descriptions............................................................................................ 144
7.5.3 Pin Functions in Each Mode ................................................................................. 147
7.5.4 Input Pull-Up Transistors...................................................................................... 148
7.6 Port 6 .................................................................................................................................. 149
7.6.1 Overview............................................................................................................... 149
7.6.2 Register Descriptions............................................................................................ 149
7.6.3 Pin Functions in Each Mode ................................................................................. 152
7.7 Port 7 .................................................................................................................................. 155
7.7.1 Overview............................................................................................................... 155
7.7.2 Register Description.............................................................................................. 155
7.8 Port 8 .................................................................................................................................. 156
7.8.1 Overview............................................................................................................... 156
7.8.2 Register Descriptions............................................................................................ 157
7.8.3 Pin Functions......................................................................................................... 158
7.9 Port 9 .................................................................................................................................. 159
7.9.1 Overview............................................................................................................... 159
7.9.2 Register Descriptions............................................................................................ 159
7.9.3 Pin Functions......................................................................................................... 160
7.10 Port A.................................................................................................................................. 163
7.10.1 Overview............................................................................................................... 163
7.10.2 Register Descriptions............................................................................................ 164
7.10.3 Pin Functions......................................................................................................... 166
7.11 Port B.................................................................................................................................. 173
7.11.1 Overview............................................................................................................... 173
7.11.2 Register Descriptions............................................................................................ 173
7.11.3 Pin Functions......................................................................................................... 175
Section 8 16-Bit Integrated Timer Unit (ITU)........................................................... 181
8.1 Overview............................................................................................................................ 181
8.1.1 Features ................................................................................................................. 181
8.1.2 Block Diagrams..................................................................................................... 184
8.1.3 Pin Configuration.................................................................................................. 189
v
8.1.4 Register Configuration.......................................................................................... 191
8.2 Register Descriptions.......................................................................................................... 194
8.2.1 Timer Start Register (TSTR)................................................................................. 194
8.2.2 Timer Synchro Register (TSNC) .......................................................................... 195
8.2.3 Timer Mode Register (TMDR) ............................................................................. 197
8.2.4 Timer Function Control Register (TFCR) ............................................................ 200
8.2.5 Timer Output Master Enable Register (TOER).................................................... 202
8.2.6 Timer Output Control Register (TOCR)............................................................... 205
8.2.7 Timer Counters (TCNT)........................................................................................ 206
8.2.8 General Registers (GRA, GRB)............................................................................ 207
8.2.9 Buffer Registers (BRA, BRB) .............................................................................. 208
8.2.10 Timer Control Registers (TCR) ............................................................................ 209
8.2.11 Timer I/O Control Register (TIOR)...................................................................... 212
8.2.12 Timer Status Register (TSR)................................................................................. 214
8.2.13 Timer Interrupt Enable Register (TIER)............................................................... 216
8.3 CPU Interface..................................................................................................................... 218
8.3.1 16-Bit Accessible Registers .................................................................................. 218
8.3.2 8-Bit Accessible Registers .................................................................................... 220
8.4 Operation............................................................................................................................ 221
8.4.1 Overview............................................................................................................... 221
8.4.2 Basic Functions..................................................................................................... 222
8.4.3 Synchronization .................................................................................................... 232
8.4.4 PWM Mode........................................................................................................... 234
8.4.5 Reset-Synchronized PWM Mode.......................................................................... 238
8.4.6 Complementary PWM Mode................................................................................ 241
8.4.7 Phase Counting Mode ........................................................................................... 251
8.4.8 Buffering ............................................................................................................... 253
8.4.9 ITU Output Timing ............................................................................................... 260
8.5 Interrupts ............................................................................................................................ 262
8.5.1 Setting of Status Flags........................................................................................... 262
8.5.2 Clearing of Status Flags........................................................................................ 264
8.5.3 Interrupt Sources ................................................................................................... 265
8.6 Usage Notes........................................................................................................................ 266
Section 9 Programmable Timing Pattern Controller................................................ 281
9.1 Overview............................................................................................................................ 281
9.1.1 Features ................................................................................................................. 281
9.1.2 Block Diagram...................................................................................................... 282
9.1.3 Pin Configuration.................................................................................................. 283
9.1.4 Register Configuration.......................................................................................... 284
9.2 Register Descriptions.......................................................................................................... 285
9.2.1 Port A Data Direction Register (PADDR)............................................................ 285
9.2.2 Port A Data Register (PADR)............................................................................... 285
vi
9.2.3 Port B Data Direction Register (PBDDR) ............................................................ 286
9.2.4 Port B Data Register (PBDR)................................................................................ 286
9.2.5 Next Data Register A (NDRA) ............................................................................. 287
9.2.6 Next Data Register B (NDRB).............................................................................. 289
9.2.7 Next Data Enable Register A (NDERA)............................................................... 291
9.2.8 Next Data Enable Register B (NDERB) ............................................................... 292
9.2.9 TPC Output Control Register (TPCR).................................................................. 293
9.2.10 TPC Output Mode Register (TPMR).................................................................... 296
9.3 Operation............................................................................................................................ 298
9.3.1 Overview............................................................................................................... 298
9.3.2 Output Timing....................................................................................................... 299
9.3.3 Normal TPC Output.............................................................................................. 300
9.3.4 Non-Overlapping TPC Output.............................................................................. 302
9.4 Usage Notes........................................................................................................................ 305
9.4.1 Operation of TPC Output Pins.............................................................................. 305
9.4.2 Note on Non-Overlapping Output......................................................................... 305
Section 10 Watchdog Timer.............................................................................................. 307
10.1 Overview............................................................................................................................ 307
10.1.1 Features ................................................................................................................. 307
10.1.2 Block Diagram...................................................................................................... 308
10.1.3 Pin Configuration.................................................................................................. 308
10.1.4 Register Configuration.......................................................................................... 309
10.2 Register Descriptions.......................................................................................................... 310
10.2.1 Timer Counter (TCNT)......................................................................................... 310
10.2.2 Timer Control/Status Register (TCSR)................................................................. 311
10.2.3 Reset Control/Status Register (RSTCSR)............................................................. 313
10.2.4 Notes on Register Access...................................................................................... 315
10.3 Operation............................................................................................................................ 317
10.3.1 Watchdog Timer Operation .................................................................................. 317
10.3.2 Interval Timer Operation ...................................................................................... 318
10.3.3 Timing of Setting of Overflow Flag (OVF).......................................................... 319
10.3.4 Timing of Setting of Watchdog Timer Reset Bit (WRST) ................................... 320
10.4 Interrupts ............................................................................................................................ 321
10.5 Usage Notes........................................................................................................................ 321
Section 11 Serial Communication Interface................................................................. 323
11.1 Overview............................................................................................................................ 323
11.1.1 Features ................................................................................................................. 323
11.1.2 Block Diagram...................................................................................................... 325
11.1.3 Pin Configuration.................................................................................................. 326
11.1.4 Register Configuration.......................................................................................... 326
11.2 Register Descriptions.......................................................................................................... 327
vii
11.2.1 Receive Shift Register (RSR)................................................................................ 327
11.2.2 Receive Data Register (RDR) ............................................................................... 327
11.2.3 Transmit Shift Register (TSR).............................................................................. 328
11.2.4 Transmit Data Register (TDR).............................................................................. 328
11.2.5 Serial Mode Register (SMR)................................................................................. 329
11.2.6 Serial Control Register (SCR)............................................................................... 333
11.2.7 Serial Status Register (SSR).................................................................................. 337
11.2.8 Bit Rate Register (BRR)........................................................................................ 341
11.3 Operation............................................................................................................................ 350
11.3.1 Overview............................................................................................................... 350
11.3.2 Operation in Asynchronous Mode........................................................................ 352
11.3.3 Multiprocessor Communication............................................................................ 361
11.3.4 Synchronous Operation......................................................................................... 368
11.4 SCI Interrupts ..................................................................................................................... 377
11.5 Usage Notes........................................................................................................................ 378
Section 12 Smart Card Interface ...................................................................................... 383
12.1 Overview............................................................................................................................ 383
12.1.1 Features ................................................................................................................. 383
12.1.2 Block Diagram...................................................................................................... 384
12.1.3 Pin Configuration.................................................................................................. 385
12.1.4 Register Configuration.......................................................................................... 385
12.2 Register Descriptions.......................................................................................................... 386
12.2.1 Smart Card Mode Register (SCMR)..................................................................... 386
12.2.2 Serial Status Register (SSR).................................................................................. 388
12.3 Operation............................................................................................................................ 390
12.3.1 Overview............................................................................................................... 390
12.3.2 Pin Connections .................................................................................................... 390
12.3.3 Data Format........................................................................................................... 392
12.3.4 Register Settings.................................................................................................... 394
12.3.5 Clock ..................................................................................................................... 396
12.3.6 Data Transfer Operations...................................................................................... 398
12.4 Usage Note ......................................................................................................................... 404
Section 13 A/D Converter.................................................................................................. 407
13.1 Overview............................................................................................................................ 407
13.1.1 Features ................................................................................................................. 407
13.1.2 Block Diagram...................................................................................................... 408
13.1.3 Pin Configuration.................................................................................................. 409
13.1.4 Register Configuration.......................................................................................... 410
13.2 Register Descriptions.......................................................................................................... 411
13.2.1 A/D Data Registers A to D (ADDRA to ADDRD) .............................................. 411
13.2.2 A/D Control/Status Register (ADCSR) ................................................................ 412
viii
13.2.3 A/D Control Register (ADCR).............................................................................. 415
13.3 CPU Interface..................................................................................................................... 416
13.4 Operation............................................................................................................................ 417
13.4.1 Single Mode (SCAN = 0)...................................................................................... 417
13.4.2 Scan Mode (SCAN = 1)........................................................................................ 419
13.4.3 Input Sampling and A/D Conversion Time .......................................................... 421
13.4.4 External Trigger Input Timing.............................................................................. 422
13.5 Interrupts ............................................................................................................................ 423
13.6 Usage Notes .......................................................................................................................... 423
Section 14 RAM.................................................................................................................... 429
14.1 Overview............................................................................................................................ 429
14.1.1 Block Diagram...................................................................................................... 430
14.1.2 Register Configuration.......................................................................................... 430
14.2 System Control Register (SYSCR) .................................................................................... 431
14.3 Operation............................................................................................................................ 432
Section 15 ROM.................................................................................................................... 433
15.1 Features .............................................................................................................................. 433
15.2 Overview............................................................................................................................ 434
15.2.1 Block Diagram...................................................................................................... 434
15.2.2 Mode Transitions .................................................................................................. 435
15.2.3 On-Board Programming Modes............................................................................ 436
15.2.4 Flash Memory Emulation in RAM........................................................................ 438
15.2.5 Differences between Boot Mode and User Program Mode.................................. 439
15.2.6 Block Configuration.............................................................................................. 440
15.3 Pin Configuration ............................................................................................................... 440
15.4 Register Configuration ....................................................................................................... 441
15.5 Register Descriptions.......................................................................................................... 441
15.5.1 Flash Memory Control Register 1 (FLMCR1)...................................................... 441
15.5.2 Flash Memory Control Register 2 (FLMCR2)...................................................... 444
15.5.3 Erase Block Register 1 (EBR1) ............................................................................ 445
15.5.4 Erase Block Register 2 (EBR2) ............................................................................ 446
15.5.5 RAM Emulation Register (RAMER).................................................................... 447
15.5.6 Differences from H8/3039 F-ZTAT Series........................................................... 449
15.6 On-Board Programming Modes......................................................................................... 450
15.6.1 Boot Mode............................................................................................................. 451
15.6.2 User Program Mode.............................................................................................. 456
15.7 Programming/Erasing Flash Memory................................................................................ 458
15.7.1 Program Mode....................................................................................................... 459
15.7.2 Program-Verify Mode........................................................................................... 460
15.7.3 Notes on Program/Program-Verify Procedure...................................................... 460
15.7.4 Erase Mode............................................................................................................ 465
ix
15.7.5 Erase-Verify Mode................................................................................................ 465
15.8 Protection............................................................................................................................ 467
15.8.1 Hardware Protection.............................................................................................. 467
15.8.2 Software Protection............................................................................................... 468
15.8.3 Error Protection..................................................................................................... 469
15.8.4 NMI Input Disable Conditions.............................................................................. 471
15.9 Flash Memory Emulation in RAM..................................................................................... 472
15.10 Flash Memory PROM Mode.............................................................................................. 474
15.10.1 Socket Adapters and Memory Map ...................................................................... 474
15.10.2 Notes on Use of PROM Mode.............................................................................. 475
15.11 Notes on Flash Memory Programming/Erasing................................................................. 476
15.12 Overview of Mask ROM.................................................................................................... 482
15.12.1 Block Diagram...................................................................................................... 482
15.13 Notes on Ordering Mask ROM Version Chips.................................................................. 483
15.14 Notes when Converting the F-ZTAT Application Software to the Mask-ROM Versions 484
Section 16 Clock Pulse Generator ................................................................................... 485
16.1 Overview............................................................................................................................ 485
16.1.1 Block Diagram...................................................................................................... 486
16.2 Oscillator Circuit................................................................................................................ 487
16.2.1 Connecting a Crystal Resonator............................................................................ 487
16.2.2 External Clock Input ............................................................................................. 489
16.3 Duty Adjustment Circuit.................................................................................................... 492
16.4 Prescalers............................................................................................................................ 492
16.5 Frequency Divider.............................................................................................................. 492
16.5.1 Register Configuration.......................................................................................... 492
16.5.2 Division Control Register (DIVCR) ..................................................................... 493
16.5.3 Usage Notes .......................................................................................................... 493
Section 17 Power-Down State.......................................................................................... 495
17.1 Overview............................................................................................................................ 495
17.2 Register Configuration ....................................................................................................... 497
17.2.1 System Control Register (SYSCR) ....................................................................... 497
17.2.2 Module Standby Control Register (MSTCR)........................................................ 499
17.3 Sleep Mode......................................................................................................................... 501
17.3.1 Transition to Sleep Mode...................................................................................... 501
17.3.2 Exit from Sleep Mode ........................................................................................... 501
17.4 Software Standby Mode..................................................................................................... 502
17.4.1 Transition to Software Standby Mode .................................................................. 502
17.4.2 Exit from Software Standby Mode........................................................................ 502
17.4.3 Selection of Oscillator Waiting Time after Exit from Software Standby Mode... 503
17.4.4 Sample Application of Software Standby Mode................................................... 504
17.4.5 Usage Note............................................................................................................ 504
x
17.5 Hardware Standby Mode.................................................................................................... 505
17.5.1 Transition to Hardware Standby Mode................................................................. 505
17.5.2 Exit from Hardware Standby Mode...................................................................... 505
17.5.3 Timing for Hardware Standby Mode.................................................................... 505
17.6 Module Standby Function.................................................................................................. 506
17.6.1 Module Standby Timing........................................................................................ 506
17.6.2 Read/Write in Module Standby............................................................................. 506
17.6.3 Usage Notes .......................................................................................................... 506
17.7 System Clock Output Disabling Function.......................................................................... 507
Section 18 Electrical Characteristics............................................................................... 509
18.1 Electrical characteristics of Masked ROM Version........................................................... 509
18.1.1 Absolute Maximum Ratings.................................................................................. 509
18.1.2 DC Characteristics ................................................................................................ 510
18.1.3 AC Characteristics ................................................................................................ 514
18.1.4 A/D Conversion Characteristics............................................................................ 519
18.2 Electrical characteristics of Flash Memory Version .......................................................... 520
18.2.1 Absolute Maximum Ratings.................................................................................. 520
18.2.2 DC Characteristics ................................................................................................ 521
18.2.3 AC Characteristics ................................................................................................ 525
18.2.4 A/D Conversion Characteristics............................................................................ 530
18.2.5 Flash Memory Characteristics .............................................................................. 531
18.3 Operational Timing ............................................................................................................ 532
18.3.1 Bus Timing............................................................................................................ 532
18.3.2 Control Signal Timing .......................................................................................... 536
18.3.3 Clock Timing ........................................................................................................ 538
18.3.4 TPC and I/O Port Timing...................................................................................... 538
18.3.5 ITU Timing ........................................................................................................... 539
18.3.6 SCI Input/Output Timing...................................................................................... 540
Appendix A Instruction Set............................................................................................... 541
A.1 Instruction List.................................................................................................................... 541
A.2 Operation Code Maps......................................................................................................... 556
A.3 Number of States Required for Execution.......................................................................... 559
Appendix B Internal I/O Register Field........................................................................ 569
B.1 Addresses............................................................................................................................ 569
B.2 Function.............................................................................................................................. 576
Appendix C I/O Block Diagrams.................................................................................... 635
C.1 Port 1 Block Diagram......................................................................................................... 635
C.2 Port 2 Block Diagram......................................................................................................... 636
C.3 Port 3 Block Diagram......................................................................................................... 637
xi
C.4 Port 5 Block Diagram......................................................................................................... 638
C.5 Port 6 Block Diagrams ....................................................................................................... 639
C.6 Port 7 Block Diagram......................................................................................................... 641
C.7 Port 8 Block Diagrams ....................................................................................................... 642
C.8 Port 9 Block Diagrams ....................................................................................................... 644
C.9 Port A Block Diagrams...................................................................................................... 648
C.10 Port B Block Diagrams ...................................................................................................... 651
Appendix D Pin States........................................................................................................ 654
D.1 Port States in Each Mode ................................................................................................... 654
D.2 Pin States at Reset .............................................................................................................. 656
Appendix E Timing of Transition to and Recovery
from Hardware Standby Mode
................................................................ 659
Appendix F Product Code Lineup.................................................................................. 660
Appendix G Package Dimensions................................................................................... 661
Appendix H Comparison of H8/300H Series Product Specifications.................. 663
H.1 Differences between H8/3039F and H8/3022F.................................................................. 663
1
Section 1 Overview
1.1 Overview
The H8/3022 Series comprises microcomputers (MCUs) that integrate system supporting
functions together with an H8/300H CPU core featuring an original Hitachi architecture.
The H8/300H CPU has a 32-bit internal architecture with sixteen 16-bit general registers, and a
concise, optimized instruction set designed for speed. It can address a 16-Mbyte linear address
space. Its instruction set is upward-compatible at the object-code level with the H8/300 CPU,
enabling easy porting of software from the H8/300 Series.
The on-chip system supporting functions include ROM, RAM, a 16-bit integrated timer unit
(ITU), a programmable timing pattern controller (TPC), a watchdog timer (WDT), a serial
communication interface (SCI), an A/D converter, I/O ports, and other facilities.
The H8/3022 Series consists of four models: the H8/3022 with 256 kbytes of ROM and 8 kbytes
of RAM, the H8/3021 with 192 kbytes of ROM and 8 kbytes of RAM, and the H8/3020 with 128
kbytes of ROM and 4 kbytes of RAM.
The five MCU operating modes offer a choice of expanded mode, single-chip mode and address
space size.
In addition to the masked-ROM version of the H8/3022 Series, an F-ZTAT
TM
* version with an on-
chip flash memory that can be freely programmed and reprogrammed by the user after the board is
installed is also available. This version enables users to respond quickly and flexibly to changing
application specifications, growing production volumes, and other conditions.
Table 1-1 summarizes the features of the H8/3022 Series.
Note: * F-ZTAT (Flexible ZTAT) is a trademark of Hitachi, Ltd.
2
Table 1-1 Features
Feature Description
CPU Upward-compatible with the H8/300 CPU at the object-code level
General-register machine
Sixteen 16-bit general registers
(also useable as sixteen 8-bit registers or eight 32-bit registers)
High-speed operation
Maximum clock rate: 18 MHz
Add/subtract: 111 ns
Multiply/divide: 778 ns
Two CPU operating modes
Normal mode (64-kbyte address space)*
Advanced mode (16-Mbyte address space)
Instruction features
8/16/32-bit data transfer, arithmetic, and logic instructions
Signed and unsigned multiply instructions (8 bits × 8 bits, 16 bits × 16 bits)
Signed and unsigned divide instructions (16 bits ÷ 8 bits, 32 bits ÷ 16 bits)
Bit accumulator function
Bit manipulation instructions with register-indirect specification of bit positions
Memory H8/3022
ROM: 256 kbytes
RAM: 8 kbytes
H8/3021
ROM: 192 kbytes
RAM: 8 kbytes
H8/3020
ROM: 128 kbytes
RAM: 4 kbytes
Interrupt
Five external interrupt pins: NMI, IRQ
0
, IRQ
1
, IRQ
4
, IRQ
5
controller
25 internal interrupts
Three selectable interrupt priority levels
Bus controller
Address space can be partitioned into eight areas, with independent bus
specifications in each area
Two-state or three-state access selectable for each area
Selection of four wait modes
3
Feature Description
16-bit integrated
timer unit (ITU)
Five 16-bit timer channels, capable of processing up to 12 pulse outputs or 10
pulse inputs
16-bit timer counter (channels 0 to 4)
Two multiplexed output compare/input capture pins (channels 0 to 4)
Operation can be synchronized (channels 0 to 4)
PWM mode available (channels 0 to 4)
Phase counting mode available (channel 2)
Buffering available (channels 3 and 4)
Reset-synchronized PWM mode available (channels 3 and 4)
Complementary PWM mode available (channels 3 and 4)
Programmable
Maximum 15-bit pulse output, using ITU as time base
timing pattern
controller (TPC)
Up to three 4-bit pulse output groups and one 3-bit pulse output group (or one 15-
bit group, one 8-bit group, or one 7-bit group)
Non-overlap mode available
Watchdog timer
Reset signal can be generated by overflow
(WDT), 1 channel
Reset signal can be output externally (However, not available with the F-ZTAT
version.)
Usable as an interval timer
Serial
Selection of asynchronous or synchronous mode
communication
Full duplex: can transmit and receive simultaneously
interface (SCI),
On-chip baud-rate generator
2 channels
Smart card interface functions added (SCI0 only)
A/D converter
Resolution: 10 bits
Eight channels, with selection of single or scan mode
Variable analog conversion voltage range
Sample-and-hold function
Can be externally triggered
I/O ports
55 input/output pins
8 input-only pins
Operating modes Five MCU operating modes
Mode
Address
Space
Address
Pins
Bus
Width
Mode 1 1 Mbyte A
0
to A
19
8 bits
Mode 3 16 Mbytes A
0
to A
23
8 bits
Mode 5 1 Mbyte A
0
to A
19
8 bits
Mode 6 16 Mbytes A
0
to A
23
8 bits
Mode 7 1 Mbyte
On-chip ROM is disabled in modes 1 and 3
4
Feature Description
Power-down
Sleep mode
state
Software standby mode
Hardware standby mode
Module standby function
Programmable System clock frequency division
Other features
On-chip clock oscillator
Product lineup Model (3V) Package ROM
HD64F3022F 80-pin QFP (FP-80A) Flash memory
HD64F3022TE 80-pin TQFP (TFP-80C)
HD6433022F 80-pin QFP (FP-80A) Mask ROM
HD6433022TE 80-pin TQFP (TFP-80C)
HD6433021F 80-pin QFP (FP-80A) Mask ROM
HD6433021TE 80-pin TQFP (TFP-80C)
HD6433020F 80-pin QFP (FP-80A) Mask ROM
HD6433020TE 80-pin TQFP (TFP-80C)
Note: * Normal mode cannot be used with this LSI.
5
1.2 Block Diagram
Figure 1-1 shows an internal block diagram of the H8/3022 Series.
P7
7
/AN
7
P7
6
/AN
6
P7
5
/AN
5
P7
4
/AN
4
P7
3
/AN
3
P7
2
/AN
2
P7
1
/AN
1
P7
0
/AN
0
AV
CC
AV
SS
PA
7
/TP
7
/TIOCB
2
/A
20
PA
6
/TP
6
/TIOCA
2
/A
21
PA
5
/TP
5
/TIOCB
1
/A
22
PA
4
/TP
4
/TIOCA
1
/A
23
PA
3
/TP
3
/TIOCB
0
/TCLKD
PA
2
/TP
2
/TIOCA
0
/TCLKC
PA
1
/TP
1
/TCLKB
PA
0
/TP
0
/TCLKA
PB
7
/TP
15
/ADTRG
PB
5
/TP
13
/TOCXB
4
PB
4
/TP
12
/TOCXA
4
PB
3
/TP
11
/TIOCB
4
PB
2
/TP
10
/TIOCA
4
PB
1
/TP
9
/TIOCB
3
PB
0
/TP
8
/TIOCA
3
P2
7
/A
15
P2
6
/A
14
P2
5
/A
13
P2
4
/A
12
P2
3
/A
11
P2
2
/A
10
P2
1
/A
9
P2
0
/A
8
P1
7
/A
7
P1
6
/A
6
P1
5
/A
5
P1
4
/A
4
P1
3
/A
3
P1
2
/A
2
P1
1
/A
1
P1
0
/A
0
P9
5
/SCK
1
/IRQ
5
P9
4
/SCK
0
/IRQ
4
P9
3
/RxD
1
P9
2
/RxD
0
P9
1
/TxD
1
P9
0
/TxD
0
P5
3
/A
19
P5
2
/A
18
P5
1
/A
17
P5
0
/A
16
Data bus (lower)
Bus
controller
Clock osc.
H8/300H CPU
ROM
(Flash memory,
masked ROM)
RAM
16-bit
integrated
timer unit
(ITU)
Programmable
timing pattern
controller (TPC)
Interrupt
controller
Serial
communication
interface
(SCI) × 2 channel
Watchdog
timer
(WDT)
A/D converter
Port 3
P6
5
/WR
P6
4
/RD
P6
3
/AS
P6
0
/WAIT
P8
1
/IRQ
1
P8
0
/IRQ
0
MD
1
MD
0
EXTAL
XTAL
ø
STBY
RES
RESO/FWE*
NMI
V
CC
V
CC
V
SS
V
SS
V
SS
P3
7
/D
7
P3
6
/D
6
P3
5
/D
5
P3
4
/D
4
P3
3
/D
3
P3
2
/D
2
P3
1
/D
1
P3
0
/D
0
Port 2Port 1
Port 5
Port 9
Port 7Port APort B
Note: * Masked ROM : RESO
Flash memor
y
: FWE
Port 8 Port 6
Address bus
Data bus (upper)
MD2
Figure 1-1 Block Diagram
6
1.3 Pin Description
1.3.1 Pin Arrangement
Figure 1-2 shows the pin arrangement of the H8/3022 Series.
P7
1
/AN
1
P7
0
/AN
0
AV
SS
RESO/FWE*
P6
5
/WR
P6
4
/RD
P6
3
/AS
V
CC
XTAL
EXTAL
V
SS
NMI
RES
STBY
ø
MD
1
MD
0
P6
0
/WAIT
P5
3
/A
19
P5
2
/A
18
60
59
58
57
56
55
54
53
52
51
50
49
48
47
46
45
44
43
42
41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
P7
2
/AN
2
P7
3
/AN
3
P7
4
/AN
4
P7
5
/AN
5
P7
6
/AN
6
P7
7
/AN
7
AV
CC
P8
0
/IRQ
0
P8
1
/IRQ
1
P9
1
/TxD
1
P9
3
/RxD
1
P9
5
/IRQ
5
/SCK
1
PA
0
/TP
0
/TCLKA
PA
1
/TP
1
/TCLKB
PA
2
/TP
2
/TIOCA
0
/TCLKC
PA
3
/TP
3
/TIOCB
0
/TCLKD
PA
4
/TP
4
/TIOCA
1
/A
23
PA
5
/TP
5
/TIOCB
1
/A
22
PA
6
/TP
6
/TIOCA
2
A
21
PA
7
/TP
7
/TIOCB
2
/A
20
40
39
38
37
36
35
34
33
32
31
30
29
28
27
26
25
24
23
22
21
A
17
/P5
1
A
16
/P5
0
A
15
/P2
7
A
14
/P2
6
A
13
/P2
5
A
12
/P2
4
A
11
/P2
3
A
10
/P2
2
A
9
/P2
1
A
8
/P2
0
V
SS
A
7
/P1
7
A
6
/P1
6
A
5
/P1
5
A
4
/P1
4
A
3
/P1
3
A
2
/P1
2
A
1
/P1
1
A
0
/P1
0
V
CC
TIOCA
3
/TP
8
/PB
0
TIOCB
3
/TP
9
/PB
1
TIOCA
4
/TP
10
/PB
2
TIOCB
4
/TP
11
/PB
3
TOCXA
4
/TP
12
/PB
4
TOCXB
4
/TP
13
/PB
5
MD
2
ADTRG/TP
15
/PB
7
TxD
0
/P9
0
RxD
0
/P9
2
IRQ
4
/SCK
0
/P9
4
V
SS
D
0
/P3
0
D
1
/P3
1
D
2
/P3
2
D
3
/P3
3
D
4
/P3
4
D
5
/P3
5
D
6
/P3
6
D
7
/P3
7
Top view
(FP-80A, TFP-80C)
Note: * Masked ROM: RESO
Flash memory: FWE
Figure 1-2 Pin Arrangement (FP-80A, TFP-80C Top View)
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377
  • Page 378 378
  • Page 379 379
  • Page 380 380
  • Page 381 381
  • Page 382 382
  • Page 383 383
  • Page 384 384
  • Page 385 385
  • Page 386 386
  • Page 387 387
  • Page 388 388
  • Page 389 389
  • Page 390 390
  • Page 391 391
  • Page 392 392
  • Page 393 393
  • Page 394 394
  • Page 395 395
  • Page 396 396
  • Page 397 397
  • Page 398 398
  • Page 399 399
  • Page 400 400
  • Page 401 401
  • Page 402 402
  • Page 403 403
  • Page 404 404
  • Page 405 405
  • Page 406 406
  • Page 407 407
  • Page 408 408
  • Page 409 409
  • Page 410 410
  • Page 411 411
  • Page 412 412
  • Page 413 413
  • Page 414 414
  • Page 415 415
  • Page 416 416
  • Page 417 417
  • Page 418 418
  • Page 419 419
  • Page 420 420
  • Page 421 421
  • Page 422 422
  • Page 423 423
  • Page 424 424
  • Page 425 425
  • Page 426 426
  • Page 427 427
  • Page 428 428
  • Page 429 429
  • Page 430 430
  • Page 431 431
  • Page 432 432
  • Page 433 433
  • Page 434 434
  • Page 435 435
  • Page 436 436
  • Page 437 437
  • Page 438 438
  • Page 439 439
  • Page 440 440
  • Page 441 441
  • Page 442 442
  • Page 443 443
  • Page 444 444
  • Page 445 445
  • Page 446 446
  • Page 447 447
  • Page 448 448
  • Page 449 449
  • Page 450 450
  • Page 451 451
  • Page 452 452
  • Page 453 453
  • Page 454 454
  • Page 455 455
  • Page 456 456
  • Page 457 457
  • Page 458 458
  • Page 459 459
  • Page 460 460
  • Page 461 461
  • Page 462 462
  • Page 463 463
  • Page 464 464
  • Page 465 465
  • Page 466 466
  • Page 467 467
  • Page 468 468
  • Page 469 469
  • Page 470 470
  • Page 471 471
  • Page 472 472
  • Page 473 473
  • Page 474 474
  • Page 475 475
  • Page 476 476
  • Page 477 477
  • Page 478 478
  • Page 479 479
  • Page 480 480
  • Page 481 481
  • Page 482 482
  • Page 483 483
  • Page 484 484
  • Page 485 485
  • Page 486 486
  • Page 487 487
  • Page 488 488
  • Page 489 489
  • Page 490 490
  • Page 491 491
  • Page 492 492
  • Page 493 493
  • Page 494 494
  • Page 495 495
  • Page 496 496
  • Page 497 497
  • Page 498 498
  • Page 499 499
  • Page 500 500
  • Page 501 501
  • Page 502 502
  • Page 503 503
  • Page 504 504
  • Page 505 505
  • Page 506 506
  • Page 507 507
  • Page 508 508
  • Page 509 509
  • Page 510 510
  • Page 511 511
  • Page 512 512
  • Page 513 513
  • Page 514 514
  • Page 515 515
  • Page 516 516
  • Page 517 517
  • Page 518 518
  • Page 519 519
  • Page 520 520
  • Page 521 521
  • Page 522 522
  • Page 523 523
  • Page 524 524
  • Page 525 525
  • Page 526 526
  • Page 527 527
  • Page 528 528
  • Page 529 529
  • Page 530 530
  • Page 531 531
  • Page 532 532
  • Page 533 533
  • Page 534 534
  • Page 535 535
  • Page 536 536
  • Page 537 537
  • Page 538 538
  • Page 539 539
  • Page 540 540
  • Page 541 541
  • Page 542 542
  • Page 543 543
  • Page 544 544
  • Page 545 545
  • Page 546 546
  • Page 547 547
  • Page 548 548
  • Page 549 549
  • Page 550 550
  • Page 551 551
  • Page 552 552
  • Page 553 553
  • Page 554 554
  • Page 555 555
  • Page 556 556
  • Page 557 557
  • Page 558 558
  • Page 559 559
  • Page 560 560
  • Page 561 561
  • Page 562 562
  • Page 563 563
  • Page 564 564
  • Page 565 565
  • Page 566 566
  • Page 567 567
  • Page 568 568
  • Page 569 569
  • Page 570 570
  • Page 571 571
  • Page 572 572
  • Page 573 573
  • Page 574 574
  • Page 575 575
  • Page 576 576
  • Page 577 577
  • Page 578 578
  • Page 579 579
  • Page 580 580
  • Page 581 581
  • Page 582 582
  • Page 583 583
  • Page 584 584
  • Page 585 585
  • Page 586 586
  • Page 587 587
  • Page 588 588
  • Page 589 589
  • Page 590 590
  • Page 591 591
  • Page 592 592
  • Page 593 593
  • Page 594 594
  • Page 595 595
  • Page 596 596
  • Page 597 597
  • Page 598 598
  • Page 599 599
  • Page 600 600
  • Page 601 601
  • Page 602 602
  • Page 603 603
  • Page 604 604
  • Page 605 605
  • Page 606 606
  • Page 607 607
  • Page 608 608
  • Page 609 609
  • Page 610 610
  • Page 611 611
  • Page 612 612
  • Page 613 613
  • Page 614 614
  • Page 615 615
  • Page 616 616
  • Page 617 617
  • Page 618 618
  • Page 619 619
  • Page 620 620
  • Page 621 621
  • Page 622 622
  • Page 623 623
  • Page 624 624
  • Page 625 625
  • Page 626 626
  • Page 627 627
  • Page 628 628
  • Page 629 629
  • Page 630 630
  • Page 631 631
  • Page 632 632
  • Page 633 633
  • Page 634 634
  • Page 635 635
  • Page 636 636
  • Page 637 637
  • Page 638 638
  • Page 639 639
  • Page 640 640
  • Page 641 641
  • Page 642 642
  • Page 643 643
  • Page 644 644
  • Page 645 645
  • Page 646 646
  • Page 647 647
  • Page 648 648
  • Page 649 649
  • Page 650 650
  • Page 651 651
  • Page 652 652
  • Page 653 653
  • Page 654 654
  • Page 655 655
  • Page 656 656
  • Page 657 657
  • Page 658 658
  • Page 659 659
  • Page 660 660
  • Page 661 661
  • Page 662 662
  • Page 663 663
  • Page 664 664
  • Page 665 665
  • Page 666 666
  • Page 667 667
  • Page 668 668
  • Page 669 669
  • Page 670 670
  • Page 671 671
  • Page 672 672
  • Page 673 673
  • Page 674 674

Hitachi H8/3021 User manual

Type
User manual
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI