Gunu
Jun 18 2008, 2:06 PM
Can anyone please tell me how to write the programming in C language or ATmega32 uc!
Also i wanted any programmer kit design so that i can make one in my house only. I dont have any market where i can have a programmer so i wish to make one myself!
Thanx in Advance
__Gunu
Also i wanted any programmer kit design so that i can make one in my house only. I dont have any market where i can have a programmer so i wish to make one myself!
Thanx in Advance
__Gunu
pdi33
Jun 18 2008, 8:31 PM
U can use AVRstudio and WinAVR GCC to build a complete C/assembly programming environment. Use ponyprog programmer and u will get the programmer software and ciruit diagram.
Check the AVR tutorial for all the links.
http://www.8051projects.net/avr-microcontroller-tutorial.html
To add the C compiler, just download and install WinAvr (if u google u will find it).
All software are freeware so u need not worry about code length or any other limitations.
Check the AVR tutorial for all the links.
http://www.8051projects.net/avr-microcontroller-tutorial.html
To add the C compiler, just download and install WinAvr (if u google u will find it).
All software are freeware so u need not worry about code length or any other limitations.
sashijoseph
Jun 19 2008, 10:39 AM
To quickly get on track you might want to go through this pdf too .. http://rapidshare.com/files/87232740/avr.pdf.html
aarr
Aug 23 2008, 12:51 PM
thanks alot
tell me how can i built simple projecte using atmega32 in c language to understand
how timers&counters works and what is ISR ? when i use ISR and how ??
with usfull simple projects in c ... plese and thanks for u
tell me how can i built simple projecte using atmega32 in c language to understand
how timers&counters works and what is ISR ? when i use ISR and how ??
with usfull simple projects in c ... plese and thanks for u
Ajay
Aug 24 2008, 3:25 AM
first download winavr (c compiler) + avrstudio (IDE for c compiler).
its simple to create new project in avrstudio, just install it you will come to know by yourself. for ISR i will tell you later, first play with IDE a little and understand its working..
its simple to create new project in avrstudio, just install it you will come to know by yourself. for ISR i will tell you later, first play with IDE a little and understand its working..
Ajay
Aug 24 2008, 3:27 AM
[Topic moved to AVR Discussion forum]