Hitachi SH7709S User manual

Type
User manual
To all our customers
Regarding the change of names mentioned in the document, such as
Hitachi Electric and Hitachi XX, to Renesas Technology Corp.
The semiconductor operations of Mitsubishi Electric and Hitachi were
transferred to Renesas Technology Corporation on April 1st 2003.
These operations include microcomputer, logic, analog and discrete devices,
and memory chips other than DRAMs (flash memory, SRAMs etc.)
Accordingly, although Hitachi, Hitachi, Ltd., Hitachi Semiconductors,
and other Hitachi brand names are mentioned in the document, these names
have in fact all been changed to Renesas Technology Corp.
Thank you for your understanding. Except for our corporate trademark,
logo and corporate statement, no changes whatsoever have been made to the
contents of the document, and these changes do not constitute any alteration
to the contents of the document itself.
Renesas Technology Home Page: www.renesas.com
Renesas Technology Corp.
Customer Support Dept.
April 1, 2003
Renesas Technology Corp.
Hitachi SuperHâ„¢ RISC engine
SH7709S
Hardware Manual
ADE-602-250
Rev. 1.0
09/21/01
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
This LSI is a microprocessor with the 32-bit SH-3 CPU as its core and peripheral functions
necessary for configuring a user system.
This LSI is built in with a variety of peripheral functions such as cache memory, memory
management unit (MMU), interrupt controller, timer, three serial communication interfaces, real-
time clock (RTC), use break controller (UBC), bus state controller (BSC) and I/O ports.
This LSI can be used as a microcomputer for devices that require both high speed and low power
consumption.
Target Readers: This manual is designed for use by people who design application systems using
the SH7709S.
To use this manual, basic knowledge of electric circuits, logic circuits and microcomputers is
required.
Purpose: This manual provides the information of the hardware functions and electrical
characteristics of the SH7709S.
The SH3, SH-3E, SH3-DSP Programming Manual contains detailed information of executable
instructions. Please read the Programming Manual together with this manual.
How to Use the Book:
• To understand general functions
 Read the manuala from the beginning.
The manual explains the CPU, system control functions, peripheral functions and electrical
characteristics in that order.
• To understanding CPU functions
 Refer to the separate SH3, SH-3E, SH3-DSP Programming Manual.
Explanatory Note: Bit sequence: upper bit at left, and lower bit at right
List of Related Documents: The latest documents are available on our Web site. Please make
sure that you have the latest version.
(http://www.hitachi.co.jp/Sicd/English/Products/micome.htm
• User manuals for SH7709S
Name of Document Document No.
SH7709S Series Hardware Manual This manual
SH3, SH-3E, SH3-DSP Programming Manual ADE-602-156
• User manuals for development tools
Name of Document Document No.
C/C++ Compiler, Assembler, Optimizing Linkage Editor User’s Manual ADE-702-246
Simulator/Debugger User’s Manual ADE-702-186
Hitachi Embedded Workshop User’s Manual ADE-702-201
• Application note
Name of Document Document No.
C/C++ Compiler Guide ADE-xxx-xxx
i
Contents
Section 1 Overview and Pin Functions........................................................................ 1
1.1 SH7709S Features.............................................................................................................. 1
1.2 Block Diagram.................................................................................................................... 6
1.3 Pin Description................................................................................................................... 7
1.3.1 Pin Assignment ..................................................................................................... 7
1.3.2 Pin Function.......................................................................................................... 9
Section 2 CPU...................................................................................................................... 19
2.1 Register Configuration .......................................................................................................19
2.1.1 Privileged Mode and Banks.................................................................................. 19
2.1.2 General Registers.................................................................................................. 22
2.1.3 System Registers................................................................................................... 23
2.1.4 Control Registers................................................................................................... 23
2.2 Data Formats ...................................................................................................................... 25
2.2.1 Data Format in Registers....................................................................................... 25
2.2.2 Data Format in Memory........................................................................................ 25
2.3 Instruction Features............................................................................................................ 26
2.3.1 Execution Environment......................................................................................... 26
2.3.2 Addressing Modes ................................................................................................ 28
2.3.3 Instruction Formats ............................................................................................... 32
2.4 Instruction Set .................................................................................................................... 35
2.4.1 Instruction Set Classified by Function.................................................................. 35
2.4.2 Instruction Code Map............................................................................................ 51
2.5 Processor States and Processor Modes............................................................................... 54
2.5.1 Processor States..................................................................................................... 54
2.5.2 Processor Modes ................................................................................................... 55
Section 3 Memory Management Unit (MMU).......................................................... 57
3.1 Overview............................................................................................................................ 57
3.1.1 Features ................................................................................................................. 57
3.1.2 Role of MMU........................................................................................................ 57
3.1.3 SH7709S MMU .................................................................................................... 60
3.1.4 Register Configuration.......................................................................................... 65
3.2 Register Description........................................................................................................... 65
3.3 TLB Functions.................................................................................................................... 67
3.3.1 Configuration of the TLB...................................................................................... 67
3.3.2 TLB Indexing........................................................................................................ 69
3.3.3 TLB Address Comparison .................................................................................... 70
3.3.4 Page Management Information............................................................................. 72
ii
3.4 MMU Functions ................................................................................................................. 73
3.4.1 MMU Hardware Management.............................................................................. 73
3.4.2 MMU Software Management................................................................................ 73
3.4.3 MMU Instruction (LDTLB).................................................................................. 74
3.4.4 Avoiding Synonym Problems ............................................................................... 76
3.5 MMU Exceptions ...............................................................................................................78
3.5.1 TLB Miss Exception ............................................................................................. 78
3.5.2 TLB Protection Violation Exception .................................................................... 79
3.5.3 TLB Invalid Exception.......................................................................................... 80
3.5.4 Initial Page Write Exception ................................................................................. 81
3.5.5 Processing Flow in Event of MMU Exception
(Same Processing Flow for Address Error) .......................................................... 83
3.6 Configuration of Memory-Mapped TLB............................................................................ 84
3.6.1 Data Array............................................................................................................. 85
3.6.2 Usage Examples.................................................................................................... 87
3.7 Usage Note ......................................................................................................................... 87
Section 4 Exception Handling........................................................................................ 89
4.1 Overview............................................................................................................................ 89
4.1.1 Features ................................................................................................................. 89
4.1.2 Register Configuration.......................................................................................... 89
4.2 Exception Handling Function............................................................................................. 89
4.2.1 Exception Handling Flow...................................................................................... 89
4.2.2 Exception Vector Addresses ................................................................................. 90
4.2.3 Acceptance of Exceptions..................................................................................... 92
4.2.4 Exception Codes.................................................................................................... 94
4.2.5 Exception Request Masks ..................................................................................... 95
4.2.6 Returning from Exception Handling..................................................................... 95
4.3 Register Descriptions.......................................................................................................... 96
4.4 Exception Handling Operation........................................................................................... 97
4.4.1 Reset......................................................................................................................97
4.4.2 Interrupts ............................................................................................................... 97
4.4.3 General Exceptions ............................................................................................... 98
4.5 Individual Exception Operations........................................................................................ 98
4.5.1 Resets .................................................................................................................... 98
4.5.2 General Exceptions ............................................................................................... 99
4.5.3 Interrupts ............................................................................................................... 102
4.6 Cautions.............................................................................................................................. 104
Section 5 Cache................................................................................................................... 107
5.1 Overview............................................................................................................................ 107
5.1.1 Features ................................................................................................................. 107
5.1.2 Cache Structure ..................................................................................................... 107
iii
5.1.3 Register Configuration.......................................................................................... 109
5.2 Register Description........................................................................................................... 109
5.2.1 Cache Control Register (CCR).............................................................................. 109
5.2.2 Cache Control Register 2 (CCR2) ........................................................................ 110
5.3 Cache Operation................................................................................................................. 113
5.3.1 Searching the Cache.............................................................................................. 113
5.3.2 Read Access.......................................................................................................... 115
5.3.3 Prefetch Operation ................................................................................................ 115
5.3.4 Write Access ......................................................................................................... 115
5.3.5 Write-Back Buffer................................................................................................. 115
5.3.6 Coherency of Cache and External Memory.......................................................... 116
5.4 Memory-Mapped Cache..................................................................................................... 116
5.4.1 Address Array ....................................................................................................... 116
5.4.2 Data Array............................................................................................................. 117
5.4.3 Examples of Usage................................................................................................ 119
Section 6 Interrupt Controller (INTC).......................................................................... 121
6.1 Overview............................................................................................................................ 121
6.1.1 Features ................................................................................................................. 121
6.1.2 Block Diagram...................................................................................................... 122
6.1.3 Pin Configuration.................................................................................................. 123
6.1.4 Register Configuration.......................................................................................... 124
6.2 Interrupt Sources ................................................................................................................ 125
6.2.1 NMI Interrupt........................................................................................................ 125
6.2.2 IRQ Interrupts ....................................................................................................... 125
6.2.3 IRL Interrupts........................................................................................................ 126
6.2.4 PINT Interrupts ..................................................................................................... 128
6.2.5 On-Chip Peripheral Module Interrupts ................................................................. 128
6.2.6 Interrupt Exception Handling and Priority............................................................ 129
6.3 INTC Registers................................................................................................................... 135
6.3.1 Interrupt Priority Registers A to E (IPRA–IPRE)................................................. 135
6.3.2 Interrupt Control Register 0 (ICR0)...................................................................... 136
6.3.3 Interrupt Control Register 1 (ICR1)...................................................................... 137
6.3.4 Interrupt Control Register 2 (ICR2)...................................................................... 140
6.3.5 PINT Interrupt Enable Register (PINTER)........................................................... 141
6.3.6 Interrupt Request Register 0 (IRR0) ..................................................................... 142
6.3.7 Interrupt Request Register 1 (IRR1) ..................................................................... 144
6.3.8 Interrupt Request Register 2 (IRR2) ..................................................................... 145
6.4 INTC Operation.................................................................................................................. 147
6.4.1 Interrupt Sequence ................................................................................................ 147
6.4.2 Multiple Interrupts ................................................................................................ 149
6.5 Interrupt Response Time......................................................................................................... 149
iv
Section 7 User Break Controller.................................................................................... 153
7.1 Overview............................................................................................................................ 153
7.1.1 Features ................................................................................................................. 153
7.1.2 Block Diagram...................................................................................................... 154
7.1.3 Register Configuration.......................................................................................... 155
7.2 Register Descriptions.......................................................................................................... 156
7.2.1 Break Address Register A (BARA)...................................................................... 156
7.2.2 Break Address Mask Register A (BAMRA)......................................................... 157
7.2.3 Break Bus Cycle Register A (BBRA)................................................................... 158
7.2.4 Break Address Register B (BARB) ...................................................................... 160
7.2.5 Break Address Mask Register B (BAMRB)......................................................... 161
7.2.6 Break Data Register B (BDRB)............................................................................ 162
7.2.7 Break Data Mask Register B (BDMRB)............................................................... 163
7.2.8 Break Bus Cycle Register B (BBRB) ................................................................... 164
7.2.9 Break Control Register (BRCR) ........................................................................... 166
7.2.10 Execution Times Break Register (BETR)............................................................. 170
7.2.11 Branch Source Register (BRSR)........................................................................... 171
7.2.12 Branch Destination Register (BRDR)................................................................... 172
7.2.13 Break ASID Register A (BASRA)........................................................................ 173
7.2.14 Break ASID Register B (BASRB)........................................................................ 173
7.3 Operation Description ........................................................................................................ 174
7.3.1 Flow of the User Break Operation........................................................................ 174
7.3.2 Break on Instruction Fetch Cycle.......................................................................... 175
7.3.3 Break by Data Access Cycle................................................................................. 175
7.3.4 Sequential Break ................................................................................................... 176
7.3.5 Value of Saved Program Counter.......................................................................... 176
7.3.6 PC Trace................................................................................................................ 177
7.3.7 Usage Examples.................................................................................................... 178
7.3.8 Notes...................................................................................................................... 182
Section 8 Power-Down Modes....................................................................................... 185
8.1 Overview............................................................................................................................ 185
8.1.1 Power-Down Modes.............................................................................................. 185
8.1.2 Pin Configuration.................................................................................................. 187
8.1.3 Register Configuration.......................................................................................... 187
8.2 Register Descriptions.......................................................................................................... 187
8.2.1 Standby Control Register (STBCR)...................................................................... 187
8.2.2 Standby Control Register 2 (STBCR2)................................................................. 189
8.3 Sleep Mode......................................................................................................................... 191
8.3.1 Transition to Sleep Mode...................................................................................... 191
8.3.2 Canceling Sleep Mode .......................................................................................... 191
8.4 Standby Mode .................................................................................................................... 192
8.4.1 Transition to Standby Mode.................................................................................. 192
v
8.4.2 Canceling Standby Mode...................................................................................... 193
8.4.3 Clock Pause Function............................................................................................ 194
8.5 Module Standby Function.................................................................................................. 195
8.5.1 Transition to Module Standby Function................................................................ 195
8.5.2 Clearing Module Standby Function...................................................................... 195
8.6 Timing of STATUS Pin Changes....................................................................................... 196
8.6.1 Timing for Resets.................................................................................................. 196
8.6.2 Timing for Canceling Standby.............................................................................. 198
8.6.3 Timing for Canceling Sleep Mode........................................................................ 200
8.7 Hardware Standby Mode.................................................................................................... 203
8.7.1 Transition to Hardware Standby Mode................................................................. 203
8.7.2 Canceling Hardware Standby Mode...................................................................... 204
8.7.3 Hardware Standby Mode Timing.......................................................................... 204
Section 9 On-Chip Oscillation Circuits ....................................................................... 207
9.1 Overview............................................................................................................................ 207
9.1.1 Features ................................................................................................................. 207
9.2 Overview of CPG............................................................................................................... 208
9.2.1 CPG Block Diagram.............................................................................................. 208
9.2.2 CPG Pin Configuration ......................................................................................... 210
9.2.3 CPG Register Configuration ................................................................................. 210
9.3 Clock Operating Modes...................................................................................................... 211
9.4 Register Descriptions.......................................................................................................... 215
9.4.1 Frequency Control Register (FRQCR).................................................................. 215
9.5 Changing the Frequency..................................................................................................... 217
9.5.1 Changing the Multiplication Rate ......................................................................... 217
9.5.2 Changing the Division Ratio................................................................................. 217
9.6 Overview of WDT.............................................................................................................. 218
9.6.1 Block Diagram of WDT........................................................................................ 218
9.6.2 Register Configuration.......................................................................................... 218
9.7 WDTRegisters.................................................................................................................... 219
9.7.1 Watchdog Timer Counter (WTCNT).................................................................... 219
9.7.2 Watchdog Timer Control/Status Register (WTCSR)............................................ 219
9.7.3 Notes on Register Access...................................................................................... 221
9.8 Using the WDT .................................................................................................................. 222
9.8.1 Canceling Standby ................................................................................................ 222
9.8.2 Changing the Frequency........................................................................................ 222
9.8.3 Using Watchdog Timer Mode............................................................................... 223
9.8.4 Using Interval Timer Mode................................................................................... 223
9.9 Notes on Board Design ...................................................................................................... 224
Section 10 Bus State Controller (BSC).......................................................................... 227
10.1 Overview............................................................................................................................ 227
vi
10.1.1 Features ................................................................................................................. 227
10.1.2 Block Diagram ...................................................................................................... 229
10.1.3 Pin Configuration.................................................................................................. 230
10.1.4 Register Configuration.......................................................................................... 232
10.1.5 Area Overview ...................................................................................................... 233
10.1.6 PCMCIA Support.................................................................................................. 236
10.2 BSC Registers .................................................................................................................... 239
10.2.1 Bus Control Register 1 (BCR1) ............................................................................ 239
10.2.2 Bus Control Register 2 (BCR2) ............................................................................ 243
10.2.3 Wait State Control Register 1 (WCR1)................................................................. 244
10.2.4 Wait State Control Register 2 (WCR2)................................................................. 245
10.2.5 Individual Memory Control Register (MCR)........................................................ 249
10.2.6 PCMCIA Control Register (PCR)......................................................................... 252
10.2.7 Synchronous DRAM Mode Register (SDMR) ..................................................... 256
10.2.8 Refresh Timer Control/Status Register (RTCSR)................................................. 257
10.2.9 Refresh Timer Counter (RTCNT)......................................................................... 259
10.2.10 Refresh Time Constant Register (RTCOR) .......................................................... 260
10.2.11 Refresh Count Register (RFCR) ........................................................................... 260
10.2.12 Cautions on Accessing Refresh Control Related Registers .................................. 261
10.2.13 MCS0 Control Register (MCSCR0) ..................................................................... 262
10.2.14 MCS1 Control Register (MCSCR1) ..................................................................... 263
10.2.15 MCS2 Control Register (MCSCR2) ..................................................................... 263
10.2.16 MCS3 Control Register (MCSCR3) ..................................................................... 263
10.2.17 MCS4 Control Register (MCSCR4) ..................................................................... 263
10.2.18 MCS5 Control Register (MCSCR5) ..................................................................... 263
10.2.19 MCS6 Control Register (MCSCR6) ..................................................................... 263
10.2.20 MCS7 Control Register (MCSCR7) ..................................................................... 263
10.3 BSC Operation.................................................................................................................... 264
10.3.1 Endian/Access Size and Data Alignment.............................................................. 264
10.3.2 Description of Areas.............................................................................................. 269
10.3.3 Basic Interface....................................................................................................... 272
10.3.4 Synchronous DRAM Interface.............................................................................. 280
10.3.5 Burst ROM Interface............................................................................................. 309
10.3.6 PCMCIA Interface ................................................................................................ 312
10.3.7 Waits between Access Cycles............................................................................... 324
10.3.8 Bus Arbitration...................................................................................................... 325
10.3.9 Bus Pull-Up........................................................................................................... 326
10.3.10 MCS[0] to MCS[7] Pin Control............................................................................ 328
Section 11 Direct Memory Access Controller (DMAC) .......................................... 331
11.1 Overview............................................................................................................................ 331
11.1.1 Features ................................................................................................................. 331
11.1.2 Block Diagram ...................................................................................................... 333
vii
11.1.3 Pin Configuration.................................................................................................. 334
11.1.4 Register Configuration.......................................................................................... 335
11.2 Register Descriptions.......................................................................................................... 337
11.2.1 DMA Source Address Registers 0–3 (SAR0–SAR3) ........................................... 337
11.2.2 DMA Destination Address Registers 0–3 (DAR0–DAR3) .................................. 338
11.2.3 DMA Transfer Count Registers 0–3 (DMATCR0–DMATCR3) ......................... 339
11.2.4 DMA Channel Control Registers 0–3 (CHCR0–CHCR3).................................... 340
11.2.5 DMA Operation Register (DMAOR).................................................................... 347
11.3 Operation............................................................................................................................ 349
11.3.1 DMA Transfer Flow.............................................................................................. 349
11.3.2 DMA Transfer Requests........................................................................................ 351
11.3.3 Channel Priority.................................................................................................... 353
11.3.4 DMA Transfer Types............................................................................................ 356
11.3.5 Number of Bus Cycle States and DREQ Pin Sampling Timing ........................... 367
11.3.6 Source Address Reload Function.......................................................................... 376
11.3.7 DMA Transfer Ending Conditions........................................................................ 378
11.4 Compare Match Timer (CMT)........................................................................................... 380
11.4.1 Overview............................................................................................................... 380
11.4.2 Register Descriptions ............................................................................................ 381
11.4.3 Operation............................................................................................................... 384
11.4.4 Compare Match..................................................................................................... 385
11.5 Examples of Use................................................................................................................. 387
11.5.1 Example of DMA Transfer between On-Chip IrDA and External Memory ........ 387
11.5.2 Example of DMA Transfer between A/D Converter and External Memory........ 388
11.5.3 Example of DMA Transfer between External Memory and SCIF Transmitter
(Indirect Address On)............................................................................................ 389
11.6 Usage Notes........................................................................................................................ 391
Section 12 Timer (TMU).................................................................................................... 393
12.1 Overview............................................................................................................................ 393
12.1.1 Features ................................................................................................................. 393
12.1.2 Block Diagram ...................................................................................................... 394
12.1.3 Pin Configuration.................................................................................................. 395
12.1.4 Register Configuration.......................................................................................... 395
12.2 TMU Registers ................................................................................................................... 396
12.2.1 Timer Output Control Register (TOCR)............................................................... 396
12.2.2 Timer Start Register (TSTR)................................................................................. 396
12.2.3 Timer Control Registers (TCR) ............................................................................ 397
12.2.4 Timer Constant Registers (TCOR)........................................................................ 401
12.2.5 Timer Counters (TCNT)........................................................................................ 401
12.2.6 Input Capture Register (TCPR2)........................................................................... 403
12.3 TMU Operation.................................................................................................................. 404
12.3.1 General Operation ................................................................................................. 404
viii
12.3.2 Input Capture Function.......................................................................................... 407
12.4 Interrupts ............................................................................................................................ 408
12.4.1 Status Flag Setting Timing.................................................................................... 408
12.4.2 Status Flag Clearing Timing ................................................................................. 409
12.4.3 Interrupt Sources and Priorities............................................................................. 409
12.5 Usage Notes........................................................................................................................ 410
12.5.1 Writing to Registers .............................................................................................. 410
12.5.2 Reading Registers.................................................................................................. 410
Section 13 Realtime Clock (RTC)................................................................................... 411
13.1 Overview............................................................................................................................ 411
13.1.1 Features ................................................................................................................. 411
13.1.2 Block Diagram ...................................................................................................... 412
13.1.3 Pin Configuration.................................................................................................. 413
13.1.4 RTC Register Configuration ................................................................................. 414
13.2 RTC Registers.................................................................................................................... 415
13.2.1 64-Hz Counter (R64CNT) .................................................................................... 415
13.2.2 Second Counter (RSECCNT)................................................................................ 415
13.2.3 Minute Counter (RMINCNT) ............................................................................... 416
13.2.4 Hour Counter (RHRCNT)..................................................................................... 416
13.2.5 Day of Week Counter (RWKCNT)....................................................................... 417
13.2.6 Date Counter (RDAYCNT) .................................................................................. 418
13.2.7 Month Counter (RMONCNT) .............................................................................. 418
13.2.8 Year Counter (RYRCNT) ..................................................................................... 419
13.2.9 Second Alarm Register (RSECAR) ...................................................................... 419
13.2.10 Minute Alarm Register (RMINAR)...................................................................... 420
13.2.11 Hour Alarm Register (RHRAR)............................................................................ 420
13.2.12 Day of Week Alarm Register (RWKAR) ............................................................. 421
13.2.13 Date Alarm Register (RDAYAR) ......................................................................... 422
13.2.14 Month Alarm Register (RMONAR) ..................................................................... 422
13.2.15 RTC Control Register 1 (RCR1)........................................................................... 423
13.2.16 RTC Control Register 2 (RCR2)........................................................................... 424
13.3 RTC Operation ................................................................................................................... 426
13.3.1 Initial Settings of Registers after Power-On ......................................................... 426
13.3.2 Setting the Time.................................................................................................... 426
13.3.3 Reading the Time.................................................................................................. 427
13.3.4 Alarm Function ..................................................................................................... 428
13.3.5 Crystal Oscillator Circuit ...................................................................................... 429
13.4 Usage Notes........................................................................................................................ 430
13.4.1 Register Writing during RTC Count..................................................................... 430
13.4.2 Use of Realtime Clock (RTC) Periodic Interrupts................................................ 430
Section 14 Serial Communication Interface (SCI) ..................................................... 431
ix
14.1 Overview............................................................................................................................ 431
14.1.1 Features ................................................................................................................. 431
14.1.2 Block Diagram ...................................................................................................... 432
14.1.3 Pin Configuration.................................................................................................. 435
14.1.4 Register Configuration.......................................................................................... 436
14.2 Register Descriptions.......................................................................................................... 436
14.2.1 Receive Shift Register (SCRSR)........................................................................... 436
14.2.2 Receive Data Register (SCRDR) .......................................................................... 437
14.2.3 Transmit Shift Register (SCTSR) ......................................................................... 437
14.2.4 Transmit Data Register (SCTDR)......................................................................... 438
14.2.5 Serial Mode Register (SCSMR)............................................................................ 438
14.2.6 Serial Control Register (SCSCR).......................................................................... 441
14.2.7 Serial Status Register (SCSSR)............................................................................. 445
14.2.8 SC Port Control Register (SCPCR)/SC Port Data Register (SCPDR).................. 449
14.2.9 Bit Rate Register (SCBRR)................................................................................... 451
14.3 Operation............................................................................................................................ 458
14.3.1 Overview............................................................................................................... 458
14.3.2 Operation in Asynchronous Mode ........................................................................ 460
14.3.3 Multiprocessor Communication............................................................................ 470
14.3.4 Synchronous Operation......................................................................................... 479
14.4 SCI Interrupts ..................................................................................................................... 489
14.5 Usage Notes........................................................................................................................ 490
Section 15 Smart Card Interface ...................................................................................... 493
15.1 Overview............................................................................................................................ 493
15.1.1 Features ................................................................................................................. 493
15.1.2 Block Diagram ...................................................................................................... 494
15.1.3 Pin Configuration.................................................................................................. 495
15.1.4 Smart Card Interface Registers.............................................................................. 495
15.2 Register Descriptions.......................................................................................................... 496
15.2.1 Smart Card Mode Register (SCSCMR)................................................................ 496
15.2.2 Serial Status Register (SCSSR)............................................................................. 497
15.3 Operation............................................................................................................................ 498
15.3.1 Overview............................................................................................................... 498
15.3.2 Pin Connections .................................................................................................... 499
15.3.3 Data Format........................................................................................................... 500
15.3.4 Register Settings.................................................................................................... 501
15.3.5 Clock ..................................................................................................................... 502
15.3.6 Data Transmission and Reception......................................................................... 505
15.4 Usage Notes........................................................................................................................ 511
15.4.1 Receive Data Timing and Receive Margin in Asynchronous Mode..................... 511
15.4.2 Retransmission (Receive and Transmit Modes).................................................... 513
x
Section 16 Serial Communication Interface with FIFO (SCIF).............................. 515
16.1 Overview............................................................................................................................ 515
16.1.1 Features ................................................................................................................. 515
16.1.2 Block Diagram ...................................................................................................... 516
16.1.3 Pin Configuration.................................................................................................. 519
16.1.4 Register Configuration.......................................................................................... 520
16.2 Register Descriptions.......................................................................................................... 521
16.2.1 Receive Shift Register (SCRSR)........................................................................... 521
16.2.2 Receive FIFO Data Register (SCFRDR) .............................................................. 521
16.2.3 Transmit Shift Register (SCTSR) ......................................................................... 521
16.2.4 Transmit FIFO Data Register (SCFTDR)............................................................. 522
16.2.5 Serial Mode Register (SCSMR)............................................................................ 522
16.2.6 Serial Control Register (SCSCR).......................................................................... 524
16.2.7 Serial Status Register (SCSSR)............................................................................. 526
16.2.8 Bit Rate Register (SCBRR)................................................................................... 531
16.2.9 FIFO Control Register (SCFCR) .......................................................................... 539
16.2.10 FIFO Data Count Register (SCFDR).................................................................... 541
16.3 Operation............................................................................................................................ 542
16.3.1 Overview............................................................................................................... 542
16.3.2 Serial Operation .................................................................................................... 543
16.4 SCIF Interrupts................................................................................................................... 555
16.5 Usage Notes........................................................................................................................ 556
Section 17 IrDA..................................................................................................................... 559
17.1 Overview............................................................................................................................ 559
17.1.1 Features ................................................................................................................. 559
17.1.2 Block Diagram ...................................................................................................... 560
17.1.3 Pin Configuration.................................................................................................. 563
17.1.4 Register Configuration.......................................................................................... 564
17.2 Register Description........................................................................................................... 565
17.2.1 Serial Mode Register (SCSMR)............................................................................ 565
17.3 Operation Description........................................................................................................ 567
17.3.1 Overview............................................................................................................... 567
17.3.2 Transmitting.......................................................................................................... 567
17.3.3 Receiving .............................................................................................................. 568
Section 18 Pin Function Controller................................................................................. 569
18.1 Overview............................................................................................................................ 569
18.2 Register Configuration ....................................................................................................... 573
18.3 Register Descriptions.......................................................................................................... 574
18.3.1 Port A Control Register (PACR) .......................................................................... 574
18.3.2 Port B Control Register (PBCR)........................................................................... 575
18.3.3 Port C Control Register (PCCR)........................................................................... 576
xi
18.3.4 Port D Control Register (PDCR) .......................................................................... 577
18.3.5 Port E Control Register (PECR)............................................................................ 578
18.3.6 Port F Control Register (PFCR)............................................................................ 579
18.3.7 Port G Control Register (PGCR) .......................................................................... 580
18.3.8 Port H Control Register (PHCR)........................................................................... 581
18.3.9 Port J Control Register (PJCR) ............................................................................. 583
18.3.10 Port K Control Register (PKCR) .......................................................................... 584
18.3.11 Port L Control Register (PLCR)............................................................................ 585
18.3.12 SC Port Control Register (SCPCR) ...................................................................... 586
Section 19 I/O Ports ............................................................................................................. 591
19.1 Overview............................................................................................................................ 591
19.2 Port A.................................................................................................................................. 591
19.2.1 Register Description.............................................................................................. 591
19.2.2 Port A Data Register (PADR)............................................................................... 592
19.3 Port B.................................................................................................................................. 593
19.3.1 Register Description.............................................................................................. 593
19.3.2 Port B Data Register (PBDR)................................................................................ 594
19.4 Port C.................................................................................................................................. 595
19.4.1 Register Description.............................................................................................. 595
19.4.2 Port C Data Register (PCDR)................................................................................ 596
19.5 Port D ................................................................................................................................. 597
19.5.1 Register Description.............................................................................................. 597
19.5.2 Port D Data Register (PDDR)............................................................................... 598
19.6 Port E.................................................................................................................................. 599
19.6.1 Register Description.............................................................................................. 599
19.6.2 Port E Data Register (PEDR)................................................................................ 600
19.7 Port F.................................................................................................................................. 601
19.7.1 Register Description.............................................................................................. 601
19.7.2 Port F Data Register (PFDR) ................................................................................ 602
19.8 Port G.................................................................................................................................. 603
19.8.1 Register Description.............................................................................................. 603
19.8.2 Port G Data Register (PGDR)............................................................................... 604
19.9 Port H.................................................................................................................................. 605
19.9.1 Register Description.............................................................................................. 605
19.9.2 Port H Data Register (PHDR)............................................................................... 606
19.10 Port J................................................................................................................................... 607
19.10.1 Register Description.............................................................................................. 607
19.10.2 Port J Data Register (PJDR).................................................................................. 608
19.11 Port K.................................................................................................................................. 609
19.11.1 Register Description.............................................................................................. 609
19.11.2 Port K Data Register (PKDR)............................................................................... 610
19.12 Port L.................................................................................................................................. 611
xii
19.12.1 Register Description.............................................................................................. 611
19.12.2 Port L Data Register (PLDR)................................................................................ 612
19.13 SC Port................................................................................................................................ 613
19.13.1 Register Description.............................................................................................. 613
19.13.2 Port SC Data Register (SCPDR)........................................................................... 614
Section 20 A/D Converter.................................................................................................. 617
20.1 Overview............................................................................................................................ 617
20.1.1 Features ................................................................................................................. 617
20.1.2 Block Diagram ...................................................................................................... 618
20.1.3 Input Pins .............................................................................................................. 619
20.1.4 Register Configuration.......................................................................................... 620
20.2 Register Descriptions.......................................................................................................... 621
20.2.1 A/D Data Registers A to D (ADDRA to ADDRD) .............................................. 621
20.2.2 A/D Control/Status Register (ADCSR) ................................................................ 622
20.2.3 A/D Control Register (ADCR).............................................................................. 624
20.3 Bus Master Interface .......................................................................................................... 626
20.4 Operation............................................................................................................................ 627
20.4.1 Single Mode (MULTI = 0).................................................................................... 627
20.4.2 Multi Mode (MULTI = 1, SCN = 0)..................................................................... 629
20.4.3 Scan Mode (MULTI = 1, SCN = 1)...................................................................... 631
20.4.4 Input Sampling and A/D Conversion Time .......................................................... 633
20.4.5 External Trigger Input Timing.............................................................................. 634
20.5 Interrupts ............................................................................................................................ 635
20.6 Definitions of A/D Conversion Accuracy.......................................................................... 635
20.7 Usage Notes........................................................................................................................ 636
20.7.1 Setting Analog Input Voltage................................................................................ 636
20.7.2 Processing of Analog Input Pins........................................................................... 636
20.7.3 Access Size and Read Data................................................................................... 637
Section 21 D/A Converter.................................................................................................. 639
21.1 Overview............................................................................................................................ 639
21.1.1 Features ................................................................................................................. 639
21.1.2 Block Diagram ...................................................................................................... 639
21.1.3 I/O Pins.................................................................................................................. 640
21.1.4 Register Configuration.......................................................................................... 640
21.2 Register Descriptions.......................................................................................................... 641
21.2.1 D/A Data Registers 0 and 1 (DADR0/1) .............................................................. 641
21.2.2 D/A Control Register (DACR).............................................................................. 641
21.3 Operation............................................................................................................................ 643
Section 22 Hitachi User Debugging Interface (H-UDI)............................................ 645
22.1 Overview............................................................................................................................ 645
xiii
22.2 Hitachi User Debugging Interface (H-UDI)....................................................................... 645
22.2.1 Pin Descriptions.................................................................................................... 645
22.2.2 Block Diagram ...................................................................................................... 646
22.3 Register Descriptions.......................................................................................................... 646
22.3.1 Bypass Register (SDBPR) .................................................................................... 647
22.3.2 Instruction Register (SDIR) .................................................................................. 647
22.3.3 Boundary Scan Register (SDBSR)........................................................................ 648
22.4 H-UDI Operation................................................................................................................ 655
22.4.1 TAP Controller...................................................................................................... 655
22.4.2 Reset Configuration .............................................................................................. 656
22.4.3 H-UDI Reset.......................................................................................................... 656
22.4.4 H-UDI Interrupt .................................................................................................... 657
22.4.5 Bypass ................................................................................................................... 657
22.4.6 Using H-UDI to Recover from Sleep Mode ........................................................ 657
22.5 Boundary Scan.................................................................................................................... 657
22.5.1 Supported Instructions .......................................................................................... 657
22.5.2 Points for Attention............................................................................................... 659
22.6 Usage Notes........................................................................................................................ 659
22.7 Advanced User Debugger (AUD)...................................................................................... 659
Section 23 Electrical Characteristics............................................................................... 661
23.1 Absolute Maximum Ratings............................................................................................... 661
23.2 DC Characteristics.............................................................................................................. 663
23.3 AC Characteristics.............................................................................................................. 667
23.3.1 Clock Timing ........................................................................................................ 668
23.3.2 Control Signal Timing .......................................................................................... 679
23.3.3 AC Bus Timing ..................................................................................................... 682
23.3.4 Basic Timing ......................................................................................................... 684
23.3.5 Burst ROM Timing ............................................................................................... 687
23.3.6 Synchronous DRAM Timing................................................................................ 690
23.3.7 PCMCIA Timing................................................................................................... 708
23.3.8 Peripheral Module Signal Timing......................................................................... 715
23.3.9 H-UDI-Related Pin Timing................................................................................... 718
23.3.10 AC Characteristics Measurement Conditions....................................................... 720
23.3.11 Delay Time Variation Due to Load Capacitance.................................................. 721
23.4 A/D Converter Characteristics ........................................................................................... 722
23.5 D/A Converter Characteristics ........................................................................................... 722
Appendix A Pin Functions................................................................................................ 723
A.1 Pin States............................................................................................................................ 723
A.2 Pin Specifications............................................................................................................... 727
A.3 Treatment of Unused Pins.................................................................................................. 732
A.4 Pin States in Access to Each Address Space...................................................................... 733
xiv
Appendix B Memory-Mapped Control Registers...................................................... 747
B.1 Register Address Map........................................................................................................ 747
B.2 Register Bits ....................................................................................................................... 753
Appendix C Product Lineup............................................................................................. 765
Appendix D Package Dimensions................................................................................... 766
1
Section 1 Overview and Pin Functions
1.1 SH7709S Features
This LSI is a single-chip RISC microprocessor that integrates a Hitachi-original RISC-type
SuperH
TM
* architecture CPU as its core that has an on-chip multiplier, cache memory, and a
memory management unit (MMU) as well as peripheral functions required for system
configuration such as a timer, a realtime clock, an interrupt controller, and a serial communication
interface. This LSI includes data protection, virtual memory, and other functions provided by
incorporating an MMU into a SuperH series microprocessor (SH-1 or SH-2).
High-speed data transfers can be performed by an on-chip direct memory access controller
(DMAC) and an external memory access support function enables direct connection to different
types of memory. The SH7709S microprocessor also supports an infrared communication
function, an A/D converter, and a D/A converter.
A powerful built-in power management function keeps power consumption low, even during high-
speed operation. This LSI can run at six times the frequency of the system bus operating speed,
making it optimum for electrical devices such as PDAs that require both high speed and low
power.
The features of this LSI is listed in table 1.1. The specifications are shown in table 1.2.
Note: SuperH is a trademark of Hitachi, Ltd.
  • 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
  • Page 675 675
  • Page 676 676
  • Page 677 677
  • Page 678 678
  • Page 679 679
  • Page 680 680
  • Page 681 681
  • Page 682 682
  • Page 683 683
  • Page 684 684
  • Page 685 685
  • Page 686 686
  • Page 687 687
  • Page 688 688
  • Page 689 689
  • Page 690 690
  • Page 691 691
  • Page 692 692
  • Page 693 693
  • Page 694 694
  • Page 695 695
  • Page 696 696
  • Page 697 697
  • Page 698 698
  • Page 699 699
  • Page 700 700
  • Page 701 701
  • Page 702 702
  • Page 703 703
  • Page 704 704
  • Page 705 705
  • Page 706 706
  • Page 707 707
  • Page 708 708
  • Page 709 709
  • Page 710 710
  • Page 711 711
  • Page 712 712
  • Page 713 713
  • Page 714 714
  • Page 715 715
  • Page 716 716
  • Page 717 717
  • Page 718 718
  • Page 719 719
  • Page 720 720
  • Page 721 721
  • Page 722 722
  • Page 723 723
  • Page 724 724
  • Page 725 725
  • Page 726 726
  • Page 727 727
  • Page 728 728
  • Page 729 729
  • Page 730 730
  • Page 731 731
  • Page 732 732
  • Page 733 733
  • Page 734 734
  • Page 735 735
  • Page 736 736
  • Page 737 737
  • Page 738 738
  • Page 739 739
  • Page 740 740
  • Page 741 741
  • Page 742 742
  • Page 743 743
  • Page 744 744
  • Page 745 745
  • Page 746 746
  • Page 747 747
  • Page 748 748
  • Page 749 749
  • Page 750 750
  • Page 751 751
  • Page 752 752
  • Page 753 753
  • Page 754 754
  • Page 755 755
  • Page 756 756
  • Page 757 757
  • Page 758 758
  • Page 759 759
  • Page 760 760
  • Page 761 761
  • Page 762 762
  • Page 763 763
  • Page 764 764
  • Page 765 765
  • Page 766 766
  • Page 767 767
  • Page 768 768
  • Page 769 769
  • Page 770 770
  • Page 771 771
  • Page 772 772
  • Page 773 773
  • Page 774 774
  • Page 775 775
  • Page 776 776
  • Page 777 777
  • Page 778 778
  • Page 779 779
  • Page 780 780
  • Page 781 781
  • Page 782 782
  • Page 783 783
  • Page 784 784
  • Page 785 785
  • Page 786 786
  • Page 787 787
  • Page 788 788

Hitachi SH7709S User manual

Type
User manual

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

Finding information in a document is now easier with AI