avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #29837] STK200: stops working with parport in wtrong


From: anonymous
Subject: [avrdude-dev] [bug #29837] STK200: stops working with parport in wtrong state
Date: Sun, 09 May 2010 13:47:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.18) Gecko/2010021720 Iceweasel/3.0.6 (Debian-3.0.6-3)

URL:
  <http://savannah.nongnu.org/bugs/?29837>

                 Summary: STK200: stops working with parport in wtrong state
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Sun 09 May 2010 01:47:32 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Jasen Betts
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

sometimes "something" causes the parallel port to be left in a state where
the reset pin or data pins are driven high by the
STK200 programmer

In this state there is no way to reset the port using avrdude
as the -E parameter is being ignored.

This seems like an oversight, for although the STK200 by design cannot power
the target AVR it can interfere with its operation.

it seems there is a "setpin" where there should be "setmany"

here's a patch :)
==== BEGIN
diff --git a/par.c b/par.c
index 269c6c8..6bb064e 100644
--- a/par.c
+++ b/par.c
@@ -285,7 +285,7 @@ static void par_close(PROGRAMMER * pgm)
   ppi_setall(&pgm->fd, PPIDATA, pgm->ppidata);
   ppi_setall(&pgm->fd, PPICTRL, pgm->ppictrl);
 
-  par_setpin(pgm, pgm->pinno[PPI_AVR_BUFF], 1);
+  par_setmany(pgm, pgm->pinno[PPI_AVR_BUFF], 1);
 
   /*
    * Handle exit specs.
==== END

IMO havinf setpin and setmany able to me interchanged
without generating a compiler diagnostic is a mistake.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 09 May 2010 01:47:32 PM UTC  Name: patch  Size: 371B   By: None
please apply this patch
<http://savannah.nongnu.org/bugs/download.php?file_id=20491>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?29837>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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