ATmega644P Atmel Corporation, ATmega644P Datasheet - Page 63

no-image

ATmega644P

Manufacturer Part Number
ATmega644P
Description
Manufacturer
Atmel Corporation
Datasheets

Specifications of ATmega644P

Flash (kbytes)
64 Kbytes
Pin Count
44
Max. Operating Frequency
20 MHz
Cpu
8-bit AVR
# Of Touch Channels
16
Hardware Qtouch Acquisition
No
Max I/o Pins
32
Ext Interrupts
32
Usb Speed
No
Usb Interface
No
Spi
3
Twi (i2c)
1
Uart
2
Graphic Lcd
No
Video Decoder
No
Camera Interface
No
Adc Channels
8
Adc Resolution (bits)
10
Adc Speed (ksps)
15
Analog Comparators
1
Resistive Touch Screen
No
Temp. Sensor
No
Crypto Engine
No
Sram (kbytes)
4
Eeprom (bytes)
2048
Self Program Memory
YES
Dram Memory
No
Nand Interface
No
Picopower
Yes
Temp. Range (deg C)
-40 to 85
I/o Supply Class
1.8 to 5.5
Operating Voltage (vcc)
1.8 to 5.5
Fpu
No
Mpu / Mmu
no / no
Timers
3
Output Compare Channels
6
Input Capture Channels
1
Pwm Channels
6
32khz Rtc
Yes
Calibrated Rc Oscillator
Yes

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATMEGA644P
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
Part Number:
ATmega644P-15AT
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
ATmega644P-15AT1
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
ATmega644P-15AZ
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
ATmega644P-15MT1
Manufacturer:
ATMEL/PBF
Quantity:
3 739
Part Number:
ATmega644P-20AQ
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
ATmega644P-20AU
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
Part Number:
ATmega644P-20MU
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
Part Number:
ATmega644P-20PU
Manufacturer:
Atmel
Quantity:
1 984
Part Number:
ATmega644P-A15MZ
Manufacturer:
ATMEL
Quantity:
3 500
Part Number:
ATmega644P-A15MZ
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
Part Number:
ATmega644PA-AU
Manufacturer:
PHILIPS
Quantity:
450
Part Number:
ATmega644PA-AU
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
ATmega644PA-AUR
Manufacturer:
ATMEL
Quantity:
1 400
8011O–AVR–07/10
When the BOOTRST Fuse is unprogrammed, the Boot section size set to 8 Kbytes 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:
When the BOOTRST Fuse is programmed and the Boot section size set to 8 Kbytes, the most
typical and general program setup for the Reset and Interrupt Vector Addresses is:
0x0022
0x0024
0x0026
0x0028
0x002A
0x002C
0x002E
0x0030
0x0032
0x0034
0x0036
0x0038
0x003A
0x003C
;
0x003E
0x003F
0x0040
0x0041
0x0042
0x0043
...
Address Labels Code
0x00000 RESET: ldi
0x00001
0x00002
0x00003
0x00004
0x00005
;
.org 0x1F002
0x1F002
0x1F004
...
0x1FO36
Address Labels Code
.org 0x0002
0x00002
RESET:
...
out
ldi
out
sei
<instr>
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
EXT_INT1
...
SPM_RDY
EXT_INT0
xxx
Comments
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
r16,
high(RAMEND)
SPH,r16
r16,
low(RAMEND)
SPL,r16
xxx
...
Comments
; Set Stack Pointer to top of RAM
; Enable interrupts
; IRQ0 Handler
; IRQ1 Handler
;
; SPM Ready Handler
; IRQ0 Handler
ATmega164P/324P/644P
; 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
; Main program start
; Set Stack Pointer to
top of RAM
; Enable interrupts
63

Related parts for ATmega644P