16
Atmel AVR2052
8200M-AVR-11/11
f. Browse to the addr2line and c++filt programs (
C:\Program
Files\yagarto\bin\arm-elf-addr2line.exe
) (
C:\Program
Files\yagarto\bin\arm-elf-c++filt.exe
).
g. Apply and click
OK.
While building, the output of the make command will appear in the console pane on
the bottom of the window. Once the build process is completed,
.hex
,
.srec
,
.bin
,
and
.elf
image files will be generated.
5.2.2.4 IAR Embedded Workbench
•
Command line:
Compile the application by running the
make
utility. Some of the
.hex
,
.srec
,
.bin
,
and
.elf
image files will then be generated, depending on
the platform configuration that has been chosen.
•
IDE:
Open the
.eww
file in the
iar_projects
subdirectory of the appropriate
application directory (for WSNDemo, the
WSNDemo.eww
file from the
<SDK-Root>\
Applications\WSNDemo\iar_projects
subdirectory) with IAR Embedded
Workbench, and execute the
Rebuild All
item from the
Project
menu. By
default, the
.a90
file (for WSNDemo,
WSNDemo.a90
)
will be generated in the
iar_projects/Debug/exe
subdirectory (for WSNDemo,
in
the
./Applications/WSNDemo/iar_projects/Debug/exe
directory) with format as
specified in Linker Output Options
of the IAR project.
5.3 Reserved hardware resources
Hardware resources provided by the supported hardware include microcontroller
peripherals, buses, timers, IRQ lines, I/O registers, etc. Many of these interfaces have
corresponding APIs in the hardware abstraction layer (HAL) of the Atmel BitCloud
stack. When building custom applications on top of the BitCloud API, the user is
strongly encouraged to use the high-level APIs instead of the low-level register
interfaces to ensure that its resource use does not overlap with that of the stack.
The hardware resources in BitCloud reserved for internal use by the stack are listed
in the platform-specific sections specified in
. These resources must not be
accessed by the application code. Please note that the lists of the reserved hardware
resources differ for each device.
Table 5-3.
Platform-specific reserved resources.
For platform
Refer to Section
ZigBit / ZigBit Amp / ZigBit 900
ATmega128RFA1
UC3
XMEGA
SAM7X
SAM3S