欢迎访问ic37.com |
会员登录 免费注册
发布采购

Z8F2421VN020EC 参数 Datasheet PDF下载

Z8F2421VN020EC图片预览
型号: Z8F2421VN020EC
PDF下载: 下载PDF文件 查看货源
内容描述: 高性能8位微控制器Z8喝采! -R 64K系列 [High Performance 8-Bit Microcontrollers Z8 Encore!-R 64K Series]
分类和应用: 微控制器
文件页数/大小: 299 页 / 1995 K
品牌: ZILOG [ ZILOG, INC. ]
 浏览型号Z8F2421VN020EC的Datasheet PDF文件第82页浏览型号Z8F2421VN020EC的Datasheet PDF文件第83页浏览型号Z8F2421VN020EC的Datasheet PDF文件第84页浏览型号Z8F2421VN020EC的Datasheet PDF文件第85页浏览型号Z8F2421VN020EC的Datasheet PDF文件第87页浏览型号Z8F2421VN020EC的Datasheet PDF文件第88页浏览型号Z8F2421VN020EC的Datasheet PDF文件第89页浏览型号Z8F2421VN020EC的Datasheet PDF文件第90页  
Z8 Encore!® 64K Series  
Product Specification  
66  
Caution:  
The following style of coding to generate software interrupts by setting  
bits in the Interrupt Request registers is NOT recommended. All incoming  
interrupts that are received between execution of the first LDX command  
and the last LDX command are lost.  
Poor coding style that can result in lost interrupt requests:  
LDX r0, IRQ0  
OR r0, MASK  
LDX IRQ0, r0  
To avoid missing interrupts, the following style of coding to set bits in the  
Interrupt Request registers is recommended:  
Good coding style that avoids lost interrupt requests:  
ORX IRQ0, MASK  
Interrupt Control Register Definitions  
For all interrupts other than the Watch-Dog Timer interrupt, the interrupt control registers  
enable individual interrupts, set interrupt priorities, and indicate interrupt requests.  
Interrupt Request 0 Register  
The Interrupt Request 0 (IRQ0) register (Table 24) stores the interrupt requests for both  
vectored and polled interrupts. When a request is presented to the interrupt controller, the  
corresponding bit in the IRQ0 register becomes 1. If interrupts are globally enabled (vec-  
tored interrupts), the interrupt controller passes an interrupt request to the eZ8 CPU. If  
interrupts are globally disabled (polled interrupts), the eZ8 CPU can read the Interrupt  
Request 0 register to determine if any interrupt requests are pending  
Table 24. Interrupt Request 0 Register (IRQ0)  
BITS  
FIELD  
RESET  
R/W  
7
6
5
4
3
2
1
0
T2I  
T1I  
T0I  
U0RXI  
U0TXI  
I2CI  
SPII  
ADCI  
0
R/W  
FC0H  
ADDR  
PS019915-1005  
Interrupt Controller