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

MPD789871 参数 Datasheet PDF下载

MPD789871图片预览
型号: MPD789871
PDF下载: 下载PDF文件 查看货源
内容描述: 8位单芯片微控制器 [8-Bit Single-Chip Microcontrollers]
分类和应用: 微控制器
文件页数/大小: 321 页 / 1339 K
品牌: NEC [ NEC ]
 浏览型号MPD789871的Datasheet PDF文件第272页浏览型号MPD789871的Datasheet PDF文件第273页浏览型号MPD789871的Datasheet PDF文件第274页浏览型号MPD789871的Datasheet PDF文件第275页浏览型号MPD789871的Datasheet PDF文件第277页浏览型号MPD789871的Datasheet PDF文件第278页浏览型号MPD789871的Datasheet PDF文件第279页浏览型号MPD789871的Datasheet PDF文件第280页  
CHAPTER 14 INTERRUPT FUNCTIONS  
Figure 14-15. Example of Multiple Interrupts  
Example 1. Acknowledging multiple interrupts  
INTxx servicing  
INTyy servicing  
Main servicing  
IE = 0  
IE = 0  
EI  
EI  
INTxx  
INTyy  
RETI  
RETI  
The interrupt request INTyy is acknowledged during the servicing of interrupt INTxx and multiple interrupts are  
performed. Before each interrupt request is acknowledged, the EI instruction is issued and the interrupt request is  
enabled.  
Example 2. Multiple interrupts are not performed because interrupts are disabled  
INTxx servicing  
INTyy servicing  
Main servicing  
EI  
IE = 0  
INTyy is held pending  
INTyy  
RETI  
INTxx  
IE = 0  
RETI  
Because interrupt requests are disabled (the EI instruction has not been issued) in the interrupt INTxx servicing,  
the interrupt request INTyy is not acknowledged and multiple interrupts are not performed. INTyy is held pending  
and is acknowledged after INTxx servicing is completed.  
IE = 0: Interrupt requests disabled  
276  
User’s Manual U15075EJ1V0UM00  
 复制成功!