Back to main page

AVR UC3 Series Software Framework: Usage

Copyright © 2007 Atmel Corporation

Typical organization of a directory of a module

 

Let's take the GPIO driver module and one of its examples as a reference. It contains:

 

For the AT32UC3A devices:
  • one AVR32 GNU Toolchain project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3A0512_EVK1100/GCC,
  • another AVR32 GNU Toolchain project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3A0512_EVK1105/GCC,
  • one IAR EWAVR32 project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3A0512_EVK1100/IAR.
  • another IAR EWAVR32 project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3A0512_EVK1105/IAR.
  •  

    For the AT32UC3B devices:
  • one AVR32 GNU Toolchain project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3B0256_EVK1101/GCC,
  • one IAR EWAVR32 project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3B0256_EVK1101/IAR.
  •  

    For the AT32UC3A3 devices:
  • one AVR32 GNU Toolchain project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3A3256_EVK1104/GCC,
  • one IAR EWAVR32 project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3A3256_EVK1104/IAR.
  •  

    For the AT32UC3L devices:
  • one AVR32 GNU Toolchain project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3L064_STK600-RCUC3L0/GCC,
  • one IAR EWAVR32 project for the peripheral bus example under /DRIVERS/GPIO/PERIPHERAL_BUS_EXAMPLE/AT32UC3L064_STK600-RCUC3L0/IAR.
  •  

    Here is the content of the GPIO driver directory (/DRIVERS/GPIO) to introduce the typical organization of a peripheral driver.

     

     

     

    FAQ

    In the FAQ page, you will find a list of Frequently Asked Questions related to the Software Framework.

     


    AVR is a registered trademark of Atmel Corporation.