From 3ecc4629540c72f1db293c5725faf3106935731d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 1 Oct 2009 09:41:13 +0000 Subject: [PATCH] Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make construction of a standard ISP programmer easier. --- LUFA/ManPages/LUFAPoweredProjects.txt | 2 +- Projects/AVRISP/AVRISP.txt | 31 +++++++++++++++++---------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/LUFA/ManPages/LUFAPoweredProjects.txt b/LUFA/ManPages/LUFAPoweredProjects.txt index f58dc88f0e..822f297979 100644 --- a/LUFA/ManPages/LUFAPoweredProjects.txt +++ b/LUFA/ManPages/LUFAPoweredProjects.txt @@ -42,7 +42,7 @@ * - SEGA Megadrive/Genesis Development Cartridge: http://www.makestuff.eu/wordpress/?page_id=398 * - Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/ * - USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001 - * - USB to Serial Bridge, via SPI and I2C: http://www.tty1.net/userial/ + * - Userial, a USB to Serial converter with SPI, I2C and other protocols: http://www.tty1.net/userial/ * * \section Sec_LUFACommercialProjects Projects Using LUFA (Commercial) * diff --git a/Projects/AVRISP/AVRISP.txt b/Projects/AVRISP/AVRISP.txt index a9d5507861..df1c3c4118 100644 --- a/Projects/AVRISP/AVRISP.txt +++ b/Projects/AVRISP/AVRISP.txt @@ -72,30 +72,37 @@ * * Programmer Pin: * Target Device Pin: - * - * - * MOSI - * PDI + * ISP 6 Pin Layout: * * * MISO * PDO + * 1 * * - * SCLK - * SCLK + * ADCx 1 + * VTARGET + * 2 * * - * GND - * GND + * SCLK + * SCLK + * 3 * * - * ADCx 1 - * VTARGET + * MOSI + * PDI + * 4 * * * PORTx.y 2 * /RESET + * 5 + * + * + * GND + * GND + * 6 * * * @@ -125,7 +132,9 @@ * * RESET_LINE_MASK * Makefile CDEFS - * Mask for the programmer's target RESET line on the chosen port. Must not be the AVR's /SS pin. + * Mask for the programmer's target RESET line on the chosen port. Must not be the AVR's /SS pin, as the + * target pins are tri-stated when not in use, and low signals on the /SS pin will force SPI slave mode when the + * pin is configured as an input. * * * VTARGET_ADC_CHANNEL