Atmel Avr USB Firmware Upgrade For AT90USB doc7769


AVR282: USB Firmware Upgrade for AT90USB
Features
8-bit
" Supported by Atmel FLIP program on all Microsoft® O/S from Windows® 98SE and later
" FLIP 3.2.1 or greater supports Linux Microcontrollers
" Default on chip USB bootloader
" In-System programming through the USB interface/No external hardware needed
" Up to 32Kbytes/s
Application Note
1. Introduction
The aim of this document is to describe how to perform the firmware upgrade of the
AT90USB products using the on-chip bootloader and FLIP software.
2. Description
The AT90USB products are delivered with an on-chip bootloader. This bootloader
allows the user to program the FLASH/EEPROM memories through the USB
interface.
To perform firmware upgrade, Atmel has developed an application called  FLIP . This
software is a flexible application which lets you program and configure Atmel's micro-
controller devices in their final environment without needing any dedicated hardware.
The latest release of FLIP offers the following capabilities:
" Perform In-System Programming through RS232, USB or CAN interfaces.
" May be used through its intuitive Graphical User Interface or launched from
a DOS window, from an embedded software IDE (AVR Studio), or even from
your own application
" Buffer editing capabilities: fill, search, copy, reset, modify, goto address.
" Target device memory control: erase, blank check, program, verify, read,
security level and special bytes reading and setting.
" Parts serialization capability (from batchisp only).
" ISP hardware conditions may be set by software.
USB interface
Rev. 7769A AVR 01/08
3. Hardware Requirements
1. AVR USB evaluation board (ATSTK525/STK526, AT90USBKey or any kit for the
AT90USB family)
2. AT90USB microcontroller
3. USB cable (Standard A to Mini B)
4. PC running on Windows (98SE, ME, 2000, XP) with USB support.
4. Software Requirement
The software needed for this application include:
" FLIP software (Device Firmware Upgrade tool) version 3.2.0 or above.
5. Bootloader Process
Figure 5-1. Bootloader Process
RST
RST
RST
HWB
HWB
HWB
HWBE
HWBE
HWBE
HWBE
New!
New !
Fuse
Fuse
Fuse
Fuse
New!
New!
New !
HWB?
HWB?
HWB?
HWB?
BOOTRST
BOOTRST
BOOTRST
BOOTRST
Fuse ?
Fuse ?
Fuse ?
Fuse ?
User Applicationexecution
User Application execution On-Chip BootloaderExecution
Reset Vector -> ApplicationSection
Reset Vector -> Application Section Reset Vector -> Boot Section
As shown in the above figure, the AT90USB products have a new fuse bit (Comparing to a stan-
dard AVR device). This fuse bit is the HWBE, it is enabled by default. Adding to this new fuse bit,
the AT90USB products have a new pin: the HWB. This pin should be active low under RESET to
launch the bootloader.
To allow the user to perform the bootloader function, all AT90USB kits have two buttons: RST to
active the reset and the HWB to active the HWB pin.
2
AVR282
7769A AVR 01/08
AVR282
6. Device Firmware Upgrade
The  Flip software is the tool used to upgrade the firmware (available freely in the USB CD-
ROM or Atmel website).
The following steps should be completed to allow the device starting DFU mode (bootloader),
and program the FLASH or the EEPROM memory:
1. Install Flip software (Flip version 3.0 or above is required).
2. Connect the AT90USB board (STK525, AT90USBKey...) to the PC using the USB cable
(Standard A to Mini B).
3. Push the HWB (Hardware Bootloader) button
4. Push the RST (Reset) button
5. Release the RST button
6. Release the HWB button
7. If your hardware conditions explained above are correct, a new device detection wizard
will be displayed. Please follow the instructions (the INF file is located in the USB subdi-
rectory from Flip installation:  install path:\ATMEL\FLIP\FLIPx.x.x\usb ). The new
device detection wizard may not appear if the suitable hardware is already installed,
you can jump to step 8.
Figure 6-1. New Device Detection Wizard
3
7769A AVR 01/08
Figure 6-2. Driver Location
Figure 6-3. Driver selection
2.0
4
AVR282
7769A AVR 01/08
AVR282
8. Check the Device Manager Figure 6-4. and you should see the same icon (Atmel DFU
icon) as shown in the figure below. If not, repeat step 2.
Figure 6-4. Device Manager
5
7769A AVR 01/08
Once your device is in DFU mode, launch the Flip software and follow the instructions explained
below, Figure 6-5.
1. Select AT90USB device
Figure 6-5. Device Selection
6
AVR282
7769A AVR 01/08
AVR282
2. Select USB as communication mode
a. USB Communication Mode
7
7769A AVR 01/08
3. Open the communication
Figure 6-6. Open the USB Communication
8
AVR282
7769A AVR 01/08
AVR282
4. Choose the HEX file to load:
Figure 6-7. HEX File to Load
9
7769A AVR 01/08
5. Load the HEX file (Check Erase, Blank Check, Program and Verify, then Push Run
button)
Figure 6-8. HEX File Loading
10
AVR282
7769A AVR 01/08
AVR282
6. Start the application
Figure 6-9. Start Application
Note: The AT90USB bootloader will detach and jump into the user application when  Start Application button is pressed.
11
7769A AVR 01/08
7. FAQs
1. After programming my device using the JTAGICE MKII or the AVRISP, I cannot start the
bootloader anymore?
" When you use the JTAGICE MKII or AVRISP, the first instruction performed is the full chip
erase. This instruction erases the whole of the flash memory and deletes the bootloader. You
have to load the bootloader HEX file again using the JTAGICE MKII or the AVRISP to be able
to use flip software to program the device.
2. I have a Flip 2.4.x/3.0.x version on my computer. I installed Flip 3.1.y, When I start the
bootloader, I cannot see the Amel DFU icon in my device manager window as shown in
the figure 6.4, I still have the Jungo icon?
" Flip 2.4.x and Flip 3.1.y are not using the same USB driver. You have to update the driver
used for the bootloader:
 Open the device manager
 Right-click on the AT90USB Jungo icon
 Select Update Driver
 Continue as described in the section 6 (Device Firmware Upgrade)
3. Can I modify the fuse bits using Flip?
" No, Flip cannot modify the fuse bits. To modify the fuse bit you can use either the JTAG ICE
MKII, the AVRISP MKII, or parallel programming.
4. What is the difference between starting the application with the Reset box checked off
or not?
" If you start the application with the Reset box checked off, the device will start after a
Watchdog reset and this watchdog will remain active. You need to disable the Watchdog in
your application. Resetting the device, ensures there is no side effect from resources used by
the boot-loader before starting the user application.
8. Related Documents
" USB DFU Bootloader Datashet (doc 7618)
" Help content of Flip
12
AVR282
7769A AVR 01/08
Headquarters International
Atmel Corporation Atmel Asia Atmel Europe Atmel Japan
2325 Orchard Parkway Room 1219 Le Krebs 9F, Tonetsu Shinkawa Bldg.
San Jose, CA 95131 Chinachem Golden Plaza 8, Rue Jean-Pierre Timbaud 1-24-8 Shinkawa
USA 77 Mody Road Tsimshatsui BP 309 Chuo-ku, Tokyo 104-0033
Tel: 1(408) 441-0311 East Kowloon 78054 Saint-Quentin-en- Japan
Fax: 1(408) 487-2600 Hong Kong Yvelines Cedex Tel: (81) 3-3523-3551
Tel: (852) 2721-9778 France Fax: (81) 3-3523-7581
Fax: (852) 2722-1369 Tel: (33) 1-30-60-70-00
Fax: (33) 1-30-60-71-11
Product Contact
Web Site Technical Support Sales Contact
www.atmel.com Enter Product Line E-mail www.atmel.com/contacts
Literature Requests
www.atmel.com/literature
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. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDEN-
TAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT
OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF ATMEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Atmel makes no
representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications
and product descriptions at any time without notice. Atmel does not make any commitment to update the information contained herein. Unless specifically provided
otherwise, Atmel products are not suitable for, and shall not be used in, automotive applications. Atmel s products are not intended, authorized, or warranted for use
as components in applications intended to support or sustain life.
© 2008 Atmel Corporation. All rights reserved. Atmel®, logo and combinations thereof, and others are registered trademarks or trademarks of
Atmel Corporation or its subsidiaries. Other terms and product names may be trademarks of others.
7769A AVR 01/08


Wyszukiwarka

Podobne podstrony:
ATMEL AVR start programming in C
Atmel Avr Self Programming
Atmel Avr Efficient C Coding
Avr Usb Joystick Schematic
CAN Bus Drivers for Atmel C51 Products
USB AVR ISP II manual
Upgrade Instagram For Marketing
2009 10 Secret Stick a Usb Dongle for One Time Passwords
Your C Code for 8 bit AVR Microcontrollers
How to build a USB device with PIC 18F4550 or 18F2550 (and the microchip CDC firmware)
AVR Atmel XIII
2005 11 Discovery Scripts Bash Based Hardware Detection for Pci and Usb
2005 11 Discovery Scripts Bash Based Hardware Detection for Pci and Usb
Upgrade Celestron Firmware
USB IDs for free
(dsp digitalfilter) atmel digital filters with avr
Programowy interfejs USB w AVR

więcej podobnych podstron