Page 1 of 1

Chip Configuration

Posted: Mon May 24, 2010 8:21 am
by iain wilkie
I am doing a program on an AVR TINY13. I also have AVR Studio installed on my P.C. and in order to be able to use
my ATARISP2 USB programmer I have changed the programmer location for the Atmel STK500. This works fine BUT I cannot
seem to get the normal Chip Configuration screens .... just the manual one where you type in the hex codes.

Is it possible to recover back to the "normal" confuguration dialogue screens ?

Regards

Iain Wilkie

Re: Chip Configuration

Posted: Tue May 25, 2010 7:15 pm
by Sean
Hello Iain,

Flowcode for AVR only supports direct hex value programming of the configuration fuses, and then only when using the AVRDUDE programming option.

If you are using the STK500 programming option, and have AVR Studio installed, we recommend that you use the fuse setting application supplied with AVR Studio.
AVR Studio can be opened and connected to the programmer while Flowcode is running. It only needs to be closed (or disconnected) when Flowcode is downloading the compiled Flowcode program to the target device.

Re: Chip Configuration

Posted: Wed May 26, 2010 9:40 am
by iain wilkie
Hi Sean,

Thanks for the information ......

Iain