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

                 Summary: Configuration for ft232r in avrdude.conf.in of
avrdude-6.0.1
                 Project: AVR Downloader/UploaDEr
            Submitted by: vanili
            Submitted on: Thu 02 Jan 2014 11:09:09 AM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Ivan
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I've observed that description of ft232r programmer pinouts in avrdude.conf.in
is wrong. It is
  
programmer
  id    = "ft232r";
  desc  = "FT232R Synchronous BitBang";
  type  = "ftdi_syncbb";
  connection_type = usb;
  miso  = 1;  # RxD
  sck   = 0;  # RTS
  mosi  = 2;  # TxD
  reset = 4;  # DTR
;

but should be

programmer
  id    = "ft232r";
  desc  = "FT232R Synchronous BitBang";
  type  = "ftdi_syncbb";
  connection_type = usb;
  miso  = 1;  # RxD
  sck   = 2;  # RTS
  mosi  = 0;  # TxD
  reset = 4;  # DTR
;

It's not so serious, but for me it took few hours to figure out, what's wrong




    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to