patchAVR Downloader/UploaDEr - Patches: patch #6144, Problem with LPT after SLEEP MODE

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6144: Problem with LPT after SLEEP MODE

Submitter:  Roman Gorpinenko <romansoft>
Submitted:  Tue 07 Aug 2007 11:11:49 AM UTC
   
 
Category:  None Priority:  7 - High
Status:  Done Privacy:  Public
Assigned to:  joerg_wunsch Open/Closed:  Closed

Fri 08 Jan 2010 10:01:00 AM UTC, comment #1: 

This has actually been re-filed as bug #28458, and fixed then.

Joerg Wunsch <joerg_wunsch>
Group administrator
Tue 07 Aug 2007 11:11:49 AM UTC, original submission:  

After sleep mode computer don't reinit LPT port, and after flashing my micros by pony-stk200, buffer don't disconnected from AVR.

I'm made changes in source like this and have no problem:
In par.c in void par_close()
WAS:
par_setpin(pgm, pgm->pinno[PPI_AVR_BUFF], 1);

I write:
par_setmany(pgm, pgm->pinno[PPI_AVR_BUFF], 1);

This is more correctly, because in pony-stk200 in use
2 pin for driving buffer:
 id    = "pony-stk200";
  desc  = "Pony Prog STK200";
  type  = par;
  buff  = 4, 5;
  sck   = 6;
  mosi  = 7;
  reset = 9;
  miso  = 10;
  pgmled = 8;

Sorry for bad english, i'm from Ukraine.
PS. I dont understand, can I myself edit source in this site, and please, do it.

Roman Gorpinenko <romansoft>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by romansoft (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-01-08 joerg_wunsch StatusNone Done
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code