avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] ftdi_syncbb issues: no BUFF, wrong chip?


From: Ing. Daniel Rozsnyó
Subject: [avrdude-dev] ftdi_syncbb issues: no BUFF, wrong chip?
Date: Fri, 12 Apr 2013 18:15:27 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

Hi,
I have some issues with the FT232 programmer code.. I had to define a custom pinout, and the BUFF pin is not recognized. Is that okay, or the ftdi_syncbb does not support the BUFF pin?



programmer
  id    = "kac-cmos";
  type  = "ftdi_syncbb";
  connection_type = usb;
  miso  = 7;  # /DCD
  sck   = 4;  # /CTS
  mosi  = 6;  # /DSR
  reset = 5;  # /DTR
  buff  = 8;  # /RI
;


results in -v printout of:

         Programmer Type : ftdi_syncbb
         Description     :
         Pin assignment  : 1..8 = DBUS0..7, 9..12 = GPIO0..3
           RESET   =  5
           SCK     =  4
           MOSI    =  6
           MISO    =  7


 And the second issue is, that after that the text goes like:

 ft245r:  spi bitclk 75000 -> ft baudrate 150000
avrdude: ft245r_program_enable: failed
avrdude: initialization failed, rc=-1
         Double check connections and try again, or use -F to override
         this check.


  The chip I am using is however a FT232RQ:

Bus 003 Device 015: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x0403 Future Technology Devices International, Ltd
  idProduct          0x6001 FT232 USB-Serial (UART) IC
  bcdDevice            6.00
  iManufacturer           1 FTDI
  iProduct                2 FT232R USB UART
  iSerial                 3 A4002rtk
  bNumConfigurations      1


I am using:
avrdude: Version 5.11svn, compiled on Aug 13 2012 at 21:14:46
(with FT2232 in custom configurations it works perfectly!)


Daniel



reply via email to

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