Skip to content

Commit fbae138

Browse files
authored
Merge pull request #306 from bpqle/main
Wiring pathway for Cambridge A64 adaptor with 2x intan RHD2132
2 parents 549eaaa + f1b4d63 commit fbae138

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/probeinterface/wiring.py

+11-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0,
2121
63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50, 49, 48],
2222

23-
# Mapping the ASSY-116>RHD2132
23+
# mapping the ASSY-116>RHD2132
2424
'ASSY-116>RHD2132': [
2525
24, 23, 25, 22, 26, 21, 27, 20, 28, 19, 29, 18, 30, 17, 31, 16, 0,
2626
15, 1, 14, 2, 13, 3, 12, 4, 11, 5, 10, 6, 9, 7, 8],
@@ -41,7 +41,16 @@
4141
11, 8, 9, 10, 12, 7, 6, 5, 4, 3, 13, 2, 1, 14, 0, 15,
4242
55, 56, 54, 57, 53, 58, 52, 59, 51, 60, 50, 61, 62, 49, 63, 48],
4343

44-
# Done by Zach McKenzie & Chris Halcrow
44+
# done by Bao Le, verified by Alessio Buccino
45+
# note: first SPI cable goes to RHD chip on adaptor's samtec connector's side
46+
'ASSY-77>Adpt.A64-Om32_2x-sm-cambridgeneurotech>two_RHD2132': [
47+
16, 31, 17, 30, 18, 29, 19, 28, 20, 27, 21, 26, 22, 25, 23, 24,
48+
47, 32, 46, 33, 45, 34, 44, 43, 42, 41, 40, 35, 37, 38, 39, 36,
49+
59, 56, 57, 58, 60, 55, 54, 53, 52, 51, 61, 50, 62, 49, 63, 48,
50+
7, 8, 6, 9, 5, 10, 4, 11, 3, 12, 2, 13, 1, 14, 0, 15
51+
],
52+
53+
# done by Zach McKenzie & Chris Halcrow
4554
# verified by Samuel Garcia and Aaron Wong (#307)
4655
'ASSY-77>Adpt.A64-Om32_2x-sm-cambridgeneurotech>RHD2164': [
4756
32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46,

0 commit comments

Comments
 (0)