aboutsummaryrefslogtreecommitdiffstats
path: root/circuits
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-10-20 16:19:27 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-10-20 16:19:27 +0000
commite21d573e9e2b9a6aacb04a0b7e0ddb923e1852e5 (patch)
treed232b41ec92d57cdb603af9c5a95325709106fae /circuits
parent9d524fe5322c9059122a98c2e77b2cbb77b71897 (diff)
downloadv-usb-e21d573e9e2b9a6aacb04a0b7e0ddb923e1852e5.tar.gz
v-usb-e21d573e9e2b9a6aacb04a0b7e0ddb923e1852e5.tar.bz2
v-usb-e21d573e9e2b9a6aacb04a0b7e0ddb923e1852e5.zip
- Mentioned 12.8 MHz module and note about swapping D+ and D-.
Diffstat (limited to 'circuits')
-rw-r--r--circuits/Readme.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/circuits/Readme.txt b/circuits/Readme.txt
index 7b1a95d..427241b 100644
--- a/circuits/Readme.txt
+++ b/circuits/Readme.txt
@@ -43,8 +43,8 @@ tiny45-rc.png and tiny45-rc.sch (EAGLE schematics):
This is mostly an example for connecting an 8 pin device using the internal
RC oscillator for system clock. This example uses series diodes to limit
the supply, but you may choose any other method. Please note that you must
- choose a clock rate of 16.5 MHz because only the receiver module for this
- frequency has a PLL to allow higher clock rate tolerances.
+ choose a clock rate of 12.8 or 16.5 MHz because only the receiver modules
+ for these frequencies have a PLL to allow higher clock rate tolerances.
GENERAL DESIGN NOTES
@@ -54,6 +54,10 @@ priority interrupt on AVRs. You may use other hardware interrupts (and
configure the options at the end of usbconfig.h accordingly) if you make sure
that no higher priority interrupt is used.
+If you use USB_SOF_HOOK or USB_COUNT_SOF in usbconfig.h, you must wire D- to
+the interrupt instead. This way the interrupt is triggered on USB Start Of
+Frame pulses as well.
+
Most examples have a 1M pull-down resistor at D+. This pull-up ensures that
in self-powered designs no interrupts occur while USB is not connected. You
may omit this resistor in bus-powered designs. Older examples had a pull-up