ATmega1284RZAP Atmel Corporation, ATmega1284RZAP Datasheet - Page 61

no-image

ATmega1284RZAP

Manufacturer Part Number
ATmega1284RZAP
Description
Manufacturer
Atmel Corporation
Datasheets

Specifications of ATmega1284RZAP

Flash (kbytes)
128 Kbytes
Max. Operating Frequency
20 MHz
Max I/o Pins
32
Spi
3
Twi (i2c)
1
Uart
2
Adc Channels
8
Adc Resolution (bits)
10
Adc Speed (ksps)
15
Analog Comparators
1
Crypto Engine
No
Sram (kbytes)
16
Eeprom (bytes)
4096
Operating Voltage (vcc)
1.8 to 3.6
Timers
3
Frequency Band
2.4 GHz
Max Data Rate (mb/s)
0.25
Antenna Diversity
No
External Pa Control
No
Power Output (dbm)
3
Receiver Sensitivity (dbm)
-101
Receive Current Consumption (ma)
16.0
Transmit Current Consumption (ma)
17.0
Link Budget (dbm)
104
8059D–AVR–11/09
When the BOOTRST Fuse is unprogrammed, the Boot section size set to 8K bytes and the
IVSEL bit in the MCUCR Register is set before any interrupts are enabled, the most typical and
general program setup for the Reset and Interrupt Vector Addresses is:
0x0018
0x001A
0x001C
0x001E
0x0020
0x0022
0x0024
0x0026
0x0028
0x002A
0x002C
0x002E
0x0030
0x0032
0x0034
0x0036
0x0038
0x003A
0x003C
0x003E
0x0040
0x0042
0x0044
;
0x0046
0x0047
0x0048
0x0049
0x004A
0x004B
...
Address Labels Code
0x00000 RESET: ldi
0x00001
0x00002
0x00003
0x00004
0x00005
;
.org 0x1F002
0x1F002
RESET:
...
out
ldi
out
sei
<instr>
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
jmp
ldi
out
ldi
out
sei
<instr>
...
r16,high(RAMEND); Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
EXT_INT0
xxx
TIM1_CAPT
TIM1_COMPA
TIM1_COMPB
TIM1_OVF
TIM0_COMPA
TIM0_COMPB
TIM0_OVF
SPI_STC
USART0_RXC
USART0_UDRE
USART0_TXC
ANA_COMP
ADC
EE_RDY
TWI
SPM_RDY
USART1_RXC
USART1_UDRE
USART1_TXC
TIM3_CAPT
TIM3_COMPA
TIM3_COMPB
TIM3_OVF
r16,
high(RAMEND)
SPH,r16
r16,
low(RAMEND)
SPL,r16
xxx
...
Comments
; Set Stack Pointer to top of RAM
; Enable interrupts
; IRQ0 Handler
; Timer1 Capture
; Timer1 CompareA
; Timer1 CompareB
; Timer1 Overflow
; Timer0 CompareA
; Timer0 CompareB
; Timer0 Overflow
; SPI Transfer Complete
; USART0 RX Complete
; USART0,UDR Empty
; USART0 TX Complete
; Analog Comparator
; ADC Conversion Complete
; EEPROM Ready
; 2-wire Serial
; SPM Ready
; USART1 RX Complete
; USART1,UDR Empty
; USART1 TX Complete
; Timer3 Capture
; Timer3 CompareA
; Timer3 CompareB
; Timer3 Overflow
; Main program start
; Set Stack Pointer to
top of RAM
; Enable interrupts
ATmega1284P
61

Related parts for ATmega1284RZAP