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

Z8FMC04100QKSG 参数 Datasheet PDF下载

Z8FMC04100QKSG图片预览
型号: Z8FMC04100QKSG
PDF下载: 下载PDF文件 查看货源
内容描述: Z8喝采-R电机控制闪存MCU [Z8 Encore-R Motor Control Flash MCUs]
分类和应用: 闪存微控制器和处理器外围集成电路电机时钟
文件页数/大小: 402 页 / 4558 K
品牌: ZILOG [ ZILOG, INC. ]
 浏览型号Z8FMC04100QKSG的Datasheet PDF文件第72页浏览型号Z8FMC04100QKSG的Datasheet PDF文件第73页浏览型号Z8FMC04100QKSG的Datasheet PDF文件第74页浏览型号Z8FMC04100QKSG的Datasheet PDF文件第75页浏览型号Z8FMC04100QKSG的Datasheet PDF文件第77页浏览型号Z8FMC04100QKSG的Datasheet PDF文件第78页浏览型号Z8FMC04100QKSG的Datasheet PDF文件第79页浏览型号Z8FMC04100QKSG的Datasheet PDF文件第80页  
Z8 Encore!® Motor Control Flash MCUs  
Product Specification  
54  
Execution of a Trap instruction  
Illegal Instruction trap  
System Exceptions  
The Z8FMC16100 Series Flash MCU supports multiple system exceptions. System  
exceptions are generated for the following events:  
Illegal Instruction trap  
Watch-Dog Timer interrupt  
Watch-Dog Timer RC oscillator failure  
Primary oscillator failure  
System exceptions, excluding the Watch-Dog Timer interrupt, are nonmaskable and there-  
fore cannot be disabled by the interrupt controller (setting IRQEto 0 has no effect).  
Interrupt Vectors and Priority  
The interrupt controller supports three levels of interrupt priority. Level 3 interrupts are  
always higher priority than Level 2 interrupts. Level 2 interrupts are always higher priority  
than Level 1 interrupts. Within each interrupt priority level (Level 1, Level 2, or Level 3),  
priority is assigned as specified in Table 29.  
Interrupt Assertion  
When an interrupt request occurs, the corresponding bit in the Interrupt Request Register  
is set. This bit is automatically cleared when the eZ8 CPU vectors to the Interrupt Service  
Routine (ISR). Writing a 0 to the corresponding bit in the Interrupt Request Register also  
clears the interrupt request.  
If an interrupt is disabled, software can poll the appropriate interrupt request register bit  
and clear the bit directly. The following style of coding to clear bits in the Interrupt Re-  
quest registers is not recommended. All incoming interrupts that are received between  
execution of the first LDX command and the last LDX command are lost.  
Caution:  
The following code segment is an example of a poor coding style that can result in lost  
interrupt requests:  
LDX r0, IRQ0  
AND r0, MASK  
Q0, r0  
Interrupt Controller  
P R E L I M I N A R Y  
PS024604-1005  
 复制成功!