Redo RAM layout

This commit is contained in:
Jasper Blanckenburg 2024-10-11 17:35:47 +02:00
parent 42e1fc35de
commit 3dac8e881f
10 changed files with 22382 additions and 24673 deletions

View File

@ -1,8 +1,14 @@
(version 1)
(rule "0.15mm by default"
(constraint track_width (min 0.15mm))
(constraint clearance (min 0.15mm)))
(rule "Via distance"
(constraint hole_to_hole (min 0.3mm))
(condition "A.Via_Type == 'Through' && B.Via_Type == 'Through'"))
(rule "BGA neckdown"
(constraint track_width (min 0.1mm) (opt 0.15mm))
(constraint track_width (min 0.1mm) (opt 0.1mm))
(constraint clearance (min 0.1mm) (opt 0.15mm))
(constraint annular_width (min 0.075mm))
(constraint annular_width (min 0.05mm))
(condition "A.intersectsArea('BGA_fanout')"))
(rule "STM fanout"
(constraint track_width (min 0.1mm) (opt 0.15mm))
@ -10,13 +16,20 @@
(condition "A.intersectsArea('STM_fanout')"))
(rule "RAM via distance"
(constraint hole_to_hole (min 0.2mm))
(condition "A.NetClass == 'RAM' && B.NetClass == 'RAM' && A.Via_Type == 'Through' && B.Via_Type == 'Through'"))
(condition "A.NetClass == 'RAM' && (B.NetClass == 'RAM') && A.Via_Type == 'Through' && B.Via_Type == 'Through'"))
(rule "RAM via size"
(constraint annular_width (min 0.075mm))
(condition "A.NetClass == 'RAM'"))
(constraint annular_width (min 0.05mm))
(constraint via_diameter (min 0.4mm))
(condition "A.NetClass == 'RAM' || A.NetName == 'GND'"))
(rule "RAM via clearance"
(constraint hole_clearance (min 0.2mm))
(condition "A.NetClass == 'RAM' && B.NetClass == 'RAM' && A.Via_Type == 'Through'"))
(condition "(A.NetClass == 'RAM' || A.NetName == 'GND') && B.NetClass == 'RAM' && A.Via_Type == 'Through'"))
(rule "RAM GND coupling via distance"
(constraint hole_to_hole (min 0.2mm))
(condition "A.NetName == 'GND' && B.NetClass == 'RAM' && A.Via_Type == 'Through' && B.Via_Type == 'Through'"))
(rule "RAM traces"
(constraint track_width (min 0.1mm) (opt 0.1mm))
(condition "A.NetClass == 'RAM'"))
# Keep 50mil clearance to high-speed signals
(rule "USB clearance"
(constraint clearance (min 1.27mm))

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,13 @@
"active_layer": 31,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"hidden_netclasses": [
"USB"
],
"hidden_nets": [
"/Connections/USB_D-",
"/Connections/USB_D+"
],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
@ -21,7 +26,7 @@
"keepouts": true,
"lockedItems": false,
"otherItems": true,
"pads": false,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
@ -65,7 +70,7 @@
40
],
"visible_layers": "ffcffff_fffffff9",
"zone_display_mode": 0
"zone_display_mode": 1
},
"git": {
"repo_password": "",

View File

@ -116,7 +116,7 @@
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.15,
"min_clearance": 0.1,
"min_connection": 0.1,
"min_copper_edge_clearance": 0.2,
"min_hole_clearance": 0.25,
@ -128,7 +128,7 @@
"min_text_height": 0.8,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.15,
"min_track_width": 0.1,
"min_via_annular_width": 0.1,
"min_via_diameter": 0.45,
"solder_mask_to_copper_clearance": 0.0,
@ -498,7 +498,7 @@
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "CAN",
"pcb_color": "rgb(194, 194, 0)",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgb(0, 255, 255)",
"track_width": 0.2,
"via_diameter": 0.6,
@ -515,7 +515,7 @@
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Flash",
"pcb_color": "rgb(255, 255, 0)",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgb(0, 0, 194)",
"track_width": 0.2,
"via_diameter": 0.6,
@ -532,7 +532,7 @@
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "HS",
"pcb_color": "rgb(194, 194, 0)",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgb(194, 194, 0)",
"track_width": 0.2,
"via_diameter": 0.6,
@ -549,7 +549,7 @@
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Power",
"pcb_color": "rgb(255, 153, 0)",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgb(255, 0, 0)",
"track_width": 0.2,
"via_diameter": 0.6,
@ -558,7 +558,7 @@
},
{
"bus_width": 12,
"clearance": 0.15,
"clearance": 0.1,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
@ -566,10 +566,10 @@
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "RAM",
"pcb_color": "rgb(68, 255, 255)",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgb(0, 0, 194)",
"track_width": 0.15,
"via_diameter": 0.5,
"track_width": 0.1,
"via_diameter": 0.4,
"via_drill": 0.3,
"wire_width": 6
},
@ -583,7 +583,7 @@
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "SD",
"pcb_color": "rgb(0, 255, 0)",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgb(0, 0, 194)",
"track_width": 0.2,
"via_diameter": 0.6,
@ -600,7 +600,7 @@
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "USB",
"pcb_color": "rgb(255, 0, 255)",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgb(0, 255, 0)",
"track_width": 0.2918,
"via_diameter": 0.6,

View File

@ -3149,42 +3149,6 @@
)
)
)
(pin bidirectional line
(at -19.05 -12.7 0)
(length 3.81)
(name "FMC_D8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "40"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -15.24 0)
(length 3.81)
(name "FMC_D9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "41"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at -19.05 17.78 0)
(length 3.81)
@ -3437,6 +3401,42 @@
)
)
)
(pin bidirectional line
(at -19.05 -12.7 0)
(length 3.81)
(name "FMC_D8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "64"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -15.24 0)
(length 3.81)
(name "FMC_D9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "65"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -17.78 0)
(length 3.81)
@ -3892,7 +3892,7 @@
)
)
)
(number "64"
(number "69"
(effects
(font
(size 1.27 1.27)
@ -4734,6 +4734,42 @@
(pin no_connect line
(at -19.05 54.61 180)
(length 3.81)
(name "PA4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "40"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 52.07 180)
(length 3.81)
(name "PA5"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "41"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 49.53 180)
(length 3.81)
(name "PA6"
(effects
(font
@ -4750,7 +4786,7 @@
)
)
(pin no_connect line
(at -19.05 52.07 180)
(at -19.05 46.99 180)
(length 3.81)
(name "PB0"
(effects
@ -4768,7 +4804,7 @@
)
)
(pin no_connect line
(at -19.05 49.53 180)
(at -19.05 44.45 180)
(length 3.81)
(name "PB1"
(effects
@ -4786,7 +4822,7 @@
)
)
(pin no_connect line
(at -19.05 46.99 180)
(at -19.05 41.91 180)
(length 3.81)
(name "PB2"
(effects
@ -4822,25 +4858,7 @@
)
)
(pin no_connect line
(at -19.05 44.45 180)
(length 3.81)
(name "PE12"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "65"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 41.91 180)
(at -19.05 39.37 180)
(length 3.81)
(name "PE15"
(effects
@ -4857,24 +4875,6 @@
)
)
)
(pin no_connect line
(at -19.05 39.37 180)
(length 3.81)
(name "PB10"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "69"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 72.39 180)
(length 3.81)

View File

@ -2334,6 +2334,24 @@
)
)
)
(pin output line
(at -19.05 17.78 0)
(length 3.81)
(name "FMC_SDNWE"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "43"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at -19.05 27.94 0)
(length 3.81)
@ -2344,7 +2362,7 @@
)
)
)
(number "28"
(number "44"
(effects
(font
(size 1.27 1.27)
@ -2362,61 +2380,7 @@
)
)
)
(number "29"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -12.7 0)
(length 3.81)
(name "FMC_D8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "40"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -15.24 0)
(length 3.81)
(name "FMC_D9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "41"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at -19.05 17.78 0)
(length 3.81)
(name "FMC_SDNWE"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "43"
(number "45"
(effects
(font
(size 1.27 1.27)
@ -2622,6 +2586,42 @@
)
)
)
(pin bidirectional line
(at -19.05 -12.7 0)
(length 3.81)
(name "FMC_D8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "64"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -15.24 0)
(length 3.81)
(name "FMC_D9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "65"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -17.78 0)
(length 3.81)
@ -3077,7 +3077,7 @@
)
)
)
(number "64"
(number "69"
(effects
(font
(size 1.27 1.27)
@ -3520,10 +3520,10 @@
(type background)
)
)
(pin no_connect line
(pin output line
(at -43.18 53.34 0)
(length 3.81)
(name "PA8"
(name "MCO1"
(effects
(font
(size 1.27 1.27)
@ -3790,6 +3790,42 @@
)
)
)
(pin no_connect line
(at -19.05 67.31 180)
(length 3.81)
(name "PC2_C"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "28"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 64.77 180)
(length 3.81)
(name "PC3_C"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "29"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 80.01 180)
(length 3.81)
@ -3809,7 +3845,7 @@
)
)
(pin no_connect line
(at -19.05 67.31 180)
(at -19.05 62.23 180)
(length 3.81)
(name "PA0"
(effects
@ -3827,7 +3863,7 @@
)
)
(pin no_connect line
(at -19.05 64.77 180)
(at -19.05 59.69 180)
(length 3.81)
(name "PA2"
(effects
@ -3845,7 +3881,7 @@
)
)
(pin no_connect line
(at -19.05 62.23 180)
(at -19.05 57.15 180)
(length 3.81)
(name "PA3"
(effects
@ -3881,7 +3917,43 @@
)
)
(pin no_connect line
(at -19.05 59.69 180)
(at -19.05 54.61 180)
(length 3.81)
(name "PA4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "40"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 52.07 180)
(length 3.81)
(name "PA5"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "41"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 49.53 180)
(length 3.81)
(name "PA6"
(effects
@ -3899,43 +3971,7 @@
)
)
(pin no_connect line
(at -19.05 57.15 180)
(length 3.81)
(name "PC4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "44"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 54.61 180)
(length 3.81)
(name "PC5"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "45"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 52.07 180)
(at -19.05 46.99 180)
(length 3.81)
(name "PB0"
(effects
@ -3953,7 +3989,7 @@
)
)
(pin no_connect line
(at -19.05 49.53 180)
(at -19.05 44.45 180)
(length 3.81)
(name "PB1"
(effects
@ -3971,7 +4007,7 @@
)
)
(pin no_connect line
(at -19.05 46.99 180)
(at -19.05 41.91 180)
(length 3.81)
(name "PB2"
(effects
@ -4007,25 +4043,7 @@
)
)
(pin no_connect line
(at -19.05 44.45 180)
(length 3.81)
(name "PE12"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "65"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 41.91 180)
(at -19.05 39.37 180)
(length 3.81)
(name "PE15"
(effects
@ -4042,24 +4060,6 @@
)
)
)
(pin no_connect line
(at -19.05 39.37 180)
(length 3.81)
(name "PB10"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "69"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 72.39 180)
(length 3.81)

File diff suppressed because it is too large Load Diff

View File

@ -1977,42 +1977,6 @@
)
)
)
(pin bidirectional line
(at -19.05 -12.7 0)
(length 3.81)
(name "FMC_D8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "40"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -15.24 0)
(length 3.81)
(name "FMC_D9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "41"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at -19.05 17.78 0)
(length 3.81)
@ -2265,6 +2229,42 @@
)
)
)
(pin bidirectional line
(at -19.05 -12.7 0)
(length 3.81)
(name "FMC_D8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "64"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -15.24 0)
(length 3.81)
(name "FMC_D9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "65"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -17.78 0)
(length 3.81)
@ -2720,7 +2720,7 @@
)
)
)
(number "64"
(number "69"
(effects
(font
(size 1.27 1.27)
@ -3562,6 +3562,42 @@
(pin no_connect line
(at -19.05 54.61 180)
(length 3.81)
(name "PA4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "40"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 52.07 180)
(length 3.81)
(name "PA5"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "41"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 49.53 180)
(length 3.81)
(name "PA6"
(effects
(font
@ -3578,7 +3614,7 @@
)
)
(pin no_connect line
(at -19.05 52.07 180)
(at -19.05 46.99 180)
(length 3.81)
(name "PB0"
(effects
@ -3596,7 +3632,7 @@
)
)
(pin no_connect line
(at -19.05 49.53 180)
(at -19.05 44.45 180)
(length 3.81)
(name "PB1"
(effects
@ -3614,7 +3650,7 @@
)
)
(pin no_connect line
(at -19.05 46.99 180)
(at -19.05 41.91 180)
(length 3.81)
(name "PB2"
(effects
@ -3650,25 +3686,7 @@
)
)
(pin no_connect line
(at -19.05 44.45 180)
(length 3.81)
(name "PE12"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "65"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 41.91 180)
(at -19.05 39.37 180)
(length 3.81)
(name "PE15"
(effects
@ -3685,24 +3703,6 @@
)
)
)
(pin no_connect line
(at -19.05 39.37 180)
(length 3.81)
(name "PB10"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "69"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 72.39 180)
(length 3.81)

View File

@ -1552,6 +1552,24 @@
)
)
)
(pin output line
(at -19.05 17.78 0)
(length 3.81)
(name "FMC_SDNWE"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "43"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at -19.05 27.94 0)
(length 3.81)
@ -1562,7 +1580,7 @@
)
)
)
(number "28"
(number "44"
(effects
(font
(size 1.27 1.27)
@ -1580,61 +1598,7 @@
)
)
)
(number "29"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -12.7 0)
(length 3.81)
(name "FMC_D8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "40"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -15.24 0)
(length 3.81)
(name "FMC_D9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "41"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at -19.05 17.78 0)
(length 3.81)
(name "FMC_SDNWE"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "43"
(number "45"
(effects
(font
(size 1.27 1.27)
@ -1840,6 +1804,42 @@
)
)
)
(pin bidirectional line
(at -19.05 -12.7 0)
(length 3.81)
(name "FMC_D8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "64"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -15.24 0)
(length 3.81)
(name "FMC_D9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "65"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at -19.05 -17.78 0)
(length 3.81)
@ -2295,7 +2295,7 @@
)
)
)
(number "64"
(number "69"
(effects
(font
(size 1.27 1.27)
@ -2545,10 +2545,10 @@
(type background)
)
)
(pin output line
(at -19.05 -5.08 0)
(pin input line
(at -19.05 -2.54 0)
(length 3.81)
(name "USB_Enable_Pullup"
(name "USB_OTG_HS_VBUS"
(effects
(font
(size 1.27 1.27)
@ -2563,10 +2563,10 @@
)
)
)
(pin input line
(at -19.05 -2.54 0)
(pin output line
(at -19.05 -5.08 0)
(length 3.81)
(name "USB_VBUS_Present"
(name "USB_EnablePullup"
(effects
(font
(size 1.27 1.27)
@ -2738,10 +2738,10 @@
(type background)
)
)
(pin no_connect line
(pin output line
(at -43.18 53.34 0)
(length 3.81)
(name "PA8"
(name "MCO1"
(effects
(font
(size 1.27 1.27)
@ -3008,6 +3008,42 @@
)
)
)
(pin no_connect line
(at -19.05 67.31 180)
(length 3.81)
(name "PC2_C"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "28"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 64.77 180)
(length 3.81)
(name "PC3_C"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "29"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 80.01 180)
(length 3.81)
@ -3027,7 +3063,7 @@
)
)
(pin no_connect line
(at -19.05 67.31 180)
(at -19.05 62.23 180)
(length 3.81)
(name "PA0"
(effects
@ -3045,7 +3081,7 @@
)
)
(pin no_connect line
(at -19.05 64.77 180)
(at -19.05 59.69 180)
(length 3.81)
(name "PA2"
(effects
@ -3063,7 +3099,7 @@
)
)
(pin no_connect line
(at -19.05 62.23 180)
(at -19.05 57.15 180)
(length 3.81)
(name "PA3"
(effects
@ -3099,7 +3135,43 @@
)
)
(pin no_connect line
(at -19.05 59.69 180)
(at -19.05 54.61 180)
(length 3.81)
(name "PA4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "40"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 52.07 180)
(length 3.81)
(name "PA5"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "41"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 49.53 180)
(length 3.81)
(name "PA6"
(effects
@ -3117,43 +3189,7 @@
)
)
(pin no_connect line
(at -19.05 57.15 180)
(length 3.81)
(name "PC4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "44"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 54.61 180)
(length 3.81)
(name "PC5"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "45"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 52.07 180)
(at -19.05 46.99 180)
(length 3.81)
(name "PB0"
(effects
@ -3171,7 +3207,7 @@
)
)
(pin no_connect line
(at -19.05 49.53 180)
(at -19.05 44.45 180)
(length 3.81)
(name "PB1"
(effects
@ -3189,7 +3225,7 @@
)
)
(pin no_connect line
(at -19.05 46.99 180)
(at -19.05 41.91 180)
(length 3.81)
(name "PB2"
(effects
@ -3225,25 +3261,7 @@
)
)
(pin no_connect line
(at -19.05 44.45 180)
(length 3.81)
(name "PE12"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "65"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 41.91 180)
(at -19.05 39.37 180)
(length 3.81)
(name "PE15"
(effects
@ -3260,24 +3278,6 @@
)
)
)
(pin no_connect line
(at -19.05 39.37 180)
(length 3.81)
(name "PB10"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "69"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at -19.05 72.39 180)
(length 3.81)

View File

@ -116,27 +116,27 @@ Mcu.Pin14=PH0-OSC_IN
Mcu.Pin15=PH1-OSC_OUT
Mcu.Pin16=PC0
Mcu.Pin17=PA1
Mcu.Pin18=PA4
Mcu.Pin19=PA5
Mcu.Pin18=PA7
Mcu.Pin19=PC4
Mcu.Pin2=PC15-OSC32_OUT
Mcu.Pin20=PA7
Mcu.Pin21=PC4
Mcu.Pin22=PC5
Mcu.Pin23=PF11
Mcu.Pin24=PF12
Mcu.Pin25=PF13
Mcu.Pin26=PF14
Mcu.Pin27=PF15
Mcu.Pin28=PG0
Mcu.Pin29=PG1
Mcu.Pin20=PC5
Mcu.Pin21=PF11
Mcu.Pin22=PF12
Mcu.Pin23=PF13
Mcu.Pin24=PF14
Mcu.Pin25=PF15
Mcu.Pin26=PG0
Mcu.Pin27=PG1
Mcu.Pin28=PE7
Mcu.Pin29=PE8
Mcu.Pin3=PF0
Mcu.Pin30=PE7
Mcu.Pin31=PE8
Mcu.Pin32=PE9
Mcu.Pin33=PE10
Mcu.Pin34=PE11
Mcu.Pin35=PE13
Mcu.Pin36=PE14
Mcu.Pin30=PE9
Mcu.Pin31=PE10
Mcu.Pin32=PE11
Mcu.Pin33=PE12
Mcu.Pin34=PE13
Mcu.Pin35=PE14
Mcu.Pin36=PB10
Mcu.Pin37=PB12
Mcu.Pin38=PB13
Mcu.Pin39=PD8
@ -222,13 +222,14 @@ PA13(JTMS/SWDIO).Mode=Trace_Asynchronous_SW
PA13(JTMS/SWDIO).Signal=DEBUG_JTMS-SWDIO
PA14(JTCK/SWCLK).Mode=Trace_Asynchronous_SW
PA14(JTCK/SWCLK).Signal=DEBUG_JTCK-SWCLK
PA4.Signal=FMC_D8_DA8
PA5.Signal=FMC_D9_DA9
PA7.Signal=FMC_SDNWE
PA8.Mode=Clock-out-1
PA8.Signal=RCC_MCO_1
PA9.Mode=Activate_VBUS_FS
PA9.Signal=USB_OTG_HS_VBUS
PB10.Locked=true
PB10.Mode=OCTOSPI1_Port1_NCS
PB10.Signal=OCTOSPIM_P1_NCS
PB12.Mode=FDCAN_Activate
PB12.Signal=FDCAN2_RX
PB13.Mode=FDCAN_Activate
@ -284,8 +285,10 @@ PD9.Signal=FMC_D14_DA14
PE0.Signal=FMC_NBL0
PE1.Signal=FMC_NBL1
PE10.Signal=FMC_D7_DA7
PE11.Mode=OCTOSPI1_Port1_NCS
PE11.Signal=OCTOSPIM_P1_NCS
PE11.Locked=true
PE11.Signal=FMC_D8_DA8
PE12.Locked=true
PE12.Signal=FMC_D9_DA9
PE13.Signal=FMC_D10_DA10
PE14.Signal=FMC_D11_DA11
PE2.Mode=OCTOSPI1_IOL_Port1L