Back to main page
AVR®32 AT32UC3 Series Software Framework: Usage
Copyright © 2007 Atmel Corporation
Typical organization of a directory of a module
Let's take the ADC driver module as an example. It contains:
two projects for a AT32UC3A device
one project for a AT32UC3B device
For the AT32UC3A devices:
one for the AVR32 GCC GNU Toolchain under /DRIVERS/ADC/EXAMPLE/AT32UC3A0512/GCC,
one for the AVR32 IAR IDE under /DRIVERS/ADC/EXAMPLE/AT32UC3A0512/IAR.
Here is the content of the ADC driver directory (/DRIVERS/ADC) 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.