Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

avr help required

Status
Not open for further replies.

souvikda

New Member
help me plz!!!
i m a hobbyist and i dont knw hw 2 progrm a µcontroller.
as a beginner and little experience in electronics plz sugges me a low cost µcontroller.and a programmer
also tell me the steps 2 program it?????????
 
The Answer can't be done in a few words.
First you need a Compiler to write the Source code for the application.
There it's AVR Studio 4 for Assembler and debugging.
BASCOM gives you a BASIC IDE.
AVR GCC is an "C" Compiler.

Then the Project will be buildet and some files will be generated.
The generated .hex File is the Machinecode Program for the Controller.
The .eep File is the download File for the EEPROM section - when needed.

This files must be programmed into the Controller.
Basicly there are 3 possible programming Modes to do that.
Programming by In System Program ( ISP ).
Programming by High Voltage Programing.
Programming by JTAG - possible at AVR Controllers >=ATMEGA16.

Fore this 3 Methods are very much Programers in the Internet.
The cheapest and easyest to USE are ISP Programmers.
The Programer must work together with your IDE or you need a special Program e.g. PonyProg.
A working Duo is AVRISP MKII and AVR Studio 4.
Or a self buildet ISP Programmer and PonyProg.
There are very much solutions for this problem.

The best Way for you will be to lease / buy a Book about AVR Programming.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top