www.eXtremeElectronics.co.in

Development Process

40 PIN AVR Development Board

Low cost development board for 40 PIN AVR microcontrollers.

 

back to help index
get technical support
shop online
facebook
Back
Support
Store
Facebook

 

The development process with AVR40DEV is outlined below.

  1. First you should know what you are trying to make. You should have some algorithm in your mind and some clue how the program should look like. Or else you may have a ready made program, for example from a Website or Magazine. The human readable code is written in some high level Language like C,C++, BASIC etc. This code is called Source Code. We will use C language through out these tutorials.
  2. You need a Text Editor to enter the Source Code and save in a computer file so these can be processed by computer software.
  3. Then a Compiler, which is a software that input a Source code in a syntax of some programming language (in our case C) and generates a machine instructions for a specific machine (AVR MCU in our case). In Microcontroller world these file are called HEX files(the extension is .HEX example myprogram.hex)
  4. After this we load this HEX file in a programmer software. We connect our programmer with PC and then Connect the programmer with AVR40DEV. The programmer software then uploads data from this file to the board, finally the board will execute our program.
avr40dev isp

 

eXtreme Burner - AVR
eXtreme Burner - AVR used To Upload a HEX file.

 

Software Tools

The main software you will need are:

You can get all the software from the folder named "Software" in the Support Disc.

Now you are ready to write you first microcontroller program !

back to help index
get technical support
shop online
facebook
Back
Support
Store
Facebook