bugAVR Downloader/UploaDEr - Bugs: bug #41064, Configuration for ft232r in...

 
 

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

bug #41064: Configuration for ft232r in avrdude.conf.in of avrdude-6.0.1

Submitter:  Ivan <vanili>
Submitted:  Thu 02 Jan 2014 11:09:09 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  rliebscher Originator Name:  Ivan
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Mon 13 Jan 2014 08:45:29 PM UTC, comment #4: 

I changed the comments at the pin descriptions in revision 1256.

Rene Liebscher <rliebscher>
Group Member
Tue 07 Jan 2014 03:01:51 PM UTC, comment #3: 

I agree - don't break user code (unnecessarily). So changing the description would be the preferable solution.

(I had the same problem as Ivan, but I didn't even realize it is a bug. I just assumed a made a mistake.)

Best regards,
Hannes

Hannes Weisbach <hweisbach>
Group Member
Tue 07 Jan 2014 06:33:53 AM UTC, comment #2: 

In principle, changing the comments will lead to the same, but, as you said, it is much more reasonable.

Ivan <vanili>
Mon 06 Jan 2014 09:49:05 PM UTC, comment #1: 

It is clear the numbers does not correspond to the description in the comments.

But if we change the numbers, anyone who uses ft232r right now with the correct connections (even if the description here is wrong) will complain then, because it does not work for him anymore.

So we better change the descriptions in the comments.

Any comments about this?

Rene Liebscher <rliebscher>
Group Member
Thu 02 Jan 2014 11:09:09 AM UTC, original submission:  

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

Ivan <vanili>

 

(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 hweisbach (Posted a comment)
  • -email is unavailable- added by rliebscher (Posted a comment)
  • -email is unavailable- added by vanili (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
    2014-01-13 rliebscher StatusNone Fixed
        Assigned toNone rliebscher
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code