ATMEGA32U4-MU Atmel, ATMEGA32U4-MU Datasheet

no-image

ATMEGA32U4-MU

Manufacturer Part Number
ATMEGA32U4-MU
Description
MCU AVR 32K FLASH 16MHZ 44-QFN
Manufacturer
Atmel
Series
AVR® ATmegar
Datasheets

Specifications of ATMEGA32U4-MU

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-VQFN
Package
44QFN EP
Device Core
AVR
Family Name
ATmega
Maximum Speed
16 MHz
Operating Supply Voltage
3.3|5 V
Data Bus Width
8 Bit
Number Of Programmable I/os
26
Interface Type
EBI/I2S/SPI/TWI/USART/USB
On-chip Adc
12-chx10-bit
Number Of Timers
5
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-16MU
ATMEGA32U4-16MU

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATMEGA32U4-MUR
Manufacturer:
UCC
Quantity:
1 001
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-MU

ATMEGA32U4-MU 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