add some Schematics information about new PIN-layout 2010-07-27-stephan-201207302330
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Mon, 30 Jul 2012 21:32:58 +0000 (21:32 +0000)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Mon, 30 Jul 2012 21:32:58 +0000 (21:32 +0000)
Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Schematics.txt [new file with mode: 0644]

diff --git a/Schematics.txt b/Schematics.txt
new file mode 100644 (file)
index 0000000..737d402
--- /dev/null
@@ -0,0 +1,18 @@
+Designed fuer Atmega8 (with external crystal with 16MHz)
+^^^^^^^^^^^^^^^^^^^^^
+
+--> avrdude -p m8 -c pony-stk200 -e -U flash:w:bootloaderfirmware.hex <--
+
+USB-Schematics wie in VUSB mit ZenerDiode
+
+USBD+ (gruen) --> PIN4  (PD2)
+USBD- (weiss) --> PIN12 (AIN0)
+
+TASTER        --> PIN13 (AIN1)
+
+Wenn RESET/PowerUP UND Taster gedrueckt (PIN13 LOW) dann startet Bootloader
+bis -->erste<-- Programmierung beendet und wieder TASTER gedrueckt
+
+empfohlene LFUSE: 0x9f
+empfohlene HFUSE: 0xc0
+empfohlene LOCK : 0x3f (unveraendert - bootsection wird per software geschuetzt)