参数资料
型号: ATXMEGA256A3B-AUR
厂商: Atmel
文件页数: 2/287页
文件大小: 0K
描述: IC MCU 8BIT 256KB FLASH 64TQFP
标准包装: 1,000
系列: AVR® XMEGA
核心处理器: AVR
芯体尺寸: 8/16-位
速度: 32MHz
连通性: I²C,SPI,UART/USART
外围设备: 欠压检测/复位,DMA,POR,PWM,WDT
输入/输出数: 49
程序存储器容量: 256KB(128K x 16)
程序存储器类型: 闪存
EEPROM 大小: 4K x 8
RAM 容量: 16K x 8
电压 - 电源 (Vcc/Vdd): 1.6 V ~ 3.6 V
数据转换器: A/D 16x12b; D/A 2x12b
振荡器型: 内部
工作温度: -40°C ~ 85°C
封装/外壳: 64-TQFP
包装: 带卷 (TR)
配用: ATSTK600-RC14-ND - STK600 SOCKET/ADAPTER 64TQFP
第1页当前第2页第3页第4页第5页第6页第7页第8页第9页第10页第11页第12页第13页第14页第15页第16页第17页第18页第19页第20页第21页第22页第23页第24页第25页第26页第27页第28页第29页第30页第31页第32页第33页第34页第35页第36页第37页第38页第39页第40页第41页第42页第43页第44页第45页第46页第47页第48页第49页第50页第51页第52页第53页第54页第55页第56页第57页第58页第59页第60页第61页第62页第63页第64页第65页第66页第67页第68页第69页第70页第71页第72页第73页第74页第75页第76页第77页第78页第79页第80页第81页第82页第83页第84页第85页第86页第87页第88页第89页第90页第91页第92页第93页第94页第95页第96页第97页第98页第99页第100页第101页第102页第103页第104页第105页第106页第107页第108页第109页第110页第111页第112页第113页第114页第115页第116页第117页第118页第119页第120页第121页第122页第123页第124页第125页第126页第127页第128页第129页第130页第131页第132页第133页第134页第135页第136页第137页第138页第139页第140页第141页第142页第143页第144页第145页第146页第147页第148页第149页第150页第151页第152页第153页第154页第155页第156页第157页第158页第159页第160页第161页第162页第163页第164页第165页第166页第167页第168页第169页第170页第171页第172页第173页第174页第175页第176页第177页第178页第179页第180页第181页第182页第183页第184页第185页第186页第187页第188页第189页第190页第191页第192页第193页第194页第195页第196页第197页第198页第199页第200页第201页第202页第203页第204页第205页第206页第207页第208页第209页第210页第211页第212页第213页第214页第215页第216页第217页第218页第219页第220页第221页第222页第223页第224页第225页第226页第227页第228页第229页第230页第231页第232页第233页第234页第235页第236页第237页第238页第239页第240页第241页第242页第243页第244页第245页第246页第247页第248页第249页第250页第251页第252页第253页第254页第255页第256页第257页第258页第259页第260页第261页第262页第263页第264页第265页第266页第267页第268页第269页第270页第271页第272页第273页第274页第275页第276页第277页第278页第279页第280页第281页第282页第283页第284页第285页第286页第287页
10
XMEGA A [MANUAL]
8077I–AVR–11/2012
3.7
Status Register
The status register (SREG) contains information about the result of the most recently executed arithmetic or logic
instruction. This information can be used for altering program flow in order to perform conditional operations. Note that
the status register is updated after all ALU operations, as specified in the instruction set reference. This will in many
cases remove the need for using the dedicated compare instructions, resulting in faster and more compact code.
The status register is not automatically stored when entering an interrupt routine nor restored when returning from an
interrupt. This must be handled by software.
The status register is accessible in the I/O memory space.
3.8
Stack and Stack Pointer
The stack is used for storing return addresses after interrupts and subroutine calls. It can also be used for storing
temporary data. The stack pointer (SP) register always points to the top of the stack. It is implemented as two 8-bit
registers that are accessible in the I/O memory space. Data are pushed and popped from the stack using the PUSH and
POP instructions. The stack grows from a higher memory location to a lower memory location. This implies that pushing
data onto the stack decreases the SP, and popping data off the stack increases the SP. The SP is automatically loaded
after reset, and the initial value is the highest address of the internal SRAM. If the SP is changed, it must be set to point
above address 0x2000, and it must be defined before any subroutine calls are executed or before interrupts are enabled.
During interrupts or subroutine calls, the return address is automatically pushed on the stack. The return address can be
two or three bytes, depending on program memory size of the device. For devices with 128KB or less of program
memory, the return address is two bytes, and hence the stack pointer is decremented/incremented by two. For devices
with more than 128KB of program memory, the return address is three bytes, and hence the SP is
decremented/incremented by three. The return address is popped off the stack when returning from interrupts using the
RETI instruction, and from subroutine calls using the RET instruction.
The SP is decremented by one when data are pushed on the stack with the PUSH instruction, and incremented by one
when data is popped off the stack using the POP instruction.
To prevent corruption when updating the stack pointer from software, a write to SPL will automatically disable interrupts
for up to four instructions or until the next I/O memory write.
3.9
Register File
The register file consists of 32 x 8-bit general purpose working registers with single clock cycle access time. The register
file supports the following input/output schemes:
One 8-bit output operand and one 8-bit result input
Two 8-bit output operands and one 8-bit result input
Two 8-bit output operands and one 16-bit result input
One 16-bit output operand and one 16-bit result input
Six of the 32 registers can be used as three 16-bit address register pointers for data space addressing, enabling efficient
address calculations. One of these address pointers can also be used as an address pointer for lookup tables in flash
program memory.
相关PDF资料
PDF描述
VE-B33-IX-F2 CONVERTER MOD DC/DC 24V 75W
VE-B33-IW-F4 CONVERTER MOD DC/DC 24V 100W
AS1753S-T IC SWITCH QUAD SPST 14-TSSOP
AS1752S-T IC SWITCH QUAD SPST 14-TSSOP
AS1751S-T IC SWITCH QUAD SPST 14-TSSOP
相关代理商/技术参数
参数描述
ATXMEGA256A3B-MH 功能描述:8位微控制器 -MCU 8/16 bit 1.6V-3.6V 256K+8K; Batt Backup RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
ATXMEGA256A3B-MHR 功能描述:8位微控制器 -MCU 256KB FL 4KB EE 16K SRAM IND 1.6-3.6V RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
ATXMEGA256A3B-MU 制造商:Atmel Corporation 功能描述:MCU 8-Bit/16-Bit XMEGA AVR RISC 256KB Flash 1.8V/2.5V/3.3V 64-Pin QFN EP
ATXMEGA256A3BU-AN 功能描述:AVR AVR? XMEGA? A3BU Microcontroller IC 8/16-Bit 32MHz 256KB (128K x 16) FLASH 制造商:atmel 系列:AVR? XMEGA? A3BU 包装:* 零件状态:有效 核心处理器:AVR 核心尺寸:8/16-位 速度:32MHz 连接性:I2C,IrDA,SPI,UART/USART,USB 外设:欠压检测/复位,DMA,POR,PWM,WDT I/O 数:47 程序存储容量:256KB(128K x 16) 程序存储器类型:闪存 EEPROM 容量:4K x 8 RAM 容量:16K x 8 电压 - 电源(Vcc/Vdd):1.6 V ~ 3.6 V 数据转换器:A/D 16x12b;D/A 2x12b 振荡器类型:内部 工作温度:-40°C ~ 105°C(TA) 封装/外壳:* 供应商器件封装:* 标准包装:160
ATXMEGA256A3BU-ANR 功能描述:AVR AVR? XMEGA? A3BU Microcontroller IC 8/16-Bit 32MHz 256KB (128K x 16) FLASH 制造商:atmel 系列:AVR? XMEGA? A3BU 包装:* 零件状态:有效 核心处理器:AVR 核心尺寸:8/16-位 速度:32MHz 连接性:I2C,IrDA,SPI,UART/USART,USB 外设:欠压检测/复位,DMA,POR,PWM,WDT I/O 数:47 程序存储容量:256KB(128K x 16) 程序存储器类型:闪存 EEPROM 容量:4K x 8 RAM 容量:16K x 8 电压 - 电源(Vcc/Vdd):1.6 V ~ 3.6 V 数据转换器:A/D 16x12b;D/A 2x12b 振荡器类型:内部 工作温度:-40°C ~ 105°C(TA) 封装/外壳:* 供应商器件封装:* 标准包装:2,000