avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #55884] ft232r communication fails on programmed part


From: Klaus Syttkus
Subject: [avrdude-dev] [bug #55884] ft232r communication fails on programmed part if miso line toggles
Date: Mon, 11 Mar 2019 07:43:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux i686; rv:65.0) Gecko/20100101 Firefox/65.0

URL:
  <https://savannah.nongnu.org/bugs/?55884>

                 Summary: ft232r communication fails on programmed part if
miso line toggles
                 Project: AVR Downloader/UploaDEr
            Submitted by: mumpel
            Submitted on: Mon 11 Mar 2019 11:43:09 AM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Klaus Syttkus
        Originator Email: 
             Open/Closed: Open
                 Release: 6.3
         Discussion Lock: Any
     Programmer hardware: ft232r
             Device type: t85

    _______________________________________________________

Details:

I use the miso line for UART emulation on my ATtiny, so that I can use the
FT232R in ftdi_sio mode for communication.
In this configuration, reprogramming an ATtiny fails if the ATtiny produces
continuous traffic right after RESET ("Device is not responding to program
enable. Check connection").
This can be fixed by inserting a call to ft245r_drain in
ft245r_program_enable:

--- /tmp/avrdude-6.3/ft245r.c   2014-09-15 21:01:09.000000000 +0200
+++ ft245r.c    2019-03-11 11:21:14.798593714 +0100
@@ -387,6 +387,7 @@
     avr_set_bits(p->op[AVR_OP_PGM_ENABLE], cmd);
 
     for(i = 0; i < 4; i++) {
+        ft245r_drain(pgm, 0);
         ft245r_cmd(pgm, cmd, res);
 
         if (res[p->pollindex-1] == p->pollvalue) return 0;





    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?55884>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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