ATMEGA162-16MC Atmel, ATMEGA162-16MC Datasheet - Page 58

IC MCU AVR 16K 5V 16MHZ 44-QFN

ATMEGA162-16MC

Manufacturer Part Number
ATMEGA162-16MC
Description
IC MCU AVR 16K 5V 16MHZ 44-QFN
Manufacturer
Atmel
Series
AVR® ATmegar
Datasheets

Specifications of ATMEGA162-16MC

Core Processor
AVR
Core Size
8-Bit
Speed
16MHz
Connectivity
EBI/EMI, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
35
Program Memory Size
16KB (8K x 16)
Program Memory Type
FLASH
Eeprom Size
512 x 8
Ram Size
1K x 8
Voltage - Supply (vcc/vdd)
4.5 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
0°C ~ 70°C
Package / Case
44-VQFN Exposed Pad
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Data Converters
-
58
ATmega162(V/U/L)
When the BOOTRST Fuse is unprogrammed, the boot section size set to 2K bytes and
the IVSEL bit in the GICR 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 2K bytes, the
most typical and general program setup for the Reset and Interrupt Vector Addresses is:
0x03A
0x03B
0x03C
0x03D
...
Address
0x000
0x001
0x002
0x003
0x004
0x005
;
.org 0x1C02
0x1C02
0x1C04
...
0x1C36
Address
.org 0x002
0x002
0x004
...
0x036
;
.org 0x1C00
0x1C00
0x1C01
0x1C02
0x1C03
0x1C04
0x1C05
...
Labels
RESET:
....
Labels
....
RESET:
ldi
out
sei
<instr>
...
Code
ldi
out
ldi
out
sei
<instr>
jmp
jmp
..
jmp
jmp
jmp
..
jmp
ldi
out
ldi
out
sei
<instr>
Code
r16,low(RAMEND)
SPL,r16
r16,high(RAMEND) ; Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
EXT_INT0
EXT_INT1
SPM_RDY
EXT_INT0
EXT_INT1
SPM_RDY
r16,high(RAMEND) ; Main program start
SPH,r16
r16,low(RAMEND)
SPL,r16
xxx
xxx
xxx
; Enable interrupts
Comments
; Set stack pointer to top of RAM
; Enable interrupts
; IRQ0 Handler
; IRQ1 Handler
;
; Store Program Memory Ready Handler
; IRQ0 Handler
; IRQ1 Handler
;
; Store Program Memory Ready Handler
; Set stack pointer to top of RAM
; Enable interrupts
Comments
2513C–AVR–09/02

Related parts for ATMEGA162-16MC