Back to main page
AVR®32 AT32UC3 Series Software Framework: IAR Projects
Copyright © 2007 Atmel Corporation
Introduction
Let's take the example of the ADC driver module. The
/DRIVER/ADC/EXAMPLE/AT32UC3A0512/IAR
folder contains a full IAR project with:
an IAR EWAVR32 workspace file(adc_example.eww: double-click on this file to open the whole project.),
an IAR EWAVR32 project file(adc_example.ewp),
an IAR EWAVR32 debug configuration file(adc_example.ewd).
Typical IAR Project Settings
The provided ADC IAR project is set with the following options:
Project / Options... / Category:General Options / Target / Device:
AVR32 UC3A0512
Project / Options... / Category:General Options / Library Configuration / Library :
Full DLIB
Project / Options... / Category:C/C++ Compiler / Preprocessor / Additionnal include directories:
$PROJ_DIR$\..\..\..\..\ADC\
$PROJ_DIR$\..\..\..\..\..\BOARDS\
$PROJ_DIR$\..\..\..\..\..\UTILS\
$PROJ_DIR$\..\..\..\..\..\UTILS\PREPROCESSOR\
$PROJ_DIR$\..\..\..\..\..\UTILS\DEBUG\
$PROJ_DIR$\..\..\..\..\..\DRIVERS\GPIO\
$PROJ_DIR$\..\..\..\..\..\DRIVERS\PM\
$PROJ_DIR$\..\..\..\..\..\DRIVERS\USART\
Project / Options... / Category:C/C++ Compiler / Preprocessor / Defined symbols:
BOARD=EVK1100
Project / Options... / Category:Debugger / Setup / Driver:
JTAGICE mkII
IAR Support
Available at this internet link : IAR support.