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
{
"description": "One ROM Fire 24 (rev E)",
"alt": [
"p24-e"
],
"chip": {
"pins": {
"quantity": 24
},
"bit_modes": ["8"]
},
"mcu": {
"family": "rp2350",
"ports": {
"data_port": "0",
"addr_port": "0",
"cs_port": "0",
"sel_port": "0",
"status_port": "0"
},
"pins": {
"data": [
7,
6,
5,
0,
1,
2,
3,
4
],
"addr": [
23,
22,
21,
20,
19,
18,
17,
16,
15,
14,
13,
11,
12
],
"cs1": {
"2364": 10,
"2332": 10,
"2316": 10
},
"cs2": {
"2332": 12,
"2316": 11
},
"cs3": {
"2316": 12
},
"x1": 9,
"x2": 8,
"ce": {
"2704": 11,
"2708": 11,
"2716": 11,
"2732": 11
},
"oe": {
"2704": 10,
"2708": 10,
"2716": 10,
"2732": 10
},
"x_jumper_pull": 0,
"sel": [
25,
24,
26,
27
],
"sel_jumper_pull": [0, 0, 0, 1],
"swclk_sel": 26,
"swdio_sel": 27,
"status": 29
},
"usb": {
"present": true,
"pins": {
"vbus": 28,
"port": "0"
}
},
"serve_mode": "pio"
}
}