4.3 Setting up Project in AVR Studio
AVR studio is an Integrated Development Environment (IDE) for writing and debugging AVR
applications. As a code writing environment, it supports included AVR Assembler and any
external AVR GCC compiler in a complete IDE environment.
AVR Studio gives two main advantages:
1. Edit and debug in the same application windows. Faster error tracking.
2. Breakpoints are saved and restored between sessions, even if codes are edited.
Middle window shows current code under development. Window on the left side shows view of
source files, header files, External dependencies, and other files. Right side window shows all the
ports and other peripheral's status. Bottom window is known as Build window. It shows results
of the compilation, errors, HEX file size and other warning messages etc.
1. Open AVR Studio. If any project is running it can be closed by clicking on Project in the
menu and select Close Project.
2. To create new project click on Project in the menu and select "New Project".
© NEX Robotics Pvt. Ltd. and ERTS Lab IIT Bombay, INDIA
SPARK V ATMEGA16 Hardware Manual
Figure 4.16
51
Need help?
Do you have a question about the SPARK V ATMEGA16 and is the answer not in the manual?