

However, there doesn't seem to be any support for my AT90S2313 chips. So I bought the USB AVRISP MkII and installed AVR Studio 5. Of course new Windows hates all my serial programming gear. I recently upgraded my computer to Windows 7/64. If someone has already answered this, please do send me a link!

Start with LED blinking project to get started with avr studio 6.This may be on a frequently asked questions list somewhere, but I can't find it. This software is very easy to use and you can build up any type of application as per requirement either in assembly, C or C++ language.

(Exp: Atmega32) that you are using and select the interface (Exp: ISP) you want to use. Now device programming dialog box will appear, select tool (Exp: STK500), device SELECT PROGRAMMER Specify the serial portįor the programming of your device, click the “Device programming” in the toolbar. Go to the “Tool” option in the top tool bar and select “STK500” from the toolbar. COMPILE THE CODEĬonnect your programmer to your computer via USB port. For compilation, go to “build” in the top toolbar and selects “compile” option from build menu or you can also press “Ctrl+F7” to compile the code. WRITE A PROGRAMĪfter writing your required code you have to compile it. This is a newly created C file in the source editor. DEVICE SELECTIONĪ window will appear automatically. For quick selection go to “Device Family” box and select your required family. Select your device from “select device” dialog box. S.NO PROJECT TEMPELATE DESCRIPTION/FUNCTION 1 GCC C Executable Project To create 8-bit/32-bit AVR/ARM GCC project 2 GCC C Static Library Project To create 8-bit/32-bit AVR/ARM GCC static library project 3 GCC C++ Executable Project To create 8-bit/32-bit AVR/ARM C++ project 4 GCC C Static Library Project To create 8-bit/32-bit AVR/ARM C++ static library project 5 Assembler To create 8-bit Assembler project CREATE A NEW PROJECTĪnother way to create a new project is to select “file”, choose “New” and click on “Project”. Select any one template, if you want to work on C language then select “GCC C Executable Project”, for C++ language selects “GCC C++ Executable Project” and you want to work on assembly language then select assembler in the left “installed template” box. The simplest way to create a new project is to select the “New Project” option a new project dialog box will appear. After that Open the Atmel studio 6 by clicking atmel studio as shown in given figure. If you find difficulty in installation, let me know I will upload a video which will explain all steps. You can download its setup free of cost from following website GETTING STARTED WITH ATMEL STUDIO 6 STEP-1: DOWNLOAD ATMEL STUDIO 6įirst you have to download Atmel Studio 6 from Atmel website and install it by following the instructions on this website.
