ATMEGA162-16AC Atmel, ATMEGA162-16AC Datasheet - Page 60

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

ATMEGA162-16AC

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

Specifications of ATMEGA162-16AC

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-TQFP, 44-VQFP
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Data Converters
-
60
ATmega162(V/U/L)
IVCE bit will disable interrupts, as explained in the IVSEL description above. See Code
Example below.
Assembly Code Example
C Code Example
Move_interrupts:
void Move_interrupts(void)
{
}
; Enable change of Interrupt Vectors
ldi
out
; Move interrupts to Boot Flash section
ldi
out
ret
/* Enable change of Interrupt Vectors */
GICR = (1<<IVCE);
/* Move interrupts to Boot Flash section */
GICR = (1<<IVSEL);
r16, (1<<IVCE)
GICR, r16
r16, (1<<IVSEL)
GICR, r16
2513C–AVR–09/02

Related parts for ATMEGA162-16AC