WR Home      Topic Home      Chapter:  1  2 
<Previous Next>

Chapter 02

Installing Software for AVR Development

Page 2

Steps to create a project in AVR Studio 6


Follow the steps shown below:
  1. Select a template
  2. You want to develop a C-program which can actually run on the uC (You do NOT want to create a Static Library for later use).
  3. Type a file name which will contain the main() function of C-program.
  4. Remember the Location (path) where the project is created. For the first few projects do not change the Solution name for simplicity.
  5. Let there be separate folder for each new project.
  6. Click OK to proceed.
New Project


WR Home      Topic Home      Chapter:  1  2 
<Previous Next>