-
Notifications
You must be signed in to change notification settings - Fork 0
/
CC3D connections.txt
55 lines (40 loc) · 948 Bytes
/
CC3D connections.txt
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
Used signals:
=============
Recv CH1: Button 1
Recv CH2: Button 2
Recv CH3: Analog axis 1
Recv CH4: Analog axis 2
Recv CH5: Analog axis 3
Recv CH6: Analog axis 4
Out CH1: +V
Board ports to chip pins:
-------------------------
(Pins marked with * are ADC-able in the MCU)
Recv CH1 -> PB6
Recv CH2 -> PB5
Recv CH3 -> PB0*
Recv CH4 -> PB1*
Recv CH5 -> PA0*
Recv CH6 -> PA1*
Out CH1 -> PB9
Out CH2 -> PB8
Out CH3 -> PB7
Out CH4 -> PA8
Out CH5 -> PB4
Out CH6 -> PA2*
Note that the Out board ports have some sort of filtering on them, I don't know whether it would degrade the ADC performance. And most of them are on non-ADC-able pins anyway.
Chip pins to board Ports:
-------------------------
(Pins marked with * are ADC-able in the MCU)
PA0* -> Recv CH5
PA1* -> Recv CH6
PA2* -> Out CH6
PA8 -> Out CH4
PB0* -> Recv CH3
PB1* -> Recv CH4
PB4 -> Out CH5
PB5 -> Recv CH2
PB6 -> Recv CH1
PB7 -> Out CH3
PB8 -> Out CH2
PB9 -> Out CH1