Showing posts with label Sync with Avr studio. Show all posts
Showing posts with label Sync with Avr studio. Show all posts

Thursday, 6 June 2013

GET STARTED WITH AVR STUDIO & PROTEUS

Hi everyone.
Hope you are ready with the software’s and the microcontroller. You can download and easily install the Avr studio but you may face problem in installing the proteus_7.9. Not an issue, just check the video………


If you are using proteus:
·         You need to set your device in proteus. Press [p] and type the keyword as Atmega and select the Atmega 16 chip. You will be further adding the devices with the same way as your need in the upcoming phases.

·         Now using the Avr studio for programming on the chip. Open Avr studio and click on new project. Select Avr GCC à Type your project name and NEXTà  Select Avr simulator and find your device.




·         A [.C] file opens where we need to write our programs for a particular microcontroller.

But if you are using the microcontroller directly then you will be using the bootloader software. We will be talking regarding the loaders later in the tutorials.

How to connect proteus to Avr studio
·         Double click on the microcontroller in the proteus workspace.
·         You just need to browse the file you saved while writing the program in Avr studio.

Now everything is set for you to start with. Keep in touch.
Thank u.