ATMEGA32A-AN Atmel, ATMEGA32A-AN Datasheet - Page 44

IC MCU AVR 32K FLASH 44TQFP

ATMEGA32A-AN

Manufacturer Part Number
ATMEGA32A-AN
Description
IC MCU AVR 32K FLASH 44TQFP
Manufacturer
Atmel
Series
AVR® ATmegar
Datasheet

Specifications of ATMEGA32A-AN

Core Processor
AVR
Core Size
8-Bit
Speed
16MHz
Connectivity
I²C, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
32
Program Memory Size
32KB (16K x 16)
Program Memory Type
FLASH
Eeprom Size
1K x 8
Ram Size
2K x 8
Voltage - Supply (vcc/vdd)
2.7 V ~ 5.5 V
Data Converters
A/D 8x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
44-TQFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATMEGA32A-AN
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
ATMEGA32A-ANR
Manufacturer:
Atmel
Quantity:
10 000
8155C–AVR–02/11
The WDP2, WDP1, and WDP0 bits determine the Watchdog Timer prescaling when the Watch-
dog Timer is enabled. The different prescaling values and their corresponding Timeout Periods
are shown in
Table 10-1.
The following code example shows one assembly and one C function for turning off the WDT.
The example assumes that interrupts are controlled (for example by disabling interrupts globally)
so that no interrupts will occur during execution of these functions.
Assembly Code Example
C Code Example
WDP2
0
0
0
0
1
1
1
1
WDT_off:
void WDT_off(void)
{
}
; reset WDT
wdr
; Write logical one to WDTOE and WDE
in
ori r16, (1<<WDTOE)|(1<<WDE)
out WDTCR, r16
; Turn off WDT
ldi r16, (0<<WDE)
out WDTCR, r16
ret
/* reset WDT */
_WDR();
/* Write logical one to WDTOE and WDE */
WDTCR |= (1<<WDTOE) | (1<<WDE);
/* Turn off WDT */
WDTCR = 0x00;
WDP1
r16, WDTCR
Table
0
0
1
1
0
0
1
1
Watchdog Timer Prescale Select
10-1.
WDP0
0
1
0
1
0
1
0
1
1,024K (1,048,576)
2,048K (2,097,152)
Oscillator Cycles
Number of WDT
128K (131,072)
256K (262,144)
512K (524,288)
16K (16,384)
32K (32,768)
64K (65,536)
Typical Time-out
at V
17.1ms
34.3ms
68.5ms
0.14s
0.27s
0.55s
CC
1.1s
2.2s
= 3.0V
ATmega32A
Typical Time-out
at V
16.3ms
32.5ms
CC
65ms
0.13s
0.26s
0.52s
1.0s
2.1s
= 5.0V
44

Related parts for ATMEGA32A-AN