-
Notifications
You must be signed in to change notification settings - Fork 271
/
pinout
144 lines (94 loc) · 1.55 KB
/
pinout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
Pin Usage
=========
mk20dx256vlh7
----
|Keys|
----
* Strobe (Columns)
TODO
* Sense (Rows)
TODO
-----
|Clock|
-----
PTA18 <-> PTA19
---
|I2C|
---
* Main - Connect to all ISSI Chips - Also break out header for debugging
PTB0 - SCL0 (add header pin, label as SCL0)
PTB1 - SDA0 (add header pin, label as SDA0)
* Reserved for I2C usage
PTC10 - SCL1 (Reserved, can use as GPIO)
PTC11 - SDA1 (Reserved, can use as GPIO)
* ISSI Control (enough pins for 3 chips reserved)
PTB17 - INTB Chip 1
PTB18 - INTB Chip 2 (Reserved, can use as GPIO)
PTB19 - INTB Chip 3 (Reserved, can use as GPIO)
PTB16 - SDB (tied to all Chips, hardware shutdown)
---
|PWM|
---
NHD-C12832A1Z-FS(RGB)-FBW-3V
PTC1 - K(R)
PTC2 - K(G)
PTC3 - K(B)
---
|SPI|
---
NHD-C12832A1Z-FS(RGB)-FBW-3V
PTC4 - CS1B - SS1
PTC5 - SCL - SCLK
PTC6 - SDA(SI) - MOSI
PTC7 - A0 (Not SPI, used for display)
PTC8 - RST (Not SPI, used for display)
---
|DAC|
---
DAC0 (N/C)
----
|UART|
----
* Comm - For bi-directional communication between halves
PTA1 - RX0 (Master Side)
PTA2 - TX0 (Master Side)
PTE0 - TX1 (Slave Side)
PTE1 - RX1 (Slave Side)
PTD2 - RX2 (UART Debug Header)
PTD3 - TX2 (UART Debug Header)
-----
|Debug|
-----
* SWD - (Main reflash header)
PTA0 (Pull-down)
PTA3 (Pull-up)
* LEDs
PTA5 (LED only for PCB, not Teensy)
* UARTs
PTD2 - RX2 (UART Debug Header, label as RX2)
PTD3 - TX2 (UART Debug Header, label as TX2)
------
|Unused|
------
* GPIO
PTA4
PTA12
PTA13
PTB2
PTB3
PTB16
PTB17
PTB18
PTB19
PTC0
PTC9
PTC10
PTC11
PTD0
PTD1
PTD4
PTD5
PTD6
PTD7
* Analog
TODO