manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Epson
  6. •
  7. Microcontroller
  8. •
  9. Epson S1C17W15 User manual

Epson S1C17W15 User manual

Rev. 1.3
CMOS 16-BIT SINGLE CHIP MICROCONTROLLER
S1C17W15
Technical Manual
©
SEIKO EPSON CORPORATION 2021
, All rights reserved.
Evaluation board/kit and Development tool important notice
1. This evaluation board/kit or development tool is designed for use with engineering evaluation, demonstration, or develop-
ment purposes only. Do not use it for other purposes. It is not intended to meet the design requirements of finished products.
2. This evaluation board/kit or development tool is intended for use by an electronic engineer and is not a consumer product.
The user should use it properly and in a safe manner. Seiko Epson does not assume any responsibility or liability of any kind
of damage and/or fire caused by its use. The user should cease to use it when any abnormal issue occurs even during proper
and safe use.
3. Parts used for this evaluation board/kit or development tool may be changed without any notice.
NOTICE : PLEASE READ CAREFULLY BELOW BEFORE USING THIS DOCUMENT
The contents of this document are subject to change without notice.
1. This document may not be copied, reproduced, or used for any other purpose, in whole or in part, without the consent of the
Seiko Epson Corporation (“Epson”).
2. Before purchasing or using Epson products, please contact our sales representative for the latest information and always be
sure to check the latest information published on Epson’s official web sites and other sources.
3. Information provided in this document such as application circuits, programs, usage, etc., are for reference purposes only.
Using the application circuits, programs, usage, etc. in the design of your equipment or systems is your own responsibility.
Epson makes no guarantees against any infringements or damages to any third parties’ intellectual property rights or any
other rights resulting from the information. This document does not grant you any licenses, intellectual property rights or any
other rights with respect to Epson products owned by Epson or any third parties.
4. Epson is committed to constantly improving quality and reliability, but semiconductor products in general are subject to
malfunction and failure. By using Epson products, you shall be responsible for your hardware. Software and systems must
be designed well enough to prevent death or injury as well as any property damage even if any of the malfunctions or
failures might be caused by Epson products. When designing your products using Epson products, please be sure to check
and comply with the latest information regarding Epson products (this document, specifications, data sheets, manuals,
Epson’s web site, etc.). When using the information included above materials such as product data, charts, technical contents,
programs, algorithms and application circuit examples, you shall evaluate your products both on a stand-alone basis as well
as within your overall systems. You shall be solely responsible for deciding whether or not to adopt and use Epson products.
5. Epson has prepared this document and programs provided in this document carefully to be accurate and dependable, but
Epson does not guarantee that the information and the programs are always accurate and complete. Epson assumes no
responsibility for any damages which you incur due to misinformation in this document and the programs.
6. No dismantling, analysis, reverse engineering, modification, alteration, adaptation, reproduction, etc., of Epson products is
allowed.
7. Epson products have been designed, developed and manufactured to be used in general electronic applications (office
equipment, communications equipment, measuring instruments, home electronics, etc.) and applications individually listed
in this document (“General Purpose”). Epson products are NOT intended for any use beyond the General Purpose uses that
requires particular/higher quality or reliability in order to refrain from causing any malfunction or failure leading to death,
injury, serious property damage or severe impact on society, including, but not limited to those listed below. Therefore, you
are advised to use Epson products only for General Purpose uses. Should you desire to buy and use Epson products for a
particular purpose other than a General Purpose use, Epson makes no warranty and disclaims with respect to Epson products,
whether express or implied, including without limitation any implied warranty of merchantability or fitness for any particular
purpose. Please be sure to contact our sales representative and obtain approval in advance.
【Particular purpose】
Space equipment (artificial satellites, rockets, etc.)
Transportation vehicles and their control equipment (automobiles, aircraft, trains, ships, etc.)
Medical equipment (other than applications individually listed in this document) / Relay equipment to be placed on ocean floor
Power station control equipment / Disaster or crime prevention equipment / Traffic control equipment / Financial equipment
Other applications requiring similar levels of reliability as those listed above
8. Epson products listed in this document and our associated technologies shall not be used in any equipment or systems that
laws and regulations in Japan or any other countries prohibit to manufacture, use or sell. Furthermore, Epson products and
our associated technologies shall not be used for developing weapons of mass destruction, or any other military purposes or
applications. If exporting Epson products or our associated technologies, you shall comply with the Foreign Exchange and
Foreign Trade Control Act in Japan, Export Administration Regulations in the U.S.A. (EAR) and other export-related laws
and regulations in Japan and any other countries and follow the required procedures as provided by the relevant laws and
regulations.
9. Epson assumes no responsibility for any damages (whether direct or indirect) caused by or in relation with your non-
compliance with the terms and conditions in this document.
10. Epson assumes no responsibility for any damages (whether direct or indirect) incurred by any third party that you assign,
transfer, loan, etc., Epson products to.
11. For more details or other concerns about this document, please contact our sales representative.
12. Company names and product names listed in this document are trademarks or registered trademarks of their respective
companies.
(Rev. e1.0, 2021.9)
PREFACE
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation i
(Rev. 1.3)
Preface
This is a technical manual for designers and programmers who develop a product using the S1C17W15. This
document describes the functions of the IC, embedded peripheral circuit operations, and their control methods.
For the CPU functions and instructions, refer to the “S1C17 Family S1C17 Core Manual.” For the functions
and operations of the debugging tools, refer to the respective tool manuals. (Our “Products: Document Down-
loads” website provides the downloadable manuals.)
Notational conventions and symbols in this manual
Register address
Peripheral circuit chapters do not provide control register addresses. Refer to “Peripheral Circuit Area” in
the “Memory and Bus” chapter or “List of Peripheral Circuit Control Registers” in the Appendix.
Register and control bit names
In this manual, the register and control bit names are described as shown below to distinguish from signal
and pin names.
XXX register: Represents a register including its all bits.
XXX.YYY bit: Represents the one control bit YYY in the XXX register.
XXX.ZZZ[1:0] bits: Represents the two control bits ZZZ1 and ZZZ0 in the XXX register.
Register table contents and symbols
Initial: Value set at initialization
Reset: Initialization condition. The initialization condition depends on the reset group (H0, H1, or S0).
For more information on the reset groups, refer to “Initialization Conditions (Reset Groups)” in the
“Power Supply, Reset, and Clocks” chapter.
R/W: R = Read only bit
W = Write only bit
WP = Write only bit with a write protection using the MSCPROT.PROT[15:0] bits
R/W = Read/write bit
R/WP = Read/write bit with a write protection using the MSCPROT.PROT[15:0] bits
Control bit read/write values
This manual describes control bit values in a hexadecimal notation except for one-bit values (and except
when decimal or binary notation is required in terms of explanation). The values are described as shown
below according to the control bit width.
1 bit: 0 or 1
2 to 4 bits: 0x0 to 0xf
5 to 8 bits: 0x00 to 0xff
9 to 12 bits: 0x000 to 0xfff
13 to 16 bits: 0x0000 to 0xffff
Decimal: 0 to 9999...
Binary: 0b0000... to 0b1111...
Channel number
Multiple channels may be implemented in some peripheral circuits (e.g., 16-bit timer, etc.). The peripheral
circuit chapters use ‘n’ as the value that represents the channel number in the register and pin names regard-
less of the number of channel actually implemented. Normally, the descriptions are applied to all channels.
If there is a channel that has different functions from others, the channel number is specified clearly.
Example) T16_nCTL register of the 16-bit timer
If one channel is implemented (Ch.0 only): T16_nCTL = T16_0CTL only
If two channels are implemented (Ch.0 and Ch.1): T16_nCTL = T16_0CTL and T16_1CTL
For the number of channels implemented in the peripheral circuits of this IC, refer to “Features” in the
“Overview” chapter.
CONTENTS
ii Seiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
– Contents –
Preface......................................................................................................................................i
Notational conventions and symbols in this manual ................................................................i
1 Overview........................................................................................................................1-1
1.1 Features .......................................................................................................................... 1-1
1.2 Block Diagram................................................................................................................. 1-3
1.3 Pins ................................................................................................................................. 1-4
1.3.1 Pin Configuration Diagram (Package)............................................................... 1-4
1.3.2 Pad Configuration Diagram (Chip).................................................................... 1-8
1.3.3 Pin Descriptions................................................................................................ 1-9
2 Power Supply, Reset, and Clocks ...............................................................................2-1
2.1 Power Generator (PWG2)................................................................................................ 2-1
2.1.1 Overview........................................................................................................... 2-1
2.1.2 Pins................................................................................................................... 2-1
2.1.3 Operations ........................................................................................................ 2-2
2.2 System Reset Controller (SRC)....................................................................................... 2-4
2.2.1 Overview........................................................................................................... 2-4
2.2.2 Input Pin............................................................................................................ 2-4
2.2.3 Reset Sources .................................................................................................. 2-4
2.2.4 Initialization Conditions (Reset Groups)............................................................ 2-5
2.3 Clock Generator (CLG).................................................................................................... 2-6
2.3.1 Overview........................................................................................................... 2-6
2.3.2 Input/Output Pins ............................................................................................. 2-7
2.3.3 Clock Sources .................................................................................................. 2-7
2.3.4 Operations ........................................................................................................ 2-9
2.4 Operating Mode ............................................................................................................. 2-14
2.4.1 Initial Boot Sequence....................................................................................... 2-14
2.4.2 Transition between Operating Modes.............................................................. 2-14
2.5 Interrupts........................................................................................................................ 2-16
2.6 Control Registers ........................................................................................................... 2-16
PWG2 Control Register............................................................................................................ 2-16
PWG2 Timing Control Register ................................................................................................ 2-17
PWG2 Interrupt Flag Register .................................................................................................. 2-17
PWG2 Interrupt Enable Register .............................................................................................. 2-17
CLG System Clock Control Register........................................................................................ 2-17
CLG Oscillation Control Register ............................................................................................. 2-19
CLG IOSC Control Register ..................................................................................................... 2-19
CLG OSC1 Control Register .................................................................................................... 2-20
CLG OSC3 Control Register .................................................................................................... 2-21
CLG Interrupt Flag Register ..................................................................................................... 2-22
CLG Interrupt Enable Register ................................................................................................. 2-23
CLG FOUT Control Register..................................................................................................... 2-24
3 CPU and Debugger ......................................................................................................3-1
3.1 Overview ......................................................................................................................... 3-1
3.2 CPU Core........................................................................................................................ 3-2
3.2.1 CPU Registers .................................................................................................. 3-2
3.2.2 Instruction Set .................................................................................................. 3-2
3.2.3 Reading PSR .................................................................................................... 3-2
3.2.4 I/O Area Reserved for the S1C17 Core ............................................................ 3-2
3.3 Debugger ........................................................................................................................ 3-2
CONTENTS
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation iii
(Rev. 1.3)
3.3.1 Debugging Functions........................................................................................ 3-2
3.3.2 Resource Requirements and Debugging Tools ................................................ 3-3
3.3.3 List of debugger input/output pins ................................................................... 3-3
3.3.4 External Connection ......................................................................................... 3-3
3.3.5 Flash Security Function .................................................................................... 3-4
3.4 Control Register .............................................................................................................. 3-4
MISC PSR Register ................................................................................................................... 3-4
Debug RAM Base Register ....................................................................................................... 3-5
4 Memory and Bus ..........................................................................................................4-1
4.1 Overview ......................................................................................................................... 4-1
4.2 Bus Access Cycle ........................................................................................................... 4-2
4.3 Flash Memory ................................................................................................................. 4-2
4.3.1 Flash Memory Pin ............................................................................................. 4-2
4.3.2 Flash Bus Access Cycle Setting....................................................................... 4-3
4.3.3 Flash Programming........................................................................................... 4-3
4.4 RAM ................................................................................................................................ 4-3
4.5 Display Data RAM........................................................................................................... 4-3
4.6 Peripheral Circuit Control Registers................................................................................ 4-3
4.6.1 System-Protect Function.................................................................................. 4-7
4.7 Control Registers ............................................................................................................ 4-8
MISC System Protect Register ................................................................................................. 4-8
MISC IRAM Size Register.......................................................................................................... 4-8
FLASHC Flash Read Cycle Register ......................................................................................... 4-8
5 Interrupt Controller (ITC) .............................................................................................5-1
5.1 Overview ......................................................................................................................... 5-1
5.2 Vector Table .................................................................................................................... 5-1
5.2.1 Vector Table Base Address (TTBR)................................................................... 5-3
5.3 Initialization ..................................................................................................................... 5-3
5.4 Maskable Interrupt Control and Operations ................................................................... 5-3
5.4.1 Peripheral Circuit Interrupt Control................................................................... 5-3
5.4.2 ITC Interrupt Request Processing .................................................................... 5-4
5.4.3 Conditions to Accept Interrupt Requests by the CPU...................................... 5-4
5.5 NMI.................................................................................................................................. 5-4
5.6 Software Interrupts ......................................................................................................... 5-4
5.7 Interrupt Processing by the CPU .................................................................................... 5-5
5.8 Control Registers ............................................................................................................ 5-5
MISC Vector Table Address Low Register ................................................................................ 5-5
MISC Vector Table Address High Register................................................................................ 5-5
ITC Interrupt Level Setup Register x......................................................................................... 5-5
6 I/O Ports (PPORT).........................................................................................................6-1
6.1 Overview ......................................................................................................................... 6-1
6.2 I/O Cell Structure and Functions..................................................................................... 6-2
6.2.1 Schmitt Input .................................................................................................... 6-2
6.2.2 Over Voltage Tolerant Fail-Safe Type I/O Cell................................................... 6-2
6.2.3 Pull-Up/Pull-Down............................................................................................ 6-2
6.2.4 CMOS Output and High Impedance State ....................................................... 6-3
6.3 Clock Settings................................................................................................................. 6-3
6.3.1 PPORT Operating Clock................................................................................... 6-3
6.3.2 Clock Supply in SLEEP Mode .......................................................................... 6-3
6.3.3 Clock Supply in DEBUG Mode......................................................................... 6-3
CONTENTS
iv Seiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
6.4 Operations ...................................................................................................................... 6-3
6.4.1 Initialization ....................................................................................................... 6-3
6.4.2 Port Input/Output Control................................................................................. 6-5
6.5 Interrupts......................................................................................................................... 6-6
6.6 Control Registers ............................................................................................................ 6-6
PxPort Data Register................................................................................................................ 6-6
PxPort Enable Register ............................................................................................................ 6-7
PxPort Pull-up/down Control Register..................................................................................... 6-7
PxPort Interrupt Flag Register.................................................................................................. 6-8
PxPort Interrupt Control Register............................................................................................. 6-8
PxPort Chattering Filter Enable Register.................................................................................. 6-8
PxPort Mode Select Register ................................................................................................... 6-8
PxPort Function Select Register .............................................................................................. 6-9
P Port Clock Control Register ................................................................................................... 6-9
P Port Interrupt Flag Group Register........................................................................................ 6-10
6.7 Control Register and Port Function Configuration of this IC ......................................... 6-11
6.7.1 P0 Port Group.................................................................................................. 6-11
6.7.2 P1 Port Group.................................................................................................. 6-12
6.7.3 P2 Port Group.................................................................................................. 6-12
6.7.4 P3 Port Group.................................................................................................. 6-13
6.7.5 Pd Port Group.................................................................................................. 6-14
6.7.6 Common Registers between Port Groups....................................................... 6-15
7 Universal Port Multiplexer (UPMUX)...........................................................................7-1
7.1 Overview ......................................................................................................................... 7-1
7.2 Peripheral Circuit I/O Function Assignment.................................................................... 7-1
7.3 Control Registers ............................................................................................................ 7-2
Pxy–xz Universal Port Multiplexer Setting Register................................................................... 7-2
8 Watchdog Timer (WDT)................................................................................................8-1
8.1 Overview ......................................................................................................................... 8-1
8.2 Clock Settings................................................................................................................. 8-1
8.2.1 WDT Operating Clock....................................................................................... 8-1
8.2.2 Clock Supply in DEBUG Mode......................................................................... 8-2
8.3 Operations ...................................................................................................................... 8-2
8.3.1 WDT Control ..................................................................................................... 8-2
8.3.2 Operations in HALT and SLEEP Modes............................................................ 8-2
8.4 Control Registers ............................................................................................................ 8-3
WDT Clock Control Register ..................................................................................................... 8-3
WDT Control Register ............................................................................................................... 8-3
9 Real-Time Clock (RTCA) ..............................................................................................9-1
9.1 Overview ......................................................................................................................... 9-1
9.2 Output Pin and External Connection .............................................................................. 9-1
9.2.1 Output Pin......................................................................................................... 9-1
9.3 Clock Settings................................................................................................................. 9-2
9.3.1 RTCA Operating Clock ..................................................................................... 9-2
9.3.2 Theoretical Regulation Function....................................................................... 9-2
9.4 Operations ...................................................................................................................... 9-3
9.4.1 RTCA Control ................................................................................................... 9-3
9.4.2 Real-Time Clock Counter Operations............................................................... 9-4
9.4.3 Stopwatch Control............................................................................................ 9-4
9.4.4 Stopwatch Count-up Pattern ........................................................................... 9-4
9.5 Interrupts......................................................................................................................... 9-5
CONTENTS
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation v
(Rev. 1.3)
9.6 Control Registers ............................................................................................................ 9-6
RTC Control Register ................................................................................................................ 9-6
RTC Second Alarm Register ..................................................................................................... 9-7
RTC Hour/Minute Alarm Register.............................................................................................. 9-8
RTC Stopwatch Control Register.............................................................................................. 9-8
RTC Second/1Hz Register ........................................................................................................ 9-9
RTC Hour/Minute Register ....................................................................................................... 9-10
RTC Month/Day Register ......................................................................................................... 9-11
RTC Year/Week Register .......................................................................................................... 9-11
RTC Interrupt Flag Register...................................................................................................... 9-12
RTC Interrupt Enable Register ................................................................................................. 9-13
10 Supply Voltage Detector (SVD).................................................................................10-1
10.1 Overview ...................................................................................................................... 10-1
10.2 Input Pin and External Connection .............................................................................. 10-2
10.2.1 Input Pin......................................................................................................... 10-2
10.2.2 External Connection ...................................................................................... 10-2
10.3 Clock Settings.............................................................................................................. 10-2
10.3.1 SVD Operating Clock..................................................................................... 10-2
10.3.2 Clock Supply in SLEEP Mode ....................................................................... 10-2
10.3.3 Clock Supply in DEBUG Mode...................................................................... 10-3
10.4 Operations ................................................................................................................... 10-3
10.4.1 SVD Control ................................................................................................... 10-3
10.4.2 SVD Operations ............................................................................................. 10-4
10.5 SVD Interrupt and Reset .............................................................................................. 10-4
10.5.1 SVD Interrupt ................................................................................................. 10-4
10.5.2 SVD Reset...................................................................................................... 10-5
10.6 Control Registers ......................................................................................................... 10-5
SVD Clock Control Register ..................................................................................................... 10-5
SVD Control Register ............................................................................................................... 10-6
SVD Status and Interrupt Flag Register ................................................................................... 10-7
SVD Interrupt Enable Register ................................................................................................. 10-8
11 16-bit Timers (T16).....................................................................................................11-1
11.1 Overview ...................................................................................................................... 11-1
11.2 Input Pin....................................................................................................................... 11-1
11.3 Clock Settings.............................................................................................................. 11-2
11.3.1 T16 Operating Clock...................................................................................... 11-2
11.3.2 Clock Supply in SLEEP Mode ....................................................................... 11-2
11.3.3 Clock Supply in DEBUG Mode...................................................................... 11-2
11.3.4 Event Counter Clock...................................................................................... 11-2
11.4 Operations ................................................................................................................... 11-2
11.4.1 Initialization .................................................................................................... 11-2
11.4.2 Counter Underflow ........................................................................................ 11-3
11.4.3 Operations in Repeat Mode........................................................................... 11-3
11.4.4 Operations in One-shot Mode ....................................................................... 11-3
11.4.5 Counter Value Read....................................................................................... 11-4
11.5 Interrupt........................................................................................................................ 11-4
11.6 Control Registers ......................................................................................................... 11-4
T16 Ch.nClock Control Register ............................................................................................. 11-4
T16 Ch.nMode Register .......................................................................................................... 11-5
T16 Ch.nControl Register........................................................................................................ 11-5
T16 Ch.nReload Data Register................................................................................................ 11-6
T16 Ch.nCounter Data Register .............................................................................................. 11-6
T16 Ch.nInterrupt Flag Register .............................................................................................. 11-6
CONTENTS
vi Seiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
T16 Ch.nInterrupt Enable Register.......................................................................................... 11-7
12 UART (UART)..............................................................................................................12-1
12.1 Overview ...................................................................................................................... 12-1
12.2 Input/Output Pins and External Connections .............................................................. 12-2
12.2.1 List of Input/Output Pins................................................................................ 12-2
12.2.2 External Connections .................................................................................... 12-2
12.2.3 Input Pin Pull-Up Function............................................................................. 12-2
12.2.4 Output Pin Open-Drain Output Function ...................................................... 12-2
12.3 Clock Settings.............................................................................................................. 12-2
12.3.1 UART Operating Clock .................................................................................. 12-2
12.3.2 Clock Supply in SLEEP Mode ....................................................................... 12-2
12.3.3 Clock Supply in DEBUG Mode...................................................................... 12-3
12.3.4 Baud Rate Generator..................................................................................... 12-3
12.4 Data Format ................................................................................................................. 12-3
12.5 Operations ................................................................................................................... 12-4
12.5.1 Initialization .................................................................................................... 12-4
12.5.2 Data Transmission ......................................................................................... 12-4
12.5.3 Data Reception .............................................................................................. 12-5
12.5.4 IrDA Interface................................................................................................. 12-6
12.6 Receive Errors.............................................................................................................. 12-7
12.6.1 Framing Error................................................................................................. 12-7
12.6.2 Parity Error..................................................................................................... 12-8
12.6.3 Overrun Error ................................................................................................. 12-8
12.7 Interrupts...................................................................................................................... 12-8
12.8 Control Registers ......................................................................................................... 12-8
UART Ch.nClock Control Register .......................................................................................... 12-8
UART Ch.nMode Register....................................................................................................... 12-9
UART Ch.nBaud–Rate Register ............................................................................................. 12-10
UART Ch.nControl Register ................................................................................................... 12-10
UART Ch.nTransmit Data Register ......................................................................................... 12-11
UART Ch.nReceive Data Register.......................................................................................... 12-11
UART Ch.nStatus and Interrupt Flag Register ....................................................................... 12-11
UART Ch.nInterrupt Enable Register...................................................................................... 12-12
13 Synchronous Serial Interface (SPIA)........................................................................13-1
13.1 Overview ...................................................................................................................... 13-1
13.2 Input/Output Pins and External Connections .............................................................. 13-2
13.2.1 List of Input/Output Pins................................................................................ 13-2
13.2.2 External Connections .................................................................................... 13-2
13.2.3 Pin Functions in Master Mode and Slave Mode............................................ 13-3
13.2.4 Input Pin Pull-Up/Pull-Down Function .......................................................... 13-3
13.3 Clock Settings.............................................................................................................. 13-3
13.3.1 SPIA Operating Clock.................................................................................... 13-3
13.3.2 Clock Supply in DEBUG Mode...................................................................... 13-4
13.3.3 SPI Clock (SPICLKn) Phase and Polarity ...................................................... 13-4
13.4 Data Format ................................................................................................................. 13-5
13.5 Operations ................................................................................................................... 13-5
13.5.1 Initialization .................................................................................................... 13-5
13.5.2 Data Transmission in Master Mode ............................................................... 13-5
13.5.3 Data Reception in Master Mode.................................................................... 13-7
13.5.4 Terminating Data Transfer in Master Mode.................................................... 13-8
13.5.5 Data Transfer in Slave Mode.......................................................................... 13-8
13.5.6 Terminating Data Transfer in Slave Mode ..................................................... 13-10
CONTENTS
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation vii
(Rev. 1.3)
13.6 Interrupts..................................................................................................................... 13-10
13.7 Control Registers ........................................................................................................ 13-11
SPIA Ch.nMode Register ....................................................................................................... 13-11
SPIA Ch.nControl Register..................................................................................................... 13-12
SPIA Ch.nTransmit Data Register .......................................................................................... 13-13
SPIA Ch.nReceive Data Register ........................................................................................... 13-13
SPIA Ch.nInterrupt Flag Register ........................................................................................... 13-13
SPIA Ch.nInterrupt Enable Register ....................................................................................... 13-14
14 I2C (I2C).......................................................................................................................14-1
14.1 Overview ...................................................................................................................... 14-1
14.2 Input/Output Pins and External Connections .............................................................. 14-2
14.2.1 List of Input/Output Pins................................................................................ 14-2
14.2.2 External Connections .................................................................................... 14-2
14.3 Clock Settings.............................................................................................................. 14-3
14.3.1 I2C Operating Clock ...................................................................................... 14-3
14.3.2 Clock Supply in DEBUG Mode...................................................................... 14-3
14.3.3 Baud Rate Generator..................................................................................... 14-3
14.4 Operations ................................................................................................................... 14-4
14.4.1 Initialization .................................................................................................... 14-4
14.4.2 Data Transmission in Master Mode ............................................................... 14-5
14.4.3 Data Reception in Master Mode.................................................................... 14-7
14.4.4 10-bit Addressing in Master Mode ................................................................ 14-9
14.4.5 Data Transmission in Slave Mode................................................................. 14-10
14.4.6 Data Reception in Slave Mode ..................................................................... 14-12
14.4.7 Slave Operations in 10-bit Address Mode.................................................... 14-14
14.4.8 Automatic Bus Clearing Operation ............................................................... 14-14
14.4.9 Error Detection.............................................................................................. 14-15
14.5 Interrupts..................................................................................................................... 14-16
14.6 Control Registers ........................................................................................................ 14-17
I2C Ch.nClock Control Register............................................................................................. 14-17
I2C Ch.nMode Register.......................................................................................................... 14-18
I2C Ch.nBaud-Rate Register.................................................................................................. 14-18
I2C Ch.nOwn Address Register ............................................................................................. 14-18
I2C Ch.nControl Register ....................................................................................................... 14-19
I2C Ch.nTransmit Data Register............................................................................................. 14-20
I2C Ch.nReceive Data Register.............................................................................................. 14-20
I2C Ch.nStatus and Interrupt Flag Register ........................................................................... 14-20
I2C Ch.nInterrupt Enable Register ......................................................................................... 14-21
15 16-bit PWM Timers (T16B) ........................................................................................15-1
15.1 Overview ...................................................................................................................... 15-1
15.2 Input/Output Pins......................................................................................................... 15-2
15.3 Clock Settings.............................................................................................................. 15-3
15.3.1 T16B Operating Clock ................................................................................... 15-3
15.3.2 Clock Supply in SLEEP Mode ....................................................................... 15-3
15.3.3 Clock Supply in DEBUG Mode...................................................................... 15-3
15.3.4 Event Counter Clock...................................................................................... 15-3
15.4 Operations ................................................................................................................... 15-4
15.4.1 Initialization .................................................................................................... 15-4
15.4.2 Counter Block Operations ............................................................................. 15-5
15.4.3 Comparator/Capture Block Operations......................................................... 15-8
15.4.4 TOUT Output Control ................................................................................... 15-16
15.5 Interrupt....................................................................................................................... 15-22
CONTENTS
viii Seiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
15.6 Control Registers ........................................................................................................ 15-22
T16B Ch.nClock Control Register.......................................................................................... 15-22
T16B Ch.nCounter Control Register ...................................................................................... 15-23
T16B Ch.nMax Counter Data Register................................................................................... 15-24
T16B Ch.nTimer Counter Data Register................................................................................. 15-24
T16B Ch.nCounter Status Register........................................................................................ 15-25
T16B Ch.nInterrupt Flag Register........................................................................................... 15-26
T16B Ch.nInterrupt Enable Register ...................................................................................... 15-27
T16B Ch.nComparator/Capture mControl Register.............................................................. 15-28
T16B Ch.nCompare/Capture mData Register....................................................................... 15-30
16 Sound Generator (SNDA) ..........................................................................................16-1
16.1 Overview ...................................................................................................................... 16-1
16.2 Output Pins and External Connections........................................................................ 16-2
16.2.1 List of Output Pins......................................................................................... 16-2
16.2.2 Output Pin Drive Mode .................................................................................. 16-2
16.2.3 External Connections .................................................................................... 16-2
16.3 Clock Settings.............................................................................................................. 16-3
16.3.1 SNDA Operating Clock.................................................................................. 16-3
16.3.2 Clock Supply in SLEEP Mode ....................................................................... 16-3
16.3.3 Clock Supply in DEBUG Mode...................................................................... 16-3
16.4 Operations ................................................................................................................... 16-3
16.4.1 Initialization .................................................................................................... 16-3
16.4.2 Buzzer Output in Normal Buzzer Mode......................................................... 16-3
16.4.3 Buzzer Output in One-shot Buzzer Mode...................................................... 16-6
16.4.4 Output in Melody Mode................................................................................. 16-7
16.5 Interrupts...................................................................................................................... 16-9
16.6 Control Registers ......................................................................................................... 16-9
SNDA Clock Control Register .................................................................................................. 16-9
SNDA Select Register ............................................................................................................. 16-10
SNDA Control Register............................................................................................................ 16-11
SNDA Data Register................................................................................................................ 16-11
SNDA Interrupt Flag Register.................................................................................................. 16-12
SNDA Interrupt Enable Register.............................................................................................. 16-13
17 LCD Driver (LCD8B)...................................................................................................17-1
17.1 Overview ...................................................................................................................... 17-1
17.2 Output Pins and External Connections........................................................................ 17-2
17.2.1 List of Output Pins......................................................................................... 17-2
17.2.2 External Connections .................................................................................... 17-2
17.3 Clock Settings.............................................................................................................. 17-2
17.3.1 LCD8B Operating Clock ................................................................................ 17-2
17.3.2 Clock Supply in SLEEP Mode ....................................................................... 17-3
17.3.3 Clock Supply in DEBUG Mode...................................................................... 17-3
17.3.4 Frame Frequency........................................................................................... 17-3
17.4 LCD Power Supply....................................................................................................... 17-4
17.4.1 Internal Generation Mode .............................................................................. 17-4
17.4.2 External Voltage Application Mode 1............................................................. 17-4
17.4.3 External Voltage Application Mode 2............................................................. 17-4
17.4.4 LCD Voltage Regulator Settings .................................................................... 17-5
17.4.5 LCD Voltage Booster Setting......................................................................... 17-5
17.4.6 LCD Contrast Adjustment.............................................................................. 17-5
17.5 Operations ................................................................................................................... 17-5
17.5.1 Initialization .................................................................................................... 17-5
17.5.2 Display On/Off ............................................................................................... 17-6
CONTENTS
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation ix
(Rev. 1.3)
17.5.3 Inverted Display ............................................................................................. 17-6
17.5.4 Drive Duty Switching ..................................................................................... 17-7
17.5.5 Drive Waveforms............................................................................................ 17-7
17.5.6 Partial Common Output Drive....................................................................... 17-11
17.5.7 n-Segment-Line Inverse AC Drive ................................................................ 17-11
17.6 Display Data RAM....................................................................................................... 17-11
17.6.1 Display Area Selection.................................................................................. 17-11
17.6.2 Segment Pin Assignment ............................................................................. 17-12
17.6.3 Common Pin Assignment ............................................................................. 17-12
17.7 Interrupt....................................................................................................................... 17-18
17.8 Control Registers ........................................................................................................ 17-18
LCD8B Clock Control Register................................................................................................ 17-18
LCD8B Control Register.......................................................................................................... 17-19
LCD8B Timing Control Register 1........................................................................................... 17-19
LCD8B Timing Control Register 2........................................................................................... 17-20
LCD8B Power Control Register............................................................................................... 17-20
LCD8B Display Control Register............................................................................................. 17-21
LCD8B COM Pin Control Register 0 ....................................................................................... 17-22
LCD8B Interrupt Flag Register ................................................................................................ 17-22
LCD8B Interrupt Enable Register............................................................................................ 17-22
18 R/F Converter (RFC)..................................................................................................18-1
18.1 Overview ...................................................................................................................... 18-1
18.2 Input/Output Pins and External Connections .............................................................. 18-2
18.2.1 List of Input/Output Pins................................................................................ 18-2
18.2.2 External Connections .................................................................................... 18-2
18.3 Clock Settings.............................................................................................................. 18-3
18.3.1 RFC Operating Clock..................................................................................... 18-3
18.3.2 Clock Supply in SLEEP Mode ....................................................................... 18-3
18.3.3 Clock Supply in DEBUG Mode...................................................................... 18-3
18.4 Operations ................................................................................................................... 18-3
18.4.1 Initialization .................................................................................................... 18-3
18.4.2 Operating Modes........................................................................................... 18-4
18.4.3 RFC Counters ................................................................................................ 18-4
18.4.4 Converting Operations and Control Procedure ............................................. 18-5
18.5 Interrupts...................................................................................................................... 18-7
18.6 Control Registers ......................................................................................................... 18-7
RFC Ch.nClock Control Register ............................................................................................ 18-7
RFC Ch.nControl Register....................................................................................................... 18-8
RFC Ch.nOscillation Trigger Register...................................................................................... 18-8
RFC Ch.nMeasurement Counter Low and High Registers ..................................................... 18-9
RFC Ch.nTime Base Counter Low and High Registers ......................................................... 18-10
RFC Ch.nInterrupt Flag Register............................................................................................ 18-10
RFC Ch.nInterrupt Enable Register........................................................................................ 18-11
19 Multiplier/Divider (COPRO2).....................................................................................19-1
19.1 Overview ...................................................................................................................... 19-1
19.2 Operation Mode and Output Mode.............................................................................. 19-1
19.3 Multiplication................................................................................................................ 19-2
19.4 Division......................................................................................................................... 19-3
19.5 MAC ............................................................................................................................. 19-5
19.6 Reading Operation Results .......................................................................................... 19-7
20 Electrical Characteristics .........................................................................................20-1
20.1 Absolute Maximum Ratings ......................................................................................... 20-1
CONTENTS
xSeiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
20.2 Recommended Operating Conditions ......................................................................... 20-1
20.3 Current Consumption................................................................................................... 20-2
20.4 System Reset Controller (SRC) Characteristics........................................................... 20-4
20.5 Clock Generator (CLG) Characteristics........................................................................ 20-4
20.6 Flash Memory Characteristics ..................................................................................... 20-7
20.7 Input/Output Port (PPORT) Characteristics ................................................................. 20-7
20.8 Supply Voltage Detector (SVD) Characteristics ........................................................... 20-8
20.9 UART (UART) Characteristics ...................................................................................... 20-9
20.10 Synchronous Serial Interface (SPIA) Characteristics ................................................ 20-10
20.11 I2C (I2C) Characteristics............................................................................................ 20-11
20.12 LCD Driver (LCD8B) Characteristics ......................................................................... 20-11
20.13 R/F Converter (RFC) Characteristics......................................................................... 20-16
21 Basic External Connection Diagram .......................................................................21-1
22 Package......................................................................................................................22-1
Appendix A List of Peripheral Circuit Control Registers ......................................... AP-A-1
0x4000–0x4008 Misc Registers (MISC)................................................................. AP-A-1
0x4020–0x4026 Power Generator (PWG2)............................................................ AP-A-1
0x4040–0x4050 Clock Generator (CLG)................................................................ AP-A-1
0x4080–0x4092 Interrupt Controller (ITC).............................................................. AP-A-3
0x40a0–0x40a2 Watchdog Timer (WDT) ............................................................... AP-A-4
0x40c0–0x40d2 Real-time Clock (RTCA)............................................................... AP-A-4
0x4100–0x4106 Supply Voltage Detector (SVD).................................................... AP-A-5
0x4160–0x416c 16-bit Timer (T16) Ch.0................................................................ AP-A-6
0x41b0 Flash Controller (FLASHC) .......................................................... AP-A-6
0x4200–0x42e2 I/O Ports (PPORT) ....................................................................... AP-A-7
0x4300–0x4316 Universal Port Multiplexer (UPMUX)............................................ AP-A-9
0x4380–0x438e UART (UART) Ch.0 ..................................................................... AP-A-11
0x43a0–0x43ac 16-bit Timer (T16) Ch.1............................................................... AP-A-12
0x43b0–0x43ba Synchronous Serial Interface (SPIA)........................................... AP-A-12
0x43c0–0x43d2 I2C (I2C) ...................................................................................... AP-A-13
0x5000–0x501a 16-bit PWM Timer (T16B) Ch.0 .................................................. AP-A-14
0x5040–0x505a 16-bit PWM Timer (T16B) Ch.1 .................................................. AP-A-15
0x5200–0x520e UART (UART) Ch.1 ..................................................................... AP-A-17
0x5260–0x526c 16-bit Timer (T16) Ch.2............................................................... AP-A-18
0x5300–0x530a Sound Generator (SNDA) ........................................................... AP-A-19
0x5400–0x5412 LCD Driver (LCD8B).................................................................... AP-A-19
0x5440–0x5450 R/F Converter (RFC) Ch.0 .......................................................... AP-A-20
0x5460–0x5470 R/F Converter (RFC) Ch.1 .......................................................... AP-A-21
0x5480–0x5490 R/F Converter (RFC) Ch.2 .......................................................... AP-A-22
0x54a0–0x54b0 R/F Converter (RFC) Ch.3 .......................................................... AP-A-23
0xffff90 Debugger (DBG) ......................................................................... AP-A-24
Appendix B Power Saving .......................................................................................... AP-B-1
B.1 Operating Status Configuration Examples for Power Saving...................................... AP-B-1
B.2 Other Power Saving Methods ..................................................................................... AP-B-2
Appendix C Mounting Precautions............................................................................ AP-C-1
Appendix D Measures Against Noise ........................................................................ AP-D-1
Appendix E Initialization Routine ............................................................................... AP-E-1
Revision History
1 OVERVIEW
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation 1-1
(Rev. 1.3)
1 Overview
The S1C17W15 is a 16-bit MCU that features low-voltage operation from 1.2 V even though Flash memory is in-
cluded. The embedded high-efficiency DC-DC converter generates the constant-voltage to drive the IC with lower
power consumption than 4-bit MCUs. This IC includes a real-time clock, a stopwatch, an LCD driver, and a PWM
timer capable of being used to generate drive waveforms for a motor driver as well as a high-performance 16-bit
CPU. It is suitable for battery-driven applications that require an LCD display and timers.
1.1 Features
Table 1.1.1 Features
Model S1C17W15
CPU
CPU core Seiko Epson original 16-bit RISC CPU core S1C17
Other On-chip debugger
Embedded Flash memory
Capacity 64K bytes (for both instructions and data)
Erase/program count 50 times (min.) *Programming by the debugging tool ICDmini
Other Security function to protect from reading/programming by ICDmini
On-board programming function using ICDmini
Embedded RAM
Capacity 4K bytes
Embedded display RAM
Capacity 68 bytes
Clock generator (CLG)
System clock source 4 sources (IOSC/OSC1/OSC3/EXOSC)
System clock frequency (operating frequency)
1.1 MHz (max.) VDD = 1.2 to 1.6 V
4.2 MHz (max.) VDD = 1.6 to 3.6 V
IOSC oscillator circuit (boot clock source) 700 kHz (typ.) embedded oscillator
23 µs (max.) starting time (time from cancelation of SLEEP state to vector table read
by the CPU)
OSC1 oscillator circuit 32.768 kHz (typ.) crystal oscillator
Oscillation stop detection circuit included
OSC3 oscillator circuit 4.2 MHz (max.) crystal/ceramic oscillator
500 kHz, 1, 2, and 4 MHz-switchable embedded oscillator
2.1 MHz (max.) CR oscillator (an external R is required)
EXOSC clock input 4.2 MHz (max.) square or sine wave input
Other Configurable system clock division ratio
Configurable system clock used at wake up from SLEEP state
Operating clock frequency for the CPU and all peripheral circuits is selectable.
I/O port (PPORT)
Number of
general-purpose I/O
ports Input/output port: 35 bits (max., 100-pin package or chip)
32 bits (max., 80-pin package)
27 bits (max., 64-pin package)
Output port: 1 bit (max.)
Pins are shared with the peripheral I/O.
Number of input interrupt ports 31 bits (max., 100-pin package or chip)
28 bits (max., 80-pin package)
23 bits (max., 64-pin package)
Number of ports that support universal port
multiplexer (UPMUX)
23 bits
A peripheral circuit I/O function selected via software can be assigned to each port.
Timers
Watchdog timer (WDT) Generates watchdog timer reset.
Real-time clock (RTCA) 128–1 Hz counter, second/minute/hour/day/day of the week/month/year counters
Theoretical regulation function for 1-second correction
Alarm and stopwatch functions
16-bit timer (T16) 3 channels
Generates the SPIA master clock.
16-bit PWM timer (T16B) 2 channels
Event counter/capture function
PWM waveform generation function
Number of PWM output or capture input ports: 2 ports/channel
1 OVERVIEW
1-2 Seiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
Supply voltage detector (SVD)
Detection level 30 levels (1.2 to 3.6 V)
Detection accuracy ±3 %
Other Intermittent operation mode
Generates an interrupt or reset according to the detection level evaluation.
Serial interfaces
UART (UART) 2 channels
Baud-rate generator included, IrDA1.0 supported
Synchronous serial interface (SPIA) 1 channel
2 to 16-bit variable data length
The 16-bit timer (T16) can be used for the baud-rate generator in master mode.
I2C (I2C) *11 channel
Baud-rate generator included
Sound generator (SNDA)
Buzzer output function 512 Hz to 16 kHz output frequencies
One-shot output function
Melody generation function Pitch: 128 Hz to 16 kHz ≈C3 to C6
Duration: 7 notes/rests (Half note/rest to thirty-second note/rest)
Tempo: 16 tempos (30 to 480)
Tie may be specified.
LCD driver (LCD8B)
LCD output 30 SEG ×5–8 COM (max.), 34 SEG ×1–4 COM (max.) (100-pin package or chip)
28 SEG ×5–8 COM (max.), 32 SEG ×1–4 COM (max.) (80-pin package)
20 SEG ×5–8 COM (max.), 24 SEG ×1–4 COM (max.) (64-pin package)
LCD contrast 32 levels
Other 1/4 or 1/3 bias power supply included, external voltage can be applied.
R/F converter (RFC)
Conversion method CR oscillation type with 24-bit counters
Number of conversion channels 4 channels (Up to two sensors can be connected to each channel.)
Supported sensors DC-bias resistive sensors, AC-bias resistive sensors (Ch.0 only)
Multiplier/divider (COPRO2)
Arithmetic functions 16-bit ×16-bit multiplier
16-bit ×16-bit + 32-bit multiply and accumulation unit
32-bit ÷32-bit divider
Reset
#RESET pin Reset when the reset pin is set to low.
Power-on reset Reset at power on.
Key entry reset Reset when the P00 to P01/P02/P03 keys are pressed simultaneously (can be en-
abled/disabled using a register).
Watchdog timer reset Reset when the watchdog timer overflows (can be enabled/disabled using a register).
Supply voltage detector reset
Reset when
the supply voltage detector
detects the set voltage level (can be enabled/
disabled using a register).
Interrupt
Non-maskable interrupt 4 systems (Reset, address misaligned interrupt, debug, NMI)
Programmable interrupt External interrupt: 1 system (8 levels)
Internal interrupt: 20 systems (8 levels)
Power supply voltage
VDD operating voltage 1.2 to 3.6 V
VDD operating voltage for Flash programming 1.8 to 3.6 V (VPP = 7.5 V external power supply is required.)
VDD operating voltage for super economy mode
2.5 to 3.6 V (100-pin/80-pin package or chip)
Operating temperature
Operating temperature range -40 to 85 °C
Current consumption
SLEEP mode *20.15 µA
IOSC = OFF, OSC1 = OFF, OSC3 = OFF
HALT mode 0.5 µA
OSC1 = 32 kHz, RTC = ON
0.3 µA (100-pin/80-pin package or chip)
OSC1 = 32 kHz, RTC = ON, super economy mode
1.2 µA (100-pin/80-pin package or chip)
OSC1 = 32 kHz, RTC = ON, CPU = OSC1, LCD = ON (no panel load, VC2 reference,
1/3 bias, all on), super economy mode
1 OVERVIEW
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation 1-3
(Rev. 1.3)
Current consumption
RUN mode 8 µA
OSC1 = 32 kHz, RTC = ON, CPU = OSC1
4 µA (100-pin/80-pin package or chip)
OSC1 = 32 kHz, RTC = ON, CPU = OSC1, super economy mode
250 µA
OSC3 = 1 MHz (ceramic oscillator), OSC1 = 32 kHz, RTC = ON, CPU = OSC3
Shipping form
1 *3SQFN9-64PIN (P-VQFN064-0909-0.50, 9 ×9 mm, t = 1 mm, 0.5 mm pitch)
2 *3TQFP13-64PIN (P-TQFP064-1010-0.50, 10 ×10 mm, t = 1.2 mm, 0.5 mm pitch)
3 *3TQFP14-80PIN (P-TQFP080-1212-0.50, 12 ×12 mm, t = 1.2 mm, 0.5 mm pitch)
4 *3QFP15-100PIN (P-LQFP100-1414-0.50, 14 ×14 mm, t = 1.7 mm, 0.5 mm pitch)
5 Chip (Die form), Pad pitch: 80 µm (min.)
*1 The input filter in I2C (SDA and SCL inputs) does not comply with the standard for removing noise spikes less than 50 ns.
*2 The RAM retains data even in SLEEP mode.
*3 Shown in parentheses are JEITA package names.
1.2 Block Diagram
CPU core & debugger
(S1C17)
Internal RAM
4K bytes
System clock Interrupt request
Interrupt signal
DCLK
DSIO
DST2
32-bit RAM bus
Multiplier/divider
(COPRO2)
Coprocessor bus
Instruction bus
16-bit internal bus
IOSC
oscillator
OSC1
oscillator
EXOSC
input circuit
Clock generator
(CLG)
Power-on reset
(POR)
Power generator
(PWG2)
System reset controller
(SRC)
VDD
VSS
VD1
VD2
CV1
CV2
VPP
RTC1S
SDA0
SCL0
EXSVD
∗1
USIN0–1
USOUT0–1
FOUT
OSC1
OSC2
OSC3
OSC4
EXOSC
BZOUT
#BZOUT
#RESET
OSC3
oscillator
Interrupt
controller
(ITC)
Watchdog timer
(WDT)
Real-time clock
(RTCA)
I2C
(I2C)
1 Ch.
R/F converter
(RFC)
4 Ch.
Supply voltage
detector
(SVD)
16-bit timer
(T16)
3 Ch.
TOUT00–01
TOUT10–11
CAP00–01
CAP10–11
EXCL00–01
EXCL10–11
16-bit PWM timer
(T16B)
2 Ch.
P00–06
P10–17
P20–27
P30–34
P35–37
PD0–D1
PD3–D4
PD2
I/O port
(PPORT)
SDI0
SDO0
SPICLK0
#SPISS0
RFIN0–3
REF0–3
SENA0–3
SENB0–3
Sound generator
(SNDA)
Synchronous
serial interface
(SPIA)
1 Ch.
VC1–4
CP1–4
COM0–3
COM4–7/SEG0–3
SEG4–23
SEG24–27
SEG28–29
SEG30–33
LCD driver
(LCD8B)
Display RAM
68 bytes
UART
(UART)
2 Ch.
Flash memory
64K bytes
∗1
∗1, ∗2
∗1
∗1, ∗2
∗1
*1 These pins do not exist in the 64-pin package.
*2 These pins do not exist in the 80-pin package.
Figure 1.2.1 S1C17W15 Block Diagram
1 OVERVIEW
1-4 Seiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
1.3 Pins
1.3.1 Pin Configuration Diagram (Package)
SQFN9-64PIN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
48
47
46
45
44
43
42
41
40
39
38
37
36
35
34
33
SEG7
SEG6
SEG5
SEG4
COM7
COM6
COM5
COM4
COM3
COM2
COM1
COM0
CP1
CP2
CP3
CP4
SEG7
SEG6
SEG5
SEG4
COM7/SEG3
COM6/SEG2
COM5/SEG1
COM4/SEG0
COM3
COM2
COM1
COM0
CP1
CP2
CP3
CP4
VPP
PD2
PD1
PD0
P17
P16
P15
P14
P13
P12
P11
P10
P06
P05
P04
VD1
32
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
(Top View)
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P03
P02
P01
P00
PD4
PD3
VC4
VC3
VC2
VC1
Pin name
P20
P21
P22
P23
P24
P25
P26
P27
SEG15
SEG14
SEG13
SEG12
SEG11
SEG10
SEG9
SEG8
VPP
DCLK/PD2
DSIO/PD1
DST2/PD0
P17/EXCL11/UPMUX
P16/FOUT/UPMUX
P15/BZOUT/UPMUX
P14/#BZOUT/UPMUX
P13/RFIN1/UPMUX
P12/REF1/UPMUX
P11/SENA1/UPMUX
P10/SENB1/UPMUX
P06/EXCL10/UPMUX
P05/EXCL01/UPMUX
P04/RTC1S/UPMUX
VD1
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P03/RFIN0/UPMUX
P02/REF0/UPMUX
P01/SENA0/UPMUX
P00/SENB0/UPMUX
PD4/OSC4
PD3/EXOSC/EXCL00/OSC3
VC4
VC3
VC2
VC1
Port function
or signal
assignment
P20/SENB2/UPMUX/SEG23
P21/SENA2/UPMUX/SEG22
P22/REF2/UPMUX/SEG21
P23/RFIN2/UPMUX/SEG20
P24/SENB3/UPMUX/SEG19
P25/SENA3/UPMUX/SEG18
P26/REF3/UPMUX/SEG17
P27/RFIN3/UPMUX/SEG16
SEG15
SEG14
SEG13
SEG12
SEG11
SEG10
SEG9
SEG8
Figure 1.3.1.1 S1C17W15 Pin Configuration Diagram (SQFN9-64PIN)
1 OVERVIEW
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation 1-5
(Rev. 1.3)
TQFP13-64PIN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
48
47
46
45
44
43
42
41
40
39
38
37
36
35
34
33
SEG7
SEG6
SEG5
SEG4
COM7
COM6
COM5
COM4
COM3
COM2
COM1
COM0
CP1
CP2
CP3
CP4
SEG7
SEG6
SEG5
SEG4
COM7/SEG3
COM6/SEG2
COM5/SEG1
COM4/SEG0
COM3
COM2
COM1
COM0
CP1
CP2
CP3
CP4
VPP
PD2
PD1
PD0
P17
P16
P15
P14
P13
P12
P11
P10
P06
P05
P04
VD1
32
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P03
P02
P01
P00
PD4
PD3
VC4
VC3
VC2
VC1
Pin name
P20
P21
P22
P23
P24
P25
P26
P27
SEG15
SEG14
SEG13
SEG12
SEG11
SEG10
SEG9
SEG8
Port function
or signal
assignment
P20/SENB2/UPMUX/SEG23
P21/SENA2/UPMUX/SEG22
P22/REF2/UPMUX/SEG21
P23/RFIN2/UPMUX/SEG20
P24/SENB3/UPMUX/SEG19
P25/SENA3/UPMUX/SEG18
P26/REF3/UPMUX/SEG17
P27/RFIN3/UPMUX/SEG16
SEG15
SEG14
SEG13
SEG12
SEG11
SEG10
SEG9
SEG8
VPP
DCLK/PD2
DSIO/PD1
DST2/PD0
P17/EXCL11/UPMUX
P16/FOUT/UPMUX
P15/BZOUT/UPMUX
P14/#BZOUT/UPMUX
P13/RFIN1/UPMUX
P12/REF1/UPMUX
P11/SENA1/UPMUX
P10/SENB1/UPMUX
P06/EXCL10/UPMUX
P05/EXCL01/UPMUX
P04/RTC1S/UPMUX
VD1
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P03/RFIN0/UPMUX
P02/REF0/UPMUX
P01/SENA0/UPMUX
P00/SENB0/UPMUX
PD4/OSC4
PD3/EXOSC/EXCL00/OSC3
VC4
VC3
VC2
VC1
Figure 1.3.1.2 S1C17W15 Pin Configuration Diagram (TQFP13-64PIN)
1 OVERVIEW
1-6 Seiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
TQFP14-80PIN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
60
59
58
57
56
55
54
53
52
51
50
49
48
47
46
45
44
43
42
41
SEG7
SEG6
SEG5
SEG4
SEG27
SEG26
SEG25
SEG24
COM7
COM6
COM5
COM4
COM3
COM2
COM1
COM0
CP1
CP2
CP3
CP4
SEG7
SEG6
SEG5
SEG4
SEG27
SEG26
SEG25
SEG24
COM7/SEG3
COM6/SEG2
COM5/SEG1
COM4/SEG0
COM3
COM2
COM1
COM0
CP1
CP2
CP3
CP4
VPP
PD2
PD1
PD0
P17
P16
P15
P14
P34
P33
P13
P12
P11
P10
P06
P05
P04
VD1
CV2
CV1
40
39
38
37
36
35
34
33
32
31
30
29
28
27
26
25
24
23
22
21
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
VD2
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P32
P31
P30
P03
P02
P01
P00
PD4
PD3
VC4
VC3
VC2
VC1
Pin name
P20
P21
P22
P23
P24
P25
P26
P27
SEG15
SEG14
SEG13
SEG33
SEG32
SEG31
SEG30
SEG12
SEG11
SEG10
SEG9
SEG8
VPP
DCLK/PD2
DSIO/PD1
DST2/PD0
P17/EXCL11/UPMUX
P16/FOUT/UPMUX
P15/BZOUT/UPMUX
P14/#BZOUT/UPMUX
P34
P33
P13/RFIN1/UPMUX
P12/REF1/UPMUX
P11/SENA1/UPMUX
P10/SENB1/UPMUX
P06/EXCL10/UPMUX
P05/EXCL01/UPMUX
P04/RTC1S/UPMUX
VD1
CV2
CV1
VD2
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P32
P31
P30
P03/RFIN0/UPMUX
P02/REF0/UPMUX
P01/SENA0/UPMUX
P00/SENB0/UPMUX
PD4/OSC4
PD3/EXOSC/EXCL00/OSC3
VC4
VC3
VC2
VC1
Port function
or signal
assignment
P20/SENB2/UPMUX/SEG23
P21/SENA2/UPMUX/SEG22
P22/REF2/UPMUX/SEG21
P23/RFIN2/UPMUX/SEG20
P24/SENB3/UPMUX/SEG19
P25/SENA3/UPMUX/SEG18
P26/REF3/UPMUX/SEG17
P27/RFIN3/UPMUX/SEG16
SEG15
SEG14
SEG13
SEG33
SEG32
SEG31
SEG30
SEG12
SEG11
SEG10
SEG9
SEG8
Figure 1.3.1.3 S1C17W15 Pin Configuration Diagram (TQFP14-80PIN)
1 OVERVIEW
S1C17W15 TECHNICAL MANUAL Seiko Epson Corporation 1-7
(Rev. 1.3)
QFP15-100PIN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
75
74
73
72
71
70
69
68
67
66
65
64
63
62
61
60
59
58
57
56
55
54
53
52
51
SEG7
SEG6
SEG5
SEG4
SEG29
SEG28
SEG27
SEG26
SEG25
SEG24
COM7
N.C.
COM6
N.C.
COM5
COM4
COM3
COM2
COM1
COM0
VDD
CP1
CP2
CP3
CP4
SEG7
SEG6
SEG5
SEG4
SEG29
SEG28
SEG27
SEG26
SEG25
SEG24
COM7/SEG3
N.C.
COM6/SEG2
N.C.
COM5/SEG1
COM4/SEG0
COM3
COM2
COM1
COM0
VDD
CP1
CP2
CP3
CP4
P37
P36
VPP
PD2
PD1
PD0
P17
P16
P15
P14
P35
N.C.
P34
N.C.
P33
P13
P12
P11
P10
P06
P05
P04
VD1
CV2
CV1
50
49
48
47
46
45
44
43
42
41
40
39
38
37
36
35
34
33
32
31
30
29
28
27
26
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
VD2
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P32
N.C.
P31
N.C.
P30
N.C.
P03
N.C.
P02
P01
P00
PD4
PD3
VSS
VC4
VC3
VC2
VC1
Pin name
P20
P21
P22
P23
P24
P25
P26
P27
N.C.
SEG15
N.C.
SEG14
N.C.
SEG13
N.C.
SEG33
N.C.
SEG32
SEG31
SEG30
SEG12
SEG11
SEG10
SEG9
SEG8
P37
P36
VPP
DCLK/PD2
DSIO/PD1
DST2/PD0
P17/EXCL11/UPMUX
P16/FOUT/UPMUX
P15/BZOUT/UPMUX
P14/#BZOUT/UPMUX
P35
N.C.
P34
N.C.
P33
P13/RFIN1/UPMUX
P12/REF1/UPMUX
P11/SENA1/UPMUX
P10/SENB1/UPMUX
P06/EXCL10/UPMUX
P05/EXCL01/UPMUX
P04/RTC1S/UPMUX
VD1
CV2
CV1
VD2
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P32
N.C.
P31
N.C.
P30
N.C.
P03/RFIN0/UPMUX
N.C.
P02/REF0/UPMUX
P01/SENA0/UPMUX
P00/SENB0/UPMUX
PD4/OSC4
PD3/EXOSC/EXCL00/OSC3
VSS
VC4
VC3
VC2
VC1
Port function
or signal
assignment
P20/SENB2/UPMUX/SEG23
P21/SENA2/UPMUX/SEG22
P22/REF2/UPMUX/SEG21
P23/RFIN2/UPMUX/SEG20
P24/SENB3/UPMUX/SEG19
P25/SENA3/UPMUX/SEG18
P26/REF3/UPMUX/SEG17
P27/RFIN3/UPMUX/SEG16
N.C.
SEG15
N.C.
SEG14
N.C.
SEG13
N.C.
SEG33
N.C.
SEG32
SEG31
SEG30
SEG12
SEG11
SEG10
SEG9
SEG8
Figure 1.3.1.4 S1C17W15 Pin Configuration Diagram (QFP15-100PIN)
1 OVERVIEW
1-8 Seiko Epson Corporation S1C17W15 TECHNICAL MANUAL
(Rev. 1.3)
1.3.2 Pad Configuration Diagram (Chip)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
44
43
42
41
40
39
38
37
36
35
34
33
32
31
30
29
28
27
26
25
24
67
66
65
64
63
62
61
60
59
58
57
56
55
54
53
52
51
50
49
48
47
46
45
Y
X
(0, 0)
2.403 mm
2.453 mm
SEG7
SEG6
SEG5
SEG4
SEG29
SEG28
SEG27
SEG26
SEG25
SEG24
COM7
COM6
COM5
COM4
COM3
COM2
COM1
COM0
VDD
CP1
CP2
CP3
CP4
SEG7
SEG6
SEG5
SEG4
SEG29
SEG28
SEG27
SEG26
SEG25
SEG24
COM7/SEG3
COM6/SEG2
COM5/SEG1
COM4/SEG0
COM3
COM2
COM1
COM0
VDD
CP1
CP2
CP3
CP4
P37
P36
VPP
PD2
PD1
PD0
P17
P16
P15
P14
P35
P34
P33
P13
P12
P11
P10
P06
P05
P04
VD1
CV2
CV1
VD2
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P32
P31
P30
P03
P02
P01
P00
PD4
PD3
VSS
VC4
VC3
VC2
VC1
Pin name
P20
P21
P22
P23
P24
P25
P26
P27
SEG15
SEG14
SEG13
SEG33
SEG32
SEG31
SEG30
SEG12
SEG11
SEG10
SEG9
SEG8
Port function
or signal
assignment
P20/SENB2/UPMUX/SEG23
P21/SENA2/UPMUX/SEG22
P22/REF2/UPMUX/SEG21
P23/RFIN2/UPMUX/SEG20
P24/SENB3/UPMUX/SEG19
P25/SENA3/UPMUX/SEG18
P26/REF3/UPMUX/SEG17
P27/RFIN3/UPMUX/SEG16
SEG15
SEG14
SEG13
SEG33
SEG32
SEG31
SEG30
SEG12
SEG11
SEG10
SEG9
SEG8
P37
P36
VPP
DCLK/PD2
DSIO/PD1
DST2/PD0
P17/EXCL11/UPMUX
P16/FOUT/UPMUX
P15/BZOUT/UPMUX
P14/#BZOUT/UPMUX
P35
P34
P33
P13/RFIN1/UPMUX
P12/REF1/UPMUX
P11/SENA1/UPMUX
P10/SENB1/UPMUX
P06/EXCL10/UPMUX
P05/EXCL01/UPMUX
P04/RTC1S/UPMUX
VD1
CV2
CV1
VD2
VDD
VSS
#RESET
OSC2
OSC1
EXSVD
P32
P31
P30
P03/RFIN0/UPMUX
P02/REF0/UPMUX
P01/SENA0/UPMUX
P00/SENB0/UPMUX
PD4/OSC4
PD3/EXOSC/EXCL00/OSC3
VSS
VC4
VC3
VC2
VC1
Die No. CJxxxxx
Figure 1.3.2.1 S1C17W15 Pad Configuration Diagram (Chip)
Pad opening No. 1–23, 45–67: X = 68 µm, Y = 80 µm
No. 24–44, 68–87: X = 80 µm, Y = 68 µm
Chip thickness 400 µm
Table 1.3.2.1 Pad Coordinates
No. X µm Y µm No. X µm Y µm No. X µm Y µm No. X µm Y µm
1 -1,133 -1,106 24 1,131 -875 45 914 1,106 68 -1,131 756
2 -1,053 -1,106 25 1,131 -795 46 834 1,106 69 -1,131 676
3 -860 -1,106 26 1,131 -715 47 754 1,106 70 -1,131 596
4 -770 -1,106 27 1,131 -635 48 625 1,106 71 -1,131 516
5 -680 -1,106 28 1,131 -555 49 540 1,106 72 -1,131 436
6 -590 -1,106 29 1,131 -432 50 455 1,106 73 -1,131 356
7 -500 -1,106 30 1,131 -352 51 360 1,106 74 -1,131 276
8 -410 -1,106 31 1,131 -272 52 275 1,106 75 -1,131 196
9 -320 -1,106 32 1,131 -192 53 190 1,106 76 -1,131 116
10 -230 -1,106 33 1,131 -112 54 105 1,106 77 -1,131 36
11 -140 -1,106 34 1,131 -32 55 10 1,106 78 -1,131 -44
12 -50 -1,106 35 1,131 48 56 -75 1,106 79 -1,131 -178
13 40 -1,106 36 1,131 128 57 -160 1,106 80 -1,131 -258
14 130 -1,106 37 1,131 208 58 -255 1,106 81 -1,131 -338
15 220 -1,106 38 1,131 288 59 -340 1,106 82 -1,131 -418
16 310 -1,106 39 1,131 416 60 -425 1,106 83 -1,131 -498
17 400 -1,106 40 1,131 516 61 -510 1,106 84 -1,131 -578
18 490 -1,106 41 1,131 648 62 -610 1,106 85 -1,131 -658
19 580 -1,106 42 1,131 728 63 -695 1,106 86 -1,131 -738
20 660 -1,106 43 1,131 808 64 -780 1,106 87 -1,131 -818
21 740 -1,106 44 1,131 888 65 -865 1,106 – – –
22 820 -1,106 – – – 66 -1,053 1,106 – – –
23 900 -1,106 – – – 67 -1,133 1,106 – – –

Other Epson Microcontroller manuals

Epson S1C31D50 Owner's manual

Epson

Epson S1C31D50 Owner's manual

Epson S5U1C17001C User manual

Epson

Epson S5U1C17001C User manual

Epson S5U1C31001L1200 User manual

Epson

Epson S5U1C31001L1200 User manual

Epson S5U1C17589T21 User manual

Epson

Epson S5U1C17589T21 User manual

Epson S1C17W18 User manual

Epson

Epson S1C17W18 User manual

Epson S5U1C17001H2 User manual

Epson

Epson S5U1C17001H2 User manual

Epson S1C17M01 User manual

Epson

Epson S1C17M01 User manual

Epson S1C17001 User manual

Epson

Epson S1C17001 User manual

Epson S5U1C17000Y23 User guide

Epson

Epson S5U1C17000Y23 User guide

Epson S5U1C17656T User manual

Epson

Epson S5U1C17656T User manual

Epson S1C17F13 User manual

Epson

Epson S1C17F13 User manual

Epson S5U1C17001C User manual

Epson

Epson S5U1C17001C User manual

Epson S5U1C17M13T1 User manual

Epson

Epson S5U1C17M13T1 User manual

Epson S1C17W14 User manual

Epson

Epson S1C17W14 User manual

Epson S1C17M12 User manual

Epson

Epson S1C17M12 User manual

Epson S1C6S3N2 User manual

Epson

Epson S1C6S3N2 User manual

Epson S1C31D01 Mounting instructions

Epson

Epson S1C31D01 Mounting instructions

Epson S1C31D50 User manual

Epson

Epson S1C31D50 User manual

Epson S5U1C17001H User manual

Epson

Epson S5U1C17001H User manual

Epson S1C17M20 User manual

Epson

Epson S1C17M20 User manual

Epson S1C17W03 User manual

Epson

Epson S1C17W03 User manual

Epson S1C17M10 User manual

Epson

Epson S1C17M10 User manual

Epson S1C17 Series User manual

Epson

Epson S1C17 Series User manual

Epson S5U1C17564T1 User manual

Epson

Epson S5U1C17564T1 User manual

Popular Microcontroller manuals by other brands

MAS CIKA MDVKIT35P quick start guide

MAS

MAS CIKA MDVKIT35P quick start guide

SONIX SN8P2977 user manual

SONIX

SONIX SN8P2977 user manual

NXP Semiconductors P89LPC9321 UM10310 user manual

NXP Semiconductors

NXP Semiconductors P89LPC9321 UM10310 user manual

ANTUMBRA TUNE Building instructions

ANTUMBRA

ANTUMBRA TUNE Building instructions

Fujitsu MB89140 Series Hardware manual

Fujitsu

Fujitsu MB89140 Series Hardware manual

Texas Instruments AM5728 user guide

Texas Instruments

Texas Instruments AM5728 user guide

Qorvo QM33120WDK1 quick start guide

Qorvo

Qorvo QM33120WDK1 quick start guide

AnyDATA DTS-800 CDK Service manual

AnyDATA

AnyDATA DTS-800 CDK Service manual

SCORPIO TECHNOLOGY TRANSISTOR TESTER quick start guide

SCORPIO TECHNOLOGY

SCORPIO TECHNOLOGY TRANSISTOR TESTER quick start guide

ScioSense AS6040-DK user guide

ScioSense

ScioSense AS6040-DK user guide

Kinco K5 Series Hardware manual

Kinco

Kinco K5 Series Hardware manual

Dialog Semiconductor DA14530/1 Hardware user manual

Dialog Semiconductor

Dialog Semiconductor DA14530/1 Hardware user manual

Intel Agilex F Series user guide

Intel

Intel Agilex F Series user guide

Atmel AVR2052 quick start guide

Atmel

Atmel AVR2052 quick start guide

NimbeLink Microchip chipKIT WF32 Shield user manual

NimbeLink

NimbeLink Microchip chipKIT WF32 Shield user manual

NXP Semiconductors MCIMX6UL-EVK quick start guide

NXP Semiconductors

NXP Semiconductors MCIMX6UL-EVK quick start guide

Novatel Wireless Expedite G301 Series manual

Novatel

Novatel Wireless Expedite G301 Series manual

Texas Instruments MSP432P401R quick start guide

Texas Instruments

Texas Instruments MSP432P401R quick start guide

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.