aboutsummaryrefslogtreecommitdiff
path: root/GameLogic/stm32/stm32Design.md
diff options
context:
space:
mode:
Diffstat (limited to 'GameLogic/stm32/stm32Design.md')
-rw-r--r--GameLogic/stm32/stm32Design.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/GameLogic/stm32/stm32Design.md b/GameLogic/stm32/stm32Design.md
new file mode 100644
index 0000000..19f0aa3
--- /dev/null
+++ b/GameLogic/stm32/stm32Design.md
@@ -0,0 +1,17 @@
+Pin layout
+
+| pin STM | function |
+|---------|----------|
+| PA5 / D13 | SPI clock |
+| PA7 / D11 | SPI MOSI |
+| PA9 / D8 | SPI cs |
+| PB4 / D5 | button 1 |
+| PB5 / D4 | button 2 |
+| PB6 / D10 | button 3 |
+| PB8 / D15 | button 4 |
+
+| pin FPGA | function |
+|---------|----------|
+| JB 7 | SPI clock |
+| JB 8 | SPI data |
+| JB 9 | SPI cs |