ATMEGA32U4-AU Atmel, ATMEGA32U4-AU Datasheet

MCU AVR 32K FLASH 16MHZ 44-TQFP

ATMEGA32U4-AU

Manufacturer Part Number
ATMEGA32U4-AU
Description
MCU AVR 32K FLASH 16MHZ 44-TQFP
Manufacturer
Atmel
Series
AVR® ATmegar

Specifications of ATMEGA32U4-AU

Core Processor
AVR
Core Size
8-Bit
Speed
16MHz
Connectivity
I²C, SPI, UART/USART, USB
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
26
Program Memory Size
32KB (16K x 16)
Program Memory Type
FLASH
Eeprom Size
1K x 8
Ram Size
2.5K x 8
Voltage - Supply (vcc/vdd)
2.7 V ~ 5.5 V
Data Converters
A/D 12x10b
Oscillator Type
External
Operating Temperature
-40°C ~ 85°C
Package / Case
44-TQFP, 44-VQFP
Processor Series
ATMEGA32x
Core
AVR8
Data Bus Width
8 bit
Data Ram Size
2.5 KB
Interface Type
SPI/TWI/USART
Maximum Clock Frequency
16 MHz
Number Of Programmable I/os
26
Number Of Timers
5
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
EWAVR, EWAVR-BL
Development Tools By Supplier
ATAVRDRAGON, ATSTK500, ATSTK600, ATAVRISP2, ATAVRONEKIT
Minimum Operating Temperature
- 40 C
On-chip Adc
12-ch x 10-bit
Cpu Family
ATmega
Device Core
AVR
Device Core Size
8b
Frequency (max)
16MHz
Total Internal Ram Size
2.5KB
# I/os (max)
26
Number Of Timers - General Purpose
5
Operating Supply Voltage (typ)
3.3/5V
Operating Supply Voltage (max)
5.5V
Operating Supply Voltage (min)
2.7V
Instruction Set Architecture
RISC
Operating Temp Range
-40C to 85C
Operating Temperature Classification
Industrial
Mounting
Surface Mount
Pin Count
44
Package Type
TQFP
Controller Family/series
AVR MEGA
No. Of I/o's
26
Eeprom Memory Size
1KB
Ram Memory Size
2.5KB
Cpu Speed
16MHz
Rohs Compliant
Yes
For Use With
ATSTK524 - KIT STARTER ATMEGA32M1/MEGA32C1ATSTK600 - DEV KIT FOR AVR/AVR32ATAVRDRAGON - KIT DRAGON 32KB FLASH MEM AVRATSTK500 - PROGRAMMER AVR STARTER KIT
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
ATMEGA32U4-16AU
ATMEGA32U4-16AU

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATMEGA32U4-AU
Manufacturer:
FREESCALE
Quantity:
125
Part Number:
ATMEGA32U4-AU
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
ATMEGA32U4-AU
Manufacturer:
MICROCHIP
Quantity:
200
Part Number:
ATMEGA32U4-AUR
Manufacturer:
Atmel
Quantity:
10 000
Features
1. Introduction
This document describes a simple audio project. It allows to quickly test USB hard-
ware using the ATMega32U4 without any driver installation.
The reader should be familiar with USB Software Library for AT90USBxxx Microcon-
trollers (doc 7675, included in the CD-ROM & Atmel website) and the AUDIO
specification (http://www.usb.org/developers/devclass_docs/audio10.pdf).
Runs with ATMega32U4 Microcontrollers at 8MHz
USB Low Power Bus Powered Device (less then 100mA)
Supported by any PC running Windows
Less than 14Kbytes of Code Required
USB device with audio speaker and audio microphone
AVR298: USB Audio Demonstration with
ATmega32(16)U4
®
(98SE or later), Linux
®
or Mac OS
®
.
8-bit
Microcontrollers
Application Note
7820A–AVR–11/08

Related parts for ATMEGA32U4-AU

ATMEGA32U4-AU Summary of contents

Page 1

... Introduction This document describes a simple audio project. It allows to quickly test USB hard- ware using the ATMega32U4 without any driver installation. The reader should be familiar with USB Software Library for AT90USBxxx Microcon- trollers (doc 7675, included in the CD-ROM & Atmel website) and the AUDIO specification (http://www.usb.org/developers/devclass_docs/audio10.pdf). ® ...

Page 2

... ME, 2000, XP), Linux (1) help content to see how to install the USB driver and program the device 1. FLIP is software provided by atmel to allow the user to program the Atmel devices through the USB interface (No external hardware required) thanks to the factory DFU bootloader. ® ® ...

Page 3

... Quick Start Once your device is programmed with EVK527-ATMega32U4-usbdevice_audio.a90 or EVK527- ATMega32U4-usbdevice_audio.hex file, you can start the audio demonstration. Check that your device is enumerated as an audio controller (see figure 11), then you can use the kit as an audio speaker and audio microphone. Figure 4-1. ...

Page 4

Application Overview The USB audio application manages the data exchange between the PC and the PWM hard- ware (speaker) and ADC hardware (microphone). When a sound is played on the PC, the USB device receives a periodic unsynchronized OUT ...

Page 5

Firmware As explained in the USB Software Library for AT90USBxxx Microcontrollers document (doc 7675) all USB firmware packages are based on the same architecture. This section is dedicated to the audio module only. The customization of the files described ...

Page 6

This file contains : • timers initialization • timers interrupts • routines which collect and put audio data Speaker The main audio task gets the audio samples from endpoint OUT and put it in the RAM buffer. The ...

Page 7

The audio topology, which is put in USB descriptor, is explained in the AUDIO specification (http://www.usb.org/developers/devclass_docs/audio10.pdf). The audio topology chose for this demo is described in the following figure. Figure 6-3. Input Terminal N°1 1 channel USB stream ...

Page 8

... Disclaimer: The information in this document is provided in connection with Atmel products. No license, express or implied, by estoppel or otherwise, to any intellectual property right is granted by this document or in connection with the sale of Atmel products. EXCEPT AS SET FORTH IN ATMEL’S TERMS AND CONDI- TIONS OF SALE LOCATED ON ATMEL’S WEB SITE, ATMEL ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ...

Related keywords