heimi

avrdude.conf for ELV UM-FT2232H

Nov 19th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # http://helix.air.net.au/index.php/avrdude-and-ftdi-232h/
  2. # with avrdude-5.11-Patch7610-win32>avrdude -c um232h -n -p m8 -U flash:r:test.bin":r
  3. # UM232H module from FTDI and Glyn.com.au.
  4. # See helix.air.net.au for detailed usage information.
  5. # J1: Connect pin 2 and 3 for USB power.
  6. # J2: Connect pin 2 and 3 for USB power.
  7. # J2: Pin 7 is SCK
  8. #   : Pin 8 is MOSI
  9. #   : Pin 9 is MISO
  10. #   : Pin 11 is RST
  11. #   : Pin 6 is ground
  12. # Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get
  13. # a 16MHz Atmega1280 to program reliably.  The 232H is conveniently 5V tolerant.
  14. programmer
  15. # Reimer: maximal 2000000
  16.   baudrate = 2000000;
  17.   id    = "UM232H";
  18.   desc  = "FT232H based module from FTDI and Glyn.com.au";
  19.   type  = "avrftdi";
  20.   #usbvid     = 0x0403;
  21. # Note: This PID is reserved for generic 232H devices and
  22. # should be programmed into the EEPROM
  23.    #usbpid    = 0x6014;
  24.   usbvid = 0x0483;
  25.   usbpid = 0x3746;
  26.  
  27.   usbdev = "A";
  28.   usbvendor  = "";
  29.   usbproduct = "ST Micro Connect Lite";
  30.   usbsn      = "";
  31. #ISP-signals
  32.   sck    = 1;
  33.   mosi   = 2;
  34.   miso   = 3;
  35.   reset  = 4;
  36. # LEDs auf UM-FT2232H
  37. #  errled = 5;
  38. #  rdyled = 6;
  39. #  pgmled = 7;
  40. #  vfyled = 8;
  41. #  errled = ~ 13;
  42.  # rt
  43.   rdyled = ~ 13;
  44.   #pgmled = ~ 14;
  45.  # gn
  46.   vfyled = ~ 12;
  47.   ;
Add Comment
Please, Sign In to add comment