improve bootloader-exit logik
[pub/USBaspLoader.git] / Schematics.txt
1 Designed fuer Atmega8 (with external crystal with 16MHz)
2 ^^^^^^^^^^^^^^^^^^^^^
3
4 --> avrdude -p m8 -c pony-stk200 -e -U flash:w:bootloaderfirmware.hex <--
5
6 USB-Schematics wie in VUSB mit ZenerDiode
7
8 USBD+ (gruen) --> PIN4 (PD2)
9 USBD- (weiss) --> PIN12 (AIN0)
10
11 TASTER --> PIN13 (AIN1)
12
13 Wenn RESET/PowerUP UND Taster gedrueckt (PIN13 LOW) dann startet Bootloader
14 bis -->erste<-- Programmierung beendet und wieder TASTER gedrueckt
15
16 empfohlene LFUSE: 0x9f
17 empfohlene HFUSE: 0xc0
18 empfohlene LOCK : 0x3f (unveraendert - bootsection wird per software geschuetzt)