Maker Pro
Maker Pro

Software Uploading Problem

Hi friends,
I have bought the AVR Development board,
But AVR Studio software is not installing in my system,
Can anyone say me which software can be useful to work on the AVR Development Board other than the AVR Studio software and its version and its specifications.

I have ATmega16A IC.
Can Anyone explain How to download and install any software(Other than AVR Studio).
and How to run,upload and compile the program Plzzzzzzzzzzzzz step by step.
Its Very urgent
 
I think your questions would be better in the www search bar.
Then read a lot. Then try what you read.
If it doesn't work, read some more and try again!!
We have to do it all the time. And don't have the inclination to babysit:)

All of your questions are very easy to find. You have no problem typing the question, so try it! You might like it:)
Also, I posted the minimum pc requirements in your other post!
And you don't bother to respond. Or put your pc details in your post. Just my honest opinion.

Martin
 
Hi ,

I have tried using ATmega16 Microcontroller to execute and upload on board command prompt with the help of RS232 Cable. I have written command like this
avrdude -p m16 avrisp -e -U flash:w:agps16.hex

I have got errors as these in command prompt

1. Not in syn
2. Timeout
 

Harald Kapp

Moderator
Moderator
AVRdude is only the programming software. You'll need a programmer in addition. See these pages.

If the error persists, you'll have to show us how you connected the programmer to the PC and to teh AVR.
 
Top