X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/efb6c357784af2293a50b3fca9503c3a4c13a9e1..c2de01b66186f8f195b6d19c311a67d1aede6d57:/Projects/AVRISP-MKII/AVRISP.txt?ds=inline
diff --git a/Projects/AVRISP-MKII/AVRISP.txt b/Projects/AVRISP-MKII/AVRISP.txt
index e67c83e89..feccfcabe 100644
--- a/Projects/AVRISP-MKII/AVRISP.txt
+++ b/Projects/AVRISP-MKII/AVRISP.txt
@@ -110,6 +110,10 @@
*
*
*
+ * In addition, the AVR's XCK pin will generate a .5MHz clock when SPI programming is used, to act as an external
+ * device clock if the fuses have been mis-set. To use the recovery clock, connect XCK to the target AVR's XTAL1
+ * pin, and set the ISP programming speed to 125KHz or below.
+ *
* 1 Optional, see \ref SSec_Options section - for USB AVRs with ADC modules only \n
* 2 See AUX line related tokens in the \ref SSec_Options section
*
@@ -123,7 +127,7 @@
*
PDI 6 Pin Layout: |
*
*
- * | MISO |
+ * MISO 2 |
* DATA |
* 1 |
*
@@ -143,7 +147,7 @@
* 4 |
*
*
- * | PORTx.y 2 |
+ * PORTx.y 2, 3 |
* CLOCK |
* 5 |
*
@@ -154,9 +158,10 @@
*
*
*
- * 1 When XPROG_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
- * via a pair of 300 ohm resistors, and the AVR's XCK pin becomes CLOCK. \n
- * 2 See AUX line related tokens in the \ref SSec_Options section
+ * 1 Optional, see \ref SSec_Options section - for USB AVRs with ADC modules only \n
+ * 2 When XPROG_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
+ * via a pair of 220 ohm resistors, and the AVR's XCK pin becomes CLOCK. \n
+ * 3 See AUX line related tokens in the \ref SSec_Options section
*
* \section Sec_TPI TPI Connections
* Connections to the device for TPI programming1 (when enabled):
@@ -168,7 +173,7 @@
* TPI 6 Pin Layout: |
*
*
- * | MISO |
+ * MISO 2 |
* DATA |
* 1 |
*
@@ -178,7 +183,7 @@
* 2 |
*
*
- * | SCLK |
+ * SCLK 2 |
* CLOCK |
* 3 |
*
@@ -188,7 +193,7 @@
* 4 |
*
*
- * | PORTx.y 2 |
+ * PORTx.y 3 |
* /RESET |
* 5 |
*
@@ -199,9 +204,10 @@
*
*
*
- * 1 When XPROG_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
- * via a pair of 300 ohm resistors, and the AVR's XCK pin becomes CLOCK. \n
- * 2 See AUX line related tokens in the \ref SSec_Options section
+ * 1 Optional, see \ref SSec_Options section - for USB AVRs with ADC modules only \n
+ * 2 When XPROG_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
+ * via a pair of 220 ohm resistors, and the AVR's XCK pin becomes CLOCK. \n
+ * 3 See AUX line related tokens in the \ref SSec_Options section
*
* \section SSec_Options Project Options
*
@@ -241,7 +247,7 @@
*
* | VTARGET_ADC_CHANNEL |
* Makefile CDEFS |
- * ADC channel number (on supported AVRs) to use for VTARGET level detection. |
+ * ADC channel number (on supported AVRs) to use for VTARGET level detection, if NO_VTARGET_DETECT is not defined. |
*
*
* | ENABLE_ISP_PROTOCOL |
@@ -261,5 +267,11 @@
* seperate ISP, PDI, and TPI programming headers) but increases programming speed dramatically.
* Ignored when compiled for the XPLAIN board.
*
+ *
+ * | NO_VTARGET_DETECT |
+ * Makefile CDEFS |
+ * Define to disable VTARGET sampling and reporting on AVR models with an ADC converter. This will cause the programmer
+ * to report a fixed 5V target voltage to the host regardless of the real target voltage. |
+ *
*
*/