aboutsummaryrefslogtreecommitdiff
path: root/KMM.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-01-22 19:02:27 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-01-22 19:02:27 +0100
commitdf65ded7f8f91f207d984726e1e9ef78c9f98c1c (patch)
tree84423786bf6a0fc6e08c069fd220792258841033 /KMM.wiki
parentTue, 22 Jan 2019 17:42:37 +0100 (diff)
downloadwiki-public-df65ded7f8f91f207d984726e1e9ef78c9f98c1c.tar.gz
wiki-public-df65ded7f8f91f207d984726e1e9ef78c9f98c1c.tar.xz
Tue, 22 Jan 2019 19:02:27 +0100
Diffstat (limited to 'KMM.wiki')
-rw-r--r--KMM.wiki18
1 files changed, 13 insertions, 5 deletions
diff --git a/KMM.wiki b/KMM.wiki
index 72cbd4d..756858a 100644
--- a/KMM.wiki
+++ b/KMM.wiki
@@ -19,6 +19,7 @@
- [[#Header#Buss (other 3)|Buss (other 3)]]
- [[#Header#General (other 4)|General (other 4)]]
- [[#AND|AND]]
+ - [[#AND#2019-01-22|2019-01-22]]
= CPU =
https://docs.isy.liu.se/pub/VanHeden/DataSheets/atmega1284p.pdf
@@ -87,12 +88,12 @@ https://docs.isy.liu.se/pub/VanHeden/DataSheets/exo3.pdf
[[https://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf|Datablad för USB-UART kablarna]].
= ExDe =
-- 5 sync ↔ AVR 19
-- 6 data ↔ AVR 18
-- 7 retursync ↔ AVR 22 (tidigare 20)
-Retsync
-22 :: PC0 (PCINT16)
+| AVR | POUT | function |
+|-----|------|----------|
+| 19 | 5 | sync |
+| 18 | 6 | data |
+| 17 | 7 | retsync |
= Header =
== Buss (other 3) ==
@@ -105,3 +106,10 @@ Retsync
= AND =
http://www.ti.com/lit/ds/symlink/sn74ls08.pdf
+
+== 2019-01-22 ==
+Fick ExDe att fungare genom att ändra sync till att vara en flank mitt
+i varje bit. Vilket gör att sync skapar en fyrkantsvåg.
+
+I nuläget är det ospecifierat om den börjar högt eller lågt. Ofta
+ligger den passivt hög. Samt så saknas kanske flank för första biten.