avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] How to add AT89S52 to avrdude support list?


From: Joerg Wunsch
Subject: Re: [avr-chat] How to add AT89S52 to avrdude support list?
Date: Sun, 28 Jun 2009 23:14:36 +0200 (MET DST)

<address@hidden> wrote:

> In my version of avrdude (shipped with winavr-20090313), there is
> already an AT89S52 part defined.

No, there's no part info for it.

It requires a little more, and while this question appears to be asked
once each couple of years, nobody appears to be willing to implement
the extra logic.

If you're using a genuine STK500, it should be possible with moderate
effort to add it.  The STK500 is capable of programming these, but as
these controllers have positive reset polarity, the STK500 needs to be
instructed for that.  That requires a minor addition to the config
file parser to add the respective flag, and consequently some
modification to the stk500v2.c file.  This should be done in a way so
any other programmer type will detect it cannot support the request,
and bail out.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]