On Tue, 11 Jul 2006, Bhasker Raj wrote:
> Thanks for welcoming to avrclub.
>
> I request members to help me.
>
> I am planning to build the AVR Development Board from the information provided on
your site.
>
> I request for the following information:
>
> 1) I have four partitions on my hard disk – C, D, E, F.
> 2) Should the programs be stored in a separate folder or partition of the hard
disk
It really doesn't matter much. What program are you using and what kind
of device to program the chip? I'd HIGHLY recommend the AVR STK500. It
is relatively easy to use, interfaces with AVR Studio perfectly and
programs all the DIP package AVR's.
> 3) Creating the directory for storing the programs.
> 4) Creating a PATH for the system to recognize where the programs are stored.
> 5) After connecting the AVR device to the PC through the cable, the commands
used for loading the programs to the AVR device?
> 6) I am using Windows XP OS. Should I go to the command tool for using the
commands?
> 7) Any other useful information will help.
>
> I have visited several sites on the Internet, but this information was not found
>
> Waiting for your reply
Some of the questions you're asking seem to be the most basic questions
about using a computer. The free Atmel AVR Studio installs itself on
your computer, as a default in the Program Files directory, but it allows
you to override that. I had a computer with several partitions and put a
separate Program Files directory on the D drive. I put a lot of my
programs in there.
AVR Studio also makes subdirectiries where it stores the assembled
programs and HEX files that are used to program the device. If you use a
higher-level language like C to write your programs, you can put the
resulting HEX files in one of those directories and use AVR Studio with
the STK500 to program the chip.
Zack

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )