ARMLINUX的中断系统.docVIP

  • 8
  • 0
  • 约8.65千字
  • 约 8页
  • 2017-03-19 发布于天津
  • 举报
ARMLINUX的中断系统.doc

ARM LINUX的中断系统 0 概述 本文描述ARM PXA255系统中断部分的实现原理和代码分析。 1 ARM系统异常中断介绍 1.1 异常中断种类 ARM支持7类异常中断,所以中断向量表设8个条目,每个条目4字节,共32字节。 异常名称 中断向量 异常中断模式 优先级 复位 0x0 特权模式 1 未定义的指令 0x4 未定义指令中止模式 6 软件中断 0x8 特权模式 6 指令预取中止 0x0c 中止模式 5 数据访问中止 0x10 中止模式 2 保留 0x14 外部中断请求IRQ 0x18 IRQ模式 4 快速中断请求FIQ 0x1c FIQ模式 3 1.2 GPIO引脚 PXA255拥有81个GPIO引脚。另外各个外围模块有自己的中断线。 The PXA255 processor enables and controls its 81 GPIO pins through the use of 27 registers which configure the pin direction input or output , pin function, pin state outputs only , pin level detection inputs only , and selection of alternate functions. 由I

文档评论(0)

1亿VIP精品文档

相关文档