Sign in

username:

password:



Not a member?

Search avrclub



Search tips

Subscribe to avrclub



avrclub by Keywords

AT90S2313 | AT90S8515 | ATMega | ATmega128 | ECL | FETS | IAR | Keyboard | LCD | STK50 | TMOS | UART

Sponsor

controlSUITE™ software
Comprehensive.
Intuitive.
Optimized.

Real-world software for real-time control. Details Here!

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | AVRclub | Looking for some info on in line serial programming

Atmel AVR Microcontroller discussion group.

Looking for some info on in line serial programming - rigelscout - Nov 6 12:58:00 2003

Howdy,

I looking for some info. I've created a small device with a 2313. It
is using the USB module with the FTDI chip on it and working great.
Now I'd like to be able to upgrade the code on the avr if I need to
without taking it apart and pulling it out.

Anyone have any suggestions on doing the in circuit programming on
the avr?

Thanks Karl


______________________________
controlSUITE™ software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!



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


Re: [AVR club] Looking for some info on in line serial programming - David VanHorn - Nov 6 13:27:00 2003

At 04:58 PM 11/6/2003 +0000, rigelscout wrote:

>Howdy,
>
>I looking for some info. I've created a small device with a 2313. It
>is using the USB module with the FTDI chip on it and working great.
>Now I'd like to be able to upgrade the code on the avr if I need to
>without taking it apart and pulling it out.
>
>Anyone have any suggestions on doing the in circuit programming on
>the avr?

You'll be much better off, to switch to the mega-8, so you don't need external hardware to re-write the program space.

If the processor you're using dosen't support the SPM instruction, then you have to use external hardware, basically another processor..

I'm doing this with a M128, and actually the system is much more complicated than that, because there are three other processors connected to that M128, which also get their code reloaded this way.





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

Re: Looking for some info on in line serial programming - poitsplace - Nov 7 19:56:00 2003

--- In avrclub@avrc..., "rigelscout" <karl@i...> wrote:
> Howdy,
>
> I looking for some info. I've created a small device with a 2313.
It
> is using the USB module with the FTDI chip on it and working great.
> Now I'd like to be able to upgrade the code on the avr if I need to
> without taking it apart and pulling it out.
>
> Anyone have any suggestions on doing the in circuit programming on
> the avr?

Well ASSUMING you don't have those pins connected to anything that
will affect this, you can solder together a teeny-tiny board with
long pins sticking out the bottom that will contact the pins on the
chip you need for programming (along with some pins on the other side
that are basically just there to help hold it on.)




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

Re: [AVR club] Looking for some info on in line serial programming - John Samperi - Nov 9 17:54:00 2003

At 04:58 PM 6/11/03 -0000, you wrote:
> I've created a small device with a 2313.
>
>Now I'd like to be able to upgrade the code on the avr if I need to
>without taking it apart and pulling it out.

If you changed the design to use a Mega8 instead of the 2313,
then apart from the fact that you would get a real SPI, you could
use the bootloader for the upgrade. With the 2313 should be possible
to have another similar programmer to program the programmer
(confused??) as the 6 (or 10) pin programming socket is 1 to 1,
except for Mosi and Miso which you may have to invert in one of
the programmers. If a real SPI was used then the pin reversal would
occur automatically.

Regards

John Samperi

******************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495 Fax (02) 9674-8745
Email: samperi@samp...
Website http://ampertronics.com.au
* Electronic Design * Technical Services * Contract Assembly
******************************************************





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

Re: [AVR club] Looking for some info on in line serial programming - Bhaskar sen - Nov 13 12:45:00 2003


hi karl

You can have a look at the schematics for ISP Programming Dongle and its connection with the AT90s2313. http://users.netonecom.net/~bbcat/hobby.shtml

happy hacking

bhaskar sen
" Unfortunately, no one can be told who the Matrix is. You have to see it for yourself."
---------------------------------
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger

[Non-text portions of this message have been removed]




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