参数资料
型号: S1C17651B00E100
元件分类: 微控制器/微处理器
英文描述: 16-BIT, FLASH, 2 MHz, RISC MICROCONTROLLER, PBGA
文件页数: 147/216页
文件大小: 1784K
代理商: S1C17651B00E100
第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页
6 INTERRUPT CONTROLLER (ITC)
S1C17651 TECHNICAL MANUAL
Seiko Epson Corporation
6-3
Vector Table Address Low/High Registers (MISC_TTBRL, MISC_TTBRH)
Register name Address
Bit
Name
Function
Setting
Init. R/W
Remarks
Vector Table
Address Low
Register
(MISC_TTBRL)
0x5328
(16 bits)
D15–8 TTBR[15:8] Vector table base address A[15:8]
0x0–0xff
0x80 R/W
D7–0 TTBR[7:0]
Vector table base address A[7:0]
(fixed at 0)
0x0
R
Vector Table
Address High
Register
(MISC_TTBRH)
0x532a
(16 bits)
D15–8 –
reserved
0 when being read.
D7–0 TTBR[23:16] Vector table base address
A[23:16]
0x0–0xff
0x0 R/W
Note: The MISC_TTBRL and MISC_TTBRH registers are write-protected. Before these registers can
be rewritten, write protection must be removed by writing data 0x96 to the MISC_PROT register.
Note that since unnecessary rewrites to the MISC_TTBRL and MISC_TTBRH registers could lead
to erratic system operation, the MISC_PROT register should be set to other than 0x96 unless the
Vector Table Base Registers must be rewritten.
Control of Maskable Interrupts
6.3
Interrupt Control Bits in Peripheral Modules
6.3.1
The peripheral module that generates interrupts includes an interrupt enable bit and an interrupt flag for each inter-
rupt cause. The interrupt flag is set to 1 when the cause of interrupt occurs. By setting the interrupt enable bit to 1
(interrupt enabled), the flag state will be sent to the ITC as an interrupt request signal, generating an interrupt re-
quest to the S1C17 Core.
The corresponding interrupt enable bits should be set to 0 for those causes for which interrupts are not desired. In
this case, although the interrupt flag is set to 1 if the interrupt cause occurs, the interrupt request signal sent to the
ITC will not be asserted.
For specific information on causes of interrupts, interrupt flags, and interrupt enable bits, refer to the respective pe-
ripheral module descriptions.
Note: To prevent recurrence of the interrupt due to the same cause of interrupt, always reset the inter-
rupt flag in the peripheral module before enabling the interrupt, resetting the PSR, or executing
the reti instruction.
ITC Interrupt Request Processing
6.3.2
On receiving an interrupt signal from a peripheral module, the ITC sends the interrupt request, interrupt level, and
vector number signals to the S1C17 Core.
Vector numbers are determined by the ITC internal hardware for each interrupt cause, as shown in Table 6.2.1.
The interrupt level is a value used by the S1C17 Core to compare with the IL bits (PSR). This interrupt level is used
in the S1C17 Core to disable subsequently occurring interrupts with the same or lower level. (See Section 6.3.3.)
The default ITC settings are level 0 for all maskable interrupts. Interrupt requests are not accepted by the S1C17
Core if the level is 0.
The ITC includes control bits for selecting the interrupt level, and the level can be set to between 0 (low) and 7 (high)
interrupt levels for each interrupt type.
If interrupt requests are input to the ITC simultaneously from two or more peripheral modules, the ITC outputs the
interrupt request with the highest priority to the S1C17 Core in accordance with the following conditions.
1. The interrupt with the highest interrupt level takes precedence.
2. If multiple interrupt requests are input with the same interrupt level, the interrupt with the lowest vector number
takes precedence.
The other interrupts occurring at the same time are held until all interrupts with higher priority levels have been ac-
cepted by the S1C17 Core.
If an interrupt cause with higher priority occurs while the ITC is outputting an interrupt request signal to the S1C17
Core (before being accepted by the S1C17 Core), the ITC alters the vector number and interrupt level signals to the
setting information on the more recent interrupt. The previously occurring interrupt is held. The held interrupt is
canceled and no interrupt is generated if the interrupt flag in the peripheral module is reset with software.
相关PDF资料
PDF描述
S1C17651B00E10A 16-BIT, FLASH, 2 MHz, RISC MICROCONTROLLER, PBGA
S1C17651B00E10C 16-BIT, FLASH, 2 MHz, RISC MICROCONTROLLER, PBGA
S1C17651B00E10E 16-BIT, FLASH, 2 MHz, RISC MICROCONTROLLER, PBGA
S1C17651B00E10H 16-BIT, FLASH, 2 MHz, RISC MICROCONTROLLER, PBGA
S1C17651B00E10K 16-BIT, FLASH, 2 MHz, RISC MICROCONTROLLER, PBGA
相关代理商/技术参数
参数描述
S1C17653 制造商:EPSON 制造商全称:EPSON 功能描述:16-bit Single Chip Microcontroller
S1C17701 制造商:EPSON 制造商全称:EPSON 功能描述:CMOS 16-bit Single Chip Microcontroller
S1C17701D101000 制造商:Seiko Instruments Inc (SII) 功能描述:EPSON 16BIT MCU
S1C17701F00B100 功能描述:16位微控制器 - MCU 16-bit 64KB Flash LCD 56x32 RoHS:否 制造商:Texas Instruments 核心:RISC 处理器系列:MSP430FR572x 数据总线宽度:16 bit 最大时钟频率:24 MHz 程序存储器大小:8 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:2 V to 3.6 V 工作温度范围:- 40 C to + 85 C 封装 / 箱体:VQFN-40 安装风格:SMD/SMT
S1C17701F00E100 功能描述:16位微控制器 - MCU 16-bit 64KB Flash LCD 56x32 RoHS:否 制造商:Texas Instruments 核心:RISC 处理器系列:MSP430FR572x 数据总线宽度:16 bit 最大时钟频率:24 MHz 程序存储器大小:8 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:2 V to 3.6 V 工作温度范围:- 40 C to + 85 C 封装 / 箱体:VQFN-40 安装风格:SMD/SMT