参数资料
型号: XE8806AMI026TLF
厂商: Semtech
文件页数: 96/143页
文件大小: 0K
描述: IC MCU LOW PWR MTP FLASH 32-TQFP
标准包装: 1
系列: XE880x
应用: 感测机
核心处理器: Coolrisc816?
程序存储器类型: 闪存(22 kB)
控制器系列: XE8000
RAM 容量: 512 x 8
接口: UART,USRT
输入/输出数: 24
电源电压: 2.4 V ~ 5.5 V
工作温度: -40°C ~ 85°C
安装类型: 表面贴装
封装/外壳: 32-TQFP
包装: 剪切带 (CT)
供应商设备封装: 32-TQFP(7x7)
配用: XE8000MP-ND - PROG BOARD AND PROSTART2 CARD
其它名称: XE8806AMI026CT
Semtech 2006
www.semtech.com
8-6
XE8806A/XE8807A
First of all, the jump addresses are defined at the beginning of the crt0.s file. In our case, all three interrupt levels
jump to the same place (defined by the _interrupt label), but this can be changed if required.
########################################################################
## Reset & interrupt vectors
########################################################################
_start:
jump
main_init
; reset
jump
_interrupt
; IN1
jump
_interrupt
; IN2
jump
_interrupt
; IN0
The first thing to do when an interrupt is activated is to save the context. You have to start with saving the contents
of the accumulator, then the flags and finally the internal CPU registers. You will find this part of the code in the
IRQComon_xx.s file.
_interrupt:
########################################################################
## Save all registers and flags
########################################################################
move
-(i3), a
move
a, r0
sflag
move
-(i3), a
move
-(i3), ipl
move
-(i3), iph
move
-(i3), i0l
move
-(i3), i0h
move
-(i3), i1l
move
-(i3), i1h
move
-(i3), i2l
move
-(i3), i2h
move
-(i3), r0
move
-(i3), r1
move
-(i3), r2
move
-(i3), r3
Next step is to determine which interrupt is activated. In this case, we use the value in the RegIrqPriority register
to determine the highest priority interrupt that was activated. Other ways can be used, especially when the priority
order fixed in the hardware needs to be changed. You will find this part of the code in the IRQComon_xx.s file. In
this example, the labels are used as defined for the XE8802.
########################################################################
## The following lines enables the adress calculation of the interrupt
## table. Where RegIrqPriority is the addres offset for the table.
## The RegIrqPriority valid values are between 0x00 until 0x017. The
## 0xFF value should never exist.
########################################################################
move
r0,RegIrqPriority
calls _interrupttab
; save pc+1 in ip
_interrupttab:
add
ipl,#0x05
; add the offset, nb instr. before table
addc
iph,#0x00
; propagate carry
add
ipl,r0
; add the offset of the regirqpriority
addc
iph,#0x00
; propagate carry
rets
; put ip in pc
; interrupt table
jump
ret_int
;
RegIrqPriority = 0x00
jump
ret_int
;
RegIrqPriority = 0x01
jump
Irq_Pa2
;
RegIrqPriority = 0x02
jump
Irq_Pa3
;
RegIrqPriority = 0x03
jump
Irq_CntD
;
RegIrqPriority = 0x04
jump
Irq_CntB
;
RegIrqPriority = 0x05
相关PDF资料
PDF描述
395-026-540-804 CARD EDGE 26POS DL .100X.200 BLK
DS1270Y-100# IC NVSRAM 16MBIT 100NS 36DIP
DS1270W-150# IC NVSRAM 16MBIT 150NS 36DIP
DS1270W-100# IC NVSRAM 16MBIT 100NS 36DIP
AYF337365 CONN FPC 73POS SMD Y3BW
相关代理商/技术参数
参数描述
XE8806ARI000 制造商:SEMTECH 制造商全称:Semtech Corporation 功能描述:Ultra Low-Power Low-Voltage
XE8806ARI026LF 制造商:SEMTECH 制造商全称:Semtech Corporation 功能描述:Ultra Low-Power Low-Voltage
XE8807AMI000 制造商:SEMTECH 制造商全称:Semtech Corporation 功能描述:Ultra Low-Power Low-Voltage
XE8807AMI026LF 制造商:SEMTECH 制造商全称:Semtech Corporation 功能描述:Ultra Low-Power Low-Voltage
XE8807AMI026TLF 功能描述:IC MCU LOW PWR MTP FLASH 32-TQFP RoHS:是 类别:集成电路 (IC) >> 嵌入式 - 微控制器 - 特定应用 系列:XE880x 产品变化通告:Product Discontinuation 26/Aug/2009 标准包装:250 系列:- 应用:网络处理器 核心处理器:4Kc 程序存储器类型:- 控制器系列:- RAM 容量:16K x 8 接口:以太网,UART,USB 输入/输出数:- 电源电压:1.8V, 3.3V 工作温度:- 安装类型:表面贴装 封装/外壳:208-LQFP 包装:带卷 (TR) 供应商设备封装:PG-LQFP-208 其它名称:SP000314382