參數(shù)資料
型號: S1C88104P0A0100
元件分類: 微控制器/微處理器
英文描述: 8-BIT, MROM, 8.2 MHz, MICROCONTROLLER, PBGA240
封裝: VFBGA10H-216
文件頁數(shù): 165/211頁
文件大?。?/td> 1802K
代理商: S1C88104P0A0100
第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頁第26頁第27頁第28頁第29頁第30頁第31頁第32頁第33頁第34頁第35頁第36頁第37頁第38頁第39頁第40頁第41頁第42頁第43頁第44頁第45頁第46頁第47頁第48頁第49頁第50頁第51頁第52頁第53頁第54頁第55頁第56頁第57頁第58頁第59頁第60頁第61頁第62頁第63頁第64頁第65頁第66頁第67頁第68頁第69頁第70頁第71頁第72頁第73頁第74頁第75頁第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頁第101頁第102頁第103頁第104頁第105頁第106頁第107頁第108頁第109頁第110頁第111頁第112頁第113頁第114頁第115頁第116頁第117頁第118頁第119頁第120頁第121頁第122頁第123頁第124頁第125頁第126頁第127頁第128頁第129頁第130頁第131頁第132頁第133頁第134頁第135頁第136頁第137頁第138頁第139頁第140頁第141頁第142頁第143頁第144頁第145頁第146頁第147頁第148頁第149頁第150頁第151頁第152頁第153頁第154頁第155頁第156頁第157頁第158頁第159頁第160頁第161頁第162頁第163頁第164頁當(dāng)前第165頁第166頁第167頁第168頁第169頁第170頁第171頁第172頁第173頁第174頁第175頁第176頁第177頁第178頁第179頁第180頁第181頁第182頁第183頁第184頁第185頁第186頁第187頁第188頁第189頁第190頁第191頁第192頁第193頁第194頁第195頁第196頁第197頁第198頁第199頁第200頁第201頁第202頁第203頁第204頁第205頁第206頁第207頁第208頁第209頁第210頁第211頁
S1C8F626 TECHNICAL MANUAL
EPSON
49
5 PERIPHERAL CIRCUITS AND THEIR OPERATION (I/O Ports)
■ DC output control
P00D–P07D: 00FF62H
P10D–P17D: 00FF63H
P20D–P27D: 00FF6AH
How I/O port terminal Pxx data readout and output
data settings are performed.
When writing data:
When "1" is written: HIGH level
When "0" is written: LOW level
When the I/O port is set to output mode, the data
written is output as is to the I/O port terminal. In
terms of port data, when "1" is written, the port
terminal goes to HIGH (VDD) level and when "0" is
written to a LOW (VSS) level.
Even when the port is in input mode, data can still be
written in.
When reading out data:
When "1" is read:
HIGH level ("1")
When "0" is read:
LOW level ("0")
When an I/O port is in input mode, the voltage level
being input to the port terminal is read out.
When terminal voltage is HIGH (VDD), it is read as a
"1", and when it is LOW (VSS), it is read as a "0".
Furthermore, in output mode, the contents of the data
register are read out.
At initial reset, this register is set to "1" (HIGH level).
Note: The data registers of the ports that are
configured to the serial interface outputs and
special outputs can be used as general
purpose registers that do not affect the
terminal inputs/outputs.
IOC00–IOC07: 00FF60H
IOC10–IOC17: 00FF61H
IOC20–IOC27: 00FF68H
Sets the I/O ports to input or output mode.
When "1" is written: Output mode
When "0" is written: Input mode
Reading:
Valid
IOCxx is the I/O control register which correspond to
each I/O port in a bit unit.
Writing "1" to the IOCxx register will switch the
corresponding I/O port Pxx to output mode, and
writing "0" will switch it to input mode.
When the special output is used, "1" must always be
set for the I/O control registers (IOC14–IOC17) of I/
O ports which will become output terminals.
At initial reset, this register is set to "0" (input mode).
Note: The I/O control registers of the ports that are
configured to the serial interface inputs/
outputs and special outputs can be used as
general purpose registers that do not affect
the terminal inputs/outputs.
IFLP10–IFLP17: 00FF67H
IFLP20–IFLP27: 00FF6EH
Selects an input interface level.
When "1" is written: CMOS Schmitt level
When "0" is written: CMOS level
Reading:
Valid
IFLPxx is the input I/F level select register
corresponding to the I/O ports P10–P17 and P20–
P27.
When "1" is written to IFLPxx, the corresponding I/
O port Pxx is configured with a CMOS Schmitt
level input interface. When "0" is written, the port is
configured with a CMOS level input interface.
At initial reset, this register is set to "0" (CMOS
level).
PULP00–PULP07: 00FF64H
PULP10–PULP17: 00FF65H
PULP20–PULP27: 00FF6CH
The pull-up during the input mode are set with
these registers.
When "1" is written: Pull-up ON
When "0" is written: Pull-up OFF
Reading:
Valid
PULPxx is the pull-up control register
corresponding to each I/O port (in bit units).
By writing "1" to the PULPxx register, the
corresponding I/O ports are pulled up (during
input mode), while writing "0" turns the pull-up
function OFF.
At initial reset, these registers are all set to "1", so
the pull-up function is set to ON.
Note: The pull-up control registers of the ports that
are configured to the serial interface outputs
or special outputs can be used as general
purpose registers that do not affect the pull-
up control. The pull-up control registers of
the port that are configured to the serial
interface inputs function the same as the I/O
port.
相關(guān)PDF資料
PDF描述
S1C88317D0A0100 MICROCONTROLLER, UUC170
S1C88308D0A0100 MICROCONTROLLER, UUC170
S1C88308F0A0100 MICROCONTROLLER, PQFP160
S1C88348F 8-BIT, MROM, 8.2 MHz, MICROCONTROLLER, PQFP16
S1C88316D 8-BIT, MROM, 8.2 MHz, MICROCONTROLLER, UUC172
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
S1C88349 制造商:EPSON 制造商全稱:EPSON 功能描述:8-bit Single Chip Microcomputer
S1C88649 制造商:EPSON 制造商全稱:EPSON 功能描述:8-bit Single Chip Microcomputer
S1C88650 制造商:EPSON 制造商全稱:EPSON 功能描述:8-bit Single Chip Microcomputer
S1C88655 制造商:EPSON 制造商全稱:EPSON 功能描述:8-bit Single Chip Microcomputer
S1C88816 制造商:EPSON 制造商全稱:EPSON 功能描述:8-bit Single Chip Microcomputer