参数资料
型号: S1C17554B00E10L
元件分类: 微控制器/微处理器
英文描述: 16-BIT, FLASH, 24 MHz, RISC MICROCONTROLLER, PBGA48
封装: 3.137 X 3.137 MM, 0.72 MM HEIGHT, 0.40 MM PITCH, WCSP-48
文件页数: 123/318页
文件大小: 2643K
代理商: S1C17554B00E10L
第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页第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页第212页第213页第214页第215页第216页第217页第218页第219页第220页第221页第222页第223页第224页第225页第226页第227页第228页第229页第230页第231页第232页第233页第234页第235页第236页第237页第238页第239页第240页第241页第242页第243页第244页第245页第246页第247页第248页第249页第250页第251页第252页第253页第254页第255页第256页第257页第258页第259页第260页第261页第262页第263页第264页第265页第266页第267页第268页第269页第270页第271页第272页第273页第274页第275页第276页第277页第278页第279页第280页第281页第282页第283页第284页第285页第286页第287页第288页第289页第290页第291页第292页第293页第294页第295页第296页第297页第298页第299页第300页第301页第302页第303页第304页第305页第306页第307页第308页第309页第310页第311页第312页第313页第314页第315页第316页第317页第318页
19 UNIVERSAL SERIAL INTERFACE (USI) [S1C17564]
19-22
Seiko Epson Corporation
S1C17554/564 TECHNICAL MANUAL
Interrupts in I
19.7.4
2C Slave Mode
The I2C slave mode includes a function for generating the following two different types of interrupts.
Operation completion interrupt
Receive error interrupt
Operation completion interrupt
To use this interrupt, set ISIE/USI_ISIEx register to 1. If ISIE is set to 0 (default), interrupt requests for this
cause will not be sent to the ITC.
When the operation that initiated by a software trigger has completed, the USI module sets ISIF/USI_ISIFx reg-
ister to 1. If operation completion interrupts are enabled (ISIE = 1), an interrupt request is sent simultaneously
to the ITC. An interrupt occurs if other interrupt conditions are met. You can inspect the ISSTA[2:0]/USI_ISIFx
register in the interrupt handler routine to determine the I2C operation/status that causes the interrupt.
7.4.1 I
Table 19.
2C Slave Status Bits
ISSTA[2:0]
Status
0x7
Reserved
0x6
NAK has been received.
0x5
ACK has been received.
0x4
ACK or NAK has been transmitted.
0x3
Receive data buffer is full.
0x2
Transmit data buffer is empty.
0x1
Stop condition has been detected.
0x0
Start condition has been detected.
(Default: 0x0)
Receive error interrupt
To use this interrupt, set ISEIE/USI_ISIEx register to 1. If ISEIE is set to 0 (default), interrupt requests for this
cause will not be sent to the ITC.
The USI module sets ISEIF/USI_ISIFx register to 1 if an overrun error is detected when receiving data. If re-
ceive error interrupts are enabled (ISEIE = 1), an interrupt request is sent simultaneously to the ITC. An inter-
rupt occurs if other interrupt conditions are met. You can inspect the ISEIF flags in the interrupt handler routine
to determine whether the USI (I2C slave mode) interrupt was caused by a receive error. If ISEIF is 1, the inter-
rupt handler routine will proceed with error recovery.
Control Register Details
19.8
8.1 List of USI Registers
Table 19.
Address
Register name
Function
0x50c0
USI_GCFG0 USI Ch.0 Global Configuration Register
Sets interface and MSB/LSB mode.
0x50c1
USI_TD0
USI Ch.0 Transmit Data Buffer Register
Transmit data buffer
0x50c2
USI_RD0
USI Ch.0 Receive Data Buffer Register
Receive data buffer
0x50c3
USI_UCFG0 USI Ch.0 UART Mode Configuration Register
Sets UART transfer conditions.
0x50c4
USI_UIE0
USI Ch.0 UART Mode Interrupt Enable Register
Enables interrupts.
0x50c5
USI_UIF0
USI Ch.0 UART Mode Interrupt Flag Register
Indicates interrupt occurrence status.
0x50c6
USI_SCFG0 USI Ch.0 SPI Master Mode Configuration Register
Sets SPI transfer conditions.
0x50c7
USI_SIE0
USI Ch.0 SPI Master Mode Interrupt Enable Register
Enables interrupts.
0x50c8
USI_SIF0
USI Ch.0 SPI Master Mode Interrupt Flag Register
Indicates interrupt occurrence status.
0x50c9
USI_SMSK0 USI Ch.0 SPI Master Mode Receive Data Mask Register
Sets receive data mask.
0x50ca
USI_IMTG0
USI Ch.0 I2C Master Mode Trigger Register
Starts I2C master operations.
0x50cb
USI_IMIE0
USI Ch.0 I2C Master Mode Interrupt Enable Register
Enables interrupts.
0x50cc
USI_IMIF0
USI Ch.0 I2C Master Mode Interrupt Flag Register
Indicates interrupt occurrence status.
0x50cd
USI_ISTG0
USI Ch.0 I2C Slave Mode Trigger Register
Starts I2C slave operations.
0x50ce
USI_ISIE0
USI Ch.0 I2C Slave Mode Interrupt Enable Register
Enables interrupts.
0x50cf
USI_ISIF0
USI Ch.0 I2C Slave Mode Interrupt Flag Register
Indicates interrupt occurrence status.
0x50e0
USI_GCFG1 USI Ch.1 Global Configuration Register
Sets interface and MSB/LSB mode.
0x50e1
USI_TD1
USI Ch.1 Transmit Data Buffer Register
Transmit data buffer
0x50e2
USI_RD1
USI Ch.1 Receive Data Buffer Register
Receive data buffer
0x50e3
USI_UCFG1 USI Ch.1 UART Mode Configuration Register
Sets UART transfer conditions.
0x50e4
USI_UIE1
USI Ch.1 UART Mode Interrupt Enable Register
Enables interrupts.
0x50e5
USI_UIF1
USI Ch.1 UART Mode Interrupt Flag Register
Indicates interrupt occurrence status.
相关PDF资料
PDF描述
S1C17554D00E10H 16-BIT, FLASH, 24 MHz, RISC MICROCONTROLLER, UUC
S1C17554F00E10P 16-BIT, FLASH, 24 MHz, RISC MICROCONTROLLER, PQFP64
S1C17564D00E199 16-BIT, FLASH, 24 MHz, RISC MICROCONTROLLER, UUC
S1C17651B00E199 16-BIT, FLASH, 2 MHz, RISC MICROCONTROLLER, PBGA
SPC563M54L3COBR 32-BIT, FLASH, 64 MHz, MICROCONTROLLER, PQFP100
相关代理商/技术参数
参数描述
S1C17555 制造商:EPSON 制造商全称:EPSON 功能描述:16-bit Single Chip Microcontroller
S1C17564 制造商:EPSON 制造商全称:EPSON 功能描述:16-bit Single Chip Microcontroller
S1C17564D111000 制造商:Epson Electronics America Inc 功能描述:16-bit, 128KB Flash (OSC3 = Ceramic)
S1C17564F111100 功能描述:显示驱动器和控制器 16-bit, 128KB Flash RoHS:否 制造商:Panasonic Electronic Components 工作电源电压:2.7 V to 5.5 V 最大工作温度: 安装风格:SMD/SMT 封装 / 箱体:QFN-44 封装:Reel
S1C17565 制造商:EPSON 制造商全称:EPSON 功能描述:16-bit Single Chip Microcontroller