@tscircuit/schematic-trace-solver 0.0.158 → 0.0.159

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,53 @@
1
+ import type { InputProblem } from "lib/types/InputProblem"
2
+
3
+ export const createParallelGroundRailProblem = (): InputProblem => ({
4
+ chips: [
5
+ ...[
6
+ ["A", 0, 1],
7
+ ["B", 1, 1],
8
+ ["C", 1, -2],
9
+ ["D", -1, -3.5],
10
+ ].map(([id, x, y]) => ({
11
+ chipId: String(id),
12
+ center: { x: Number(x), y: Number(y) + 0.4 },
13
+ width: 0.4,
14
+ height: 0.8,
15
+ pins: [
16
+ {
17
+ pinId: `${id}.1`,
18
+ x: Number(x),
19
+ y: Number(y) + 0.8,
20
+ _facingDirection: "y+" as const,
21
+ },
22
+ {
23
+ pinId: `${id}.2`,
24
+ x: Number(x),
25
+ y: Number(y),
26
+ _facingDirection: "y-" as const,
27
+ },
28
+ ],
29
+ })),
30
+ {
31
+ chipId: "U",
32
+ center: { x: 2.5, y: 1.5 },
33
+ width: 1,
34
+ height: 3,
35
+ pins: [
36
+ { pinId: "U.GND", x: 2, y: 0.6, _facingDirection: "x-" },
37
+ { pinId: "U.VIN", x: 2, y: 2, _facingDirection: "x-" },
38
+ { pinId: "U.IO", x: 2, y: 2.4, _facingDirection: "x-" },
39
+ ],
40
+ },
41
+ ],
42
+ directConnections: [{ pinIds: ["A.2", "B.2"] }, { pinIds: ["A.2", "U.GND"] }],
43
+ netConnections: [
44
+ {
45
+ netId: "GND",
46
+ pinIds: ["U.GND", "A.2", "B.2", "C.2", "D.2"],
47
+ netLabelWidth: 0.42,
48
+ netLabelHeight: 0.48,
49
+ },
50
+ ],
51
+ availableNetLabelOrientations: { GND: ["y-"] },
52
+ maxMspPairDistance: 6,
53
+ })
@@ -1,9 +1,11 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-3.5,1.68 -3.5,2.05 -4.5,2.05 -4.5,1.68" data-type="line" data-label="" points="138.63407620416967,252.76779295470885 138.63407620416967,237.87203450754853 98.3752695902229,237.87203450754853 98.3752695902229,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,2.05 -3.5,2.05 -3.5,1.68" data-type="line" data-label="" points="162.78936017253778,237.87203450754853 138.63407620416967,237.87203450754853 138.63407620416967,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,0.4 -5.5,2.05 -4.5,2.05 -4.5,1.6799999999999993" data-type="line" data-label="" points="58.1164629762761,304.29906542056074 58.1164629762761,237.87203450754853 98.3752695902229,237.87203450754853 98.3752695902229,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,0.9200000000000002 -3.5,0.6499999999999997 -4.5,0.6499999999999997 -4.5,0.9200000000000002" data-type="line" data-label="" points="138.63407620416967,283.3644859813084 138.63407620416967,294.23436376707406 98.3752695902229,294.23436376707406 98.3752695902229,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,0.6499999999999997 -3.5,0.6499999999999997 -3.5,0.9200000000000002" data-type="line" data-label="" points="162.78936017253778,294.23436376707406 138.63407620416967,294.23436376707406 138.63407620416967,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,-0.98 -3.5,-1.08 -4.5,-1.08 -4.5,0.6499999999999997 -3.5,0.6499999999999997 -3.5,0.9200000000000002" data-type="line" data-label="" points="138.63407620416967,359.8562185478073 138.63407620416967,363.882099209202 98.3752695902229,363.882099209202 98.3752695902229,294.23436376707406 138.63407620416967,294.23436376707406 138.63407620416967,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,-2.08 -5.5,-2.2800000000000002 -3.5,-2.2800000000000002 -3.5,-0.9800000000000004" data-type="line" data-label="" points="58.1164629762761,404.1409058231488 58.1164629762761,412.1926671459382 138.63407620416967,412.1926671459382 138.63407620416967,359.8562185478073" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,-0.21999999999999997 -3.5,0.15000000000000013 -2.9,0.15000000000000013" data-type="line" data-label="" points="138.63407620416967,329.25952552120776 138.63407620416967,314.3637670740474 162.78936017253778,314.3637670740474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,-0.19999999999999973 -5.5,-1.3199999999999998" data-type="line" data-label="" points="58.1164629762761,328.4543493889288 58.1164629762761,373.54421279654923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,-1.5500000000000003 -4.199999999999999,-1.5500000000000003 -4.199999999999999,-1.1199999999999997 -5.5,-1.1199999999999997 -5.5,-1.3199999999999998" data-type="line" data-label="" points="162.78936017253778,382.803738317757 110.45291157440695,382.803738317757 110.45291157440695,365.49245147375984 58.1164629762761,365.49245147375984 58.1164629762761,373.54421279654923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.7,2.05 2.9,2.05" data-type="line" data-label="" points="428.49748382458665,237.87203450754853 396.29043853342915,237.87203450754853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.2,0.3 7.2,-0.5500000000000003 2.9,-0.5500000000000003" data-type="line" data-label="" points="569.4033069734004,308.32494608195543 569.4033069734004,342.5449317038102 396.29043853342915,342.5449317038102" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.2,0.8999999999999999 7.2,1.1 6.2,1.1 6.2,0.8999999999999999" data-type="line" data-label="" points="569.4033069734004,284.1696621135873 569.4033069734004,276.117900790798 529.1445003594536,276.117900790798 529.1445003594536,284.1696621135873" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.2,0.3 6.2,-0.050000000000000266 2.9,-0.050000000000000266" data-type="line" data-label="" points="529.1445003594536,308.32494608195543 529.1445003594536,322.4155283968368 396.29043853342915,322.4155283968368" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8,-1.9500000000000002 2.9,-1.9500000000000002" data-type="line" data-label="" points="432.5233644859813,398.9072609633357 396.29043853342915,398.9072609633357" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8,-2.45 2.9,-2.45" data-type="line" data-label="" points="432.5233644859813,419.03666427030913 396.29043853342915,419.03666427030913" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.3,2.05 4.541,2.05 4.541,1.6989999999999998" data-type="line" data-label="" points="452.6527677929547,237.87203450754853 462.3551401869159,237.87203450754853 462.3551401869159,252.00287562904384" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="162.78936017253778" y="213.71675053918045" width="233.50107836089137" height="213.371675053918" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C1" data-x="-4.4275" data-y="1.3" x="80.25880661394682" y="252.76779295470882" width="42.07045291157439" height="30.596693026599553" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C2" data-x="-3.3674999999999997" data-y="1.3" x="120.5176132278936" y="252.76779295470882" width="46.90150970524809" height="30.596693026599553" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C3" data-x="-3.3075" data-y="-0.6" x="120.5176132278936" y="329.2595255212077" width="51.73256649892164" height="30.596693026599553" fill="hsl(328, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R1" data-x="-5.404999999999999" data-y="0.10000000000000002" x="40.00000000000006" y="304.29906542056074" width="43.88209920920201" height="24.155283968368053" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C4" data-x="-5.4275" data-y="-1.7" x="40.000000000000014" y="373.54421279654923" width="42.07045291157445" height="30.596693026599553" fill="hsl(329, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R2" data-x="4" data-y="2.05" x="428.4974838245866" y="224.18404025880665" width="24.155283968368053" height="27.375988497483803" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R3" data-x="7.355" data-y="0.6" x="551.2868439971244" y="284.1696621135874" width="48.71315600287562" height="24.15528396836811" fill="hsl(73, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R4" data-x="6.355" data-y="0.6" x="511.0280373831775" y="284.1696621135874" width="48.713156002875735" height="24.15528396836811" fill="hsl(74, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="J1" data-x="5" data-y="-2.2" x="432.52336448598135" y="386.82961897915163" width="96.62113587347227" height="44.28468727534147" fill="hsl(183, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="MSPM0L1306SRHBR" data-x="-1.6" data-y="-2.78" x="178.89288281811648" y="428.6987778576563" width="72.46585190510422" height="7.246585190510416" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="U1" data-x="-2.38" data-y="2.7649999999999997" x="176.4773544212797" y="204.05463695183326" width="14.49317038102086" height="10.06470165348668" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="J1" data-x="4.32" data-y="-1.5350000000000001" x="446.21135873472326" y="377.1675053918044" width="14.493170381020775" height="10.06470165348668" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: NRST
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-3.5,1.68 -3.5,2.05 -4.5,2.05 -4.5,1.68" data-type="line" data-label="" points="138.63407620416967,252.76779295470885 138.63407620416967,237.87203450754853 98.3752695902229,237.87203450754853 98.3752695902229,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,2.05 -3.5,2.05 -3.5,1.68" data-type="line" data-label="" points="162.78936017253778,237.87203450754853 138.63407620416967,237.87203450754853 138.63407620416967,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,0.4 -5.5,2.05 -4.5,2.05 -4.5,1.6799999999999993" data-type="line" data-label="" points="58.1164629762761,304.29906542056074 58.1164629762761,237.87203450754853 98.3752695902229,237.87203450754853 98.3752695902229,252.76779295470885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,0.9200000000000002 -3.5,0.6499999999999997 -4.5,0.6499999999999997 -4.5,0.9200000000000002" data-type="line" data-label="" points="138.63407620416967,283.3644859813084 138.63407620416967,294.23436376707406 98.3752695902229,294.23436376707406 98.3752695902229,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,0.6499999999999997 -3.5,0.6499999999999997 -3.5,0.9200000000000002" data-type="line" data-label="" points="162.78936017253778,294.23436376707406 138.63407620416967,294.23436376707406 138.63407620416967,283.3644859813084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,-0.21999999999999997 -3.5,0.15000000000000013 -2.9,0.15000000000000013" data-type="line" data-label="" points="138.63407620416967,329.25952552120776 138.63407620416967,314.3637670740474 162.78936017253778,314.3637670740474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.5,-0.19999999999999973 -5.5,-1.3199999999999998" data-type="line" data-label="" points="58.1164629762761,328.4543493889288 58.1164629762761,373.54421279654923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.9,-1.5500000000000003 -4.199999999999999,-1.5500000000000003 -4.199999999999999,-1.1199999999999997 -5.5,-1.1199999999999997 -5.5,-1.3199999999999998" data-type="line" data-label="" points="162.78936017253778,382.803738317757 110.45291157440695,382.803738317757 110.45291157440695,365.49245147375984 58.1164629762761,365.49245147375984 58.1164629762761,373.54421279654923" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.7,2.05 2.9,2.05" data-type="line" data-label="" points="428.49748382458665,237.87203450754853 396.29043853342915,237.87203450754853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.2,0.3 7.2,-0.5500000000000003 2.9,-0.5500000000000003" data-type="line" data-label="" points="569.4033069734004,308.32494608195543 569.4033069734004,342.5449317038102 396.29043853342915,342.5449317038102" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.2,0.8999999999999999 7.2,1.1 6.2,1.1 6.2,0.8999999999999999" data-type="line" data-label="" points="569.4033069734004,284.1696621135873 569.4033069734004,276.117900790798 529.1445003594536,276.117900790798 529.1445003594536,284.1696621135873" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.2,0.3 6.2,-0.050000000000000266 2.9,-0.050000000000000266" data-type="line" data-label="" points="529.1445003594536,308.32494608195543 529.1445003594536,322.4155283968368 396.29043853342915,322.4155283968368" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8,-1.9500000000000002 2.9,-1.9500000000000002" data-type="line" data-label="" points="432.5233644859813,398.9072609633357 396.29043853342915,398.9072609633357" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.8,-2.45 2.9,-2.45" data-type="line" data-label="" points="432.5233644859813,419.03666427030913 396.29043853342915,419.03666427030913" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.3,2.05 4.541,2.05 4.541,1.6989999999999998" data-type="line" data-label="" points="452.6527677929547,237.87203450754853 462.3551401869159,237.87203450754853 462.3551401869159,252.00287562904384" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="162.78936017253778" y="213.71675053918045" width="233.50107836089137" height="213.371675053918" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C1" data-x="-4.4275" data-y="1.3" x="80.25880661394682" y="252.76779295470882" width="42.07045291157439" height="30.596693026599553" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C2" data-x="-3.3674999999999997" data-y="1.3" x="120.5176132278936" y="252.76779295470882" width="46.90150970524809" height="30.596693026599553" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C3" data-x="-3.3075" data-y="-0.6" x="120.5176132278936" y="329.2595255212077" width="51.73256649892164" height="30.596693026599553" fill="hsl(328, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R1" data-x="-5.404999999999999" data-y="0.10000000000000002" x="40.00000000000006" y="304.29906542056074" width="43.88209920920201" height="24.155283968368053" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="C4" data-x="-5.4275" data-y="-1.7" x="40.000000000000014" y="373.54421279654923" width="42.07045291157445" height="30.596693026599553" fill="hsl(329, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R2" data-x="4" data-y="2.05" x="428.4974838245866" y="224.18404025880665" width="24.155283968368053" height="27.375988497483803" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R3" data-x="7.355" data-y="0.6" x="551.2868439971244" y="284.1696621135874" width="48.71315600287562" height="24.15528396836811" fill="hsl(73, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="R4" data-x="6.355" data-y="0.6" x="511.0280373831775" y="284.1696621135874" width="48.713156002875735" height="24.15528396836811" fill="hsl(74, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="J1" data-x="5" data-y="-2.2" x="432.52336448598135" y="386.82961897915163" width="96.62113587347227" height="44.28468727534147" fill="hsl(183, 100%, 50%, 0.8)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="MSPM0L1306SRHBR" data-x="-1.6" data-y="-2.78" x="178.89288281811648" y="428.6987778576563" width="72.46585190510422" height="7.246585190510416" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="U1" data-x="-2.38" data-y="2.7649999999999997" x="176.4773544212797" y="204.05463695183326" width="14.49317038102086" height="10.06470165348668" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="J1" data-x="4.32" data-y="-1.5350000000000001" x="446.21135873472326" y="377.1675053918044" width="14.493170381020775" height="10.06470165348668" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: NRST
4
4
  globalConnNetId: connectivity_net3" data-x="-4.499999999999999" data-y="-1.5500000000000003" x="86.2976276060389" y="378.7778576563623" width="24.155283968368053" height="8.051761322789389" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: VDD
5
5
  globalConnNetId: connectivity_net0" data-x="-3.5" data-y="2.26" x="128.97196261682245" y="220.96333572969087" width="19.32422717469447" height="16.908698777857666" fill="#ef444466" stroke="#ef4444" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
6
- globalConnNetId: connectivity_net1" data-x="-5.5" data-y="-2.49" x="48.45434938892885" y="412.19266714593823" width="19.3242271746945" height="16.908698777857637" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
6
+ globalConnNetId: connectivity_net1" data-x="-4.5" data-y="0.4399999999999997" x="88.71315600287566" y="294.2343637670741" width="19.32422717469447" height="16.908698777857637" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
7
+ globalConnNetId: connectivity_net1" data-x="-3.5" data-y="-1.1909999999999998" x="128.97196261682245" y="359.8964773544212" width="19.32422717469447" height="16.908698777857637" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
8
+ globalConnNetId: connectivity_net1" data-x="-5.5" data-y="-2.291" x="48.45434938892885" y="404.18116462976275" width="19.3242271746945" height="16.908698777857637" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: GND
7
9
  globalConnNetId: connectivity_net1" data-x="4.541" data-y="1.4889999999999999" x="452.6930265995686" y="252.00287562904384" width="19.3242271746945" height="16.908698777857694" fill="#00000066" stroke="#000000" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .R2 &gt; .pin1 to U1.ROSC
8
10
  globalConnNetId: connectivity_net4" data-x="3.3" data-y="2.275" x="408.3680805176132" y="219.75557153127247" width="8.051761322789389" height="18.11646297627607" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin1 to U1.SWDIO
9
11
  globalConnNetId: connectivity_net8" data-x="3.3499999999999996" data-y="-1.725" x="410.3810208483105" y="380.7907979870596" width="8.051761322789389" height="18.11646297627607" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.024839285714285717"/></g><g><rect data-type="rect" data-label="netId: .J1 &gt; .pin2 to U1.SWCLK
@@ -47,7 +49,9 @@ x-" data-x="3.8" data-y="-1.9500000000000002" cx="432.5233644859813" cy="398.907
47
49
  x-" data-x="3.8" data-y="-2.45" cx="432.5233644859813" cy="419.03666427030913" r="3" fill="hsl(219, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
48
50
  orientation: x-" data-x="-4.199999999999999" data-y="-1.5500000000000003" cx="110.45291157440695" cy="382.803738317757" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
49
51
  orientation: y+" data-x="-3.5" data-y="2.05" cx="138.63407620416967" cy="237.87203450754853" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
50
- orientation: y-" data-x="-5.5" data-y="-2.2800000000000002" cx="58.1164629762761" cy="412.1926671459382" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
52
+ orientation: y-" data-x="-4.5" data-y="0.6499999999999997" cx="98.3752695902229" cy="294.23436376707406" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
53
+ orientation: y-" data-x="-3.5" data-y="-0.98" cx="138.63407620416967" cy="359.8562185478073" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
54
+ orientation: y-" data-x="-5.5" data-y="-2.08" cx="58.1164629762761" cy="404.1409058231488" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
51
55
  orientation: y-" data-x="4.541" data-y="1.6989999999999998" cx="462.3551401869159" cy="252.00287562904384" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
52
56
  orientation: y+" data-x="3.3" data-y="2.05" cx="412.3939611790079" cy="237.87203450754853" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
53
57
  orientation: y+" data-x="3.3499999999999996" data-y="-1.9500000000000002" cx="414.4069015097052" cy="398.9072609633357" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
@@ -114,7 +118,7 @@ PA1" data-x="5.05" data-y="-0.5500000000000003" cx="482.8468727534148" cy="342.5
114
118
  .port-label { fill: rgb(0, 100, 100); }
115
119
  .component-name { fill: rgb(0, 100, 100); }
116
120
 
117
- </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 250.27173913060005 263.858695652228 L 250.27173913060005 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.858695652228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 263.858695652228 L 250.27173913060005 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.858695652228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 299.18478260884007 233.69565217398002 L 250.27173913060005 233.69565217398002 L 250.27173913060005 263.858695652228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 233.69565217398002 L 250.27173913060005 233.69565217398002 L 250.27173913060005 263.858695652228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 87.22826086980007 368.20652173914 L 87.22826086980007 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.8586956522281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 368.20652173914 L 87.22826086980007 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.8586956522281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 250.27173913060005 325.815217391332 L 250.27173913060005 347.82608695654005 L 168.7500000002001 347.82608695654005 L 168.7500000002001 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 325.815217391332 L 250.27173913060005 347.82608695654005 L 168.7500000002001 347.82608695654005 L 168.7500000002001 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 299.18478260884007 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 250.27173913060005 480.70652173909195 L 250.27173913060005 488.858695652132 L 168.7500000002001 488.858695652132 L 168.7500000002001 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 480.70652173909195 L 250.27173913060005 488.858695652132 L 168.7500000002001 488.858695652132 L 168.7500000002001 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 87.22826086980007 570.380434782532 L 87.22826086980007 586.6847826086121 L 250.27173913060005 586.6847826086121 L 250.27173913060005 480.706521739092" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 570.380434782532 L 87.22826086980007 586.6847826086121 L 250.27173913060005 586.6847826086121 L 250.27173913060005 480.706521739092" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 250.27173913060005 418.749999999988 L 250.27173913060005 388.58695652174 L 299.18478260884007 388.58695652174" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 418.749999999988 L 250.27173913060005 388.58695652174 L 299.18478260884007 388.58695652174" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 87.22826086980007 417.11956521738 L 87.22826086980007 508.423913043428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 417.11956521738 L 87.22826086980007 508.423913043428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 299.18478260884007 527.17391304342 L 193.20652173932012 527.17391304342 L 193.20652173932012 492.11956521734794 L 87.22826086980007 492.11956521734794 L 87.22826086980007 508.423913043428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 527.17391304342 L 193.20652173932012 527.17391304342 L 193.20652173932012 492.11956521734794 L 87.22826086980007 492.11956521734794 L 87.22826086980007 508.423913043428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 837.22826086948 233.69565217398002 L 772.01086956516 233.69565217398002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 837.22826086948 233.69565217398002 L 772.01086956516 233.69565217398002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 1122.55434782588 376.35869565218 L 1122.55434782588 445.65217391302 L 772.01086956516 445.65217391302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1122.55434782588 376.35869565218 L 1122.55434782588 445.65217391302 L 772.01086956516 445.65217391302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 1122.55434782588 327.44565217394 L 1122.55434782588 311.14130434786 L 1041.0326086954801 311.14130434786 L 1041.0326086954801 327.44565217394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1122.55434782588 327.44565217394 L 1122.55434782588 311.14130434786 L 1041.0326086954801 311.14130434786 L 1041.0326086954801 327.44565217394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 1041.0326086954801 376.35869565218 L 1041.0326086954801 404.89130434782004 L 772.01086956516 404.89130434782004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1041.0326086954801 376.35869565218 L 1041.0326086954801 404.89130434782004 L 772.01086956516 404.89130434782004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 845.3804347825201 559.7826086955799 L 772.01086956516 559.7826086955799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.3804347825201 559.7826086955799 L 772.01086956516 559.7826086955799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 845.3804347825201 600.54347826078 L 772.01086956516 600.54347826078" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.3804347825201 600.54347826078 L 772.01086956516 600.54347826078" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 886.14130434772 233.69565217398002 L 905.7880434781464 233.69565217398002 L 905.7880434781464 262.3097826087504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 886.14130434772 233.69565217398002 L 905.7880434781464 233.69565217398002 L 905.7880434781464 262.3097826087504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="250.27173913060005" cy="263.858695652228" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="250.27173913060005" cy="233.69565217398002" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="233.69565217398002" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="263.858695652228" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="250.27173913060005" cy="325.815217391332" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="250.27173913060005" cy="347.82608695654005" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="347.82608695654005" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="250.27173913060005" cy="480.70652173909195" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="87.22826086980007" cy="508.423913043428" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="331.7934782610001" y="184.78260869574" width="407.608695652" height="432.06521739112" stroke-width="1.630434782608px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="331.7934782610001" y="184.78260869574" width="407.608695652" height="432.06521739112" fill="transparent"/><text class="sch-text" x="535.597826087" y="400.8152173913" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 535.597826087, 400.8152173913)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="404.89130434782004" x2="772.01086956516" y2="404.89130434782004" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="770.380434782552" y="403.26086956521203" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="403.26086956521203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">1</text><text class="pin-number sch-pin-label" x="731.24999999996" y="404.89130434782004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA0</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="445.65217391302" x2="772.01086956516" y2="445.65217391302" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="770.380434782552" y="444.021739130412" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="444.021739130412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">2</text><text class="pin-number sch-pin-label" x="731.24999999996" y="445.65217391302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA1</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="527.1739130434199" x2="299.18478260884007" y2="527.1739130434199" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="297.55434782623206" y="525.543478260812" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="525.543478260812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">3</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="527.1739130434199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">NRST</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="233.69565217398002" x2="299.18478260884007" y2="233.69565217398002" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="297.55434782623206" y="232.06521739137202" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="232.06521739137202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">4</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="233.69565217398002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="347.82608695654" x2="299.18478260884007" y2="347.82608695654" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="297.55434782623206" y="346.195652173932" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="346.195652173932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">5</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="347.82608695654" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="233.69565217398002" x2="772.01086956516" y2="233.69565217398002" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="770.380434782552" y="232.06521739137202" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="232.06521739137202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">6</text><text class="pin-number sch-pin-label" x="731.24999999996" y="233.69565217398002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA2_ROSC</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="559.7826086955799" x2="772.01086956516" y2="559.7826086955799" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="770.380434782552" y="558.152173912972" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="558.152173912972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">23</text><text class="pin-number sch-pin-label" x="731.24999999996" y="559.7826086955799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWDIO</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="600.54347826078" x2="772.01086956516" y2="600.54347826078" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="770.380434782552" y="598.9130434781721" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="598.913043478172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">24</text><text class="pin-number sch-pin-label" x="731.24999999996" y="600.54347826078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWCLK</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="388.58695652174" x2="299.18478260884007" y2="388.58695652174" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="297.55434782623206" y="386.956521739132" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="386.95652173913203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">32</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="388.58695652174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VCORE</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="152.22619565238105" y="263.858695652228" width="33.047608695638075" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 168.7500000002001 325.815217391332 L 168.7500000002001 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 168.7500000002001 288.6413043478696 L 168.7500000002001 263.858695652228" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.27380434801913 301.0326086956904 L 152.22619565238105 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.27380434801913 288.6413043478696 L 152.22619565238105 288.6413043478696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="180.62500000019503" y="274.1847826087453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C1</text><text class="sch-component-text" x="180.62500000019503" y="315.4891304348147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="233.74793478278102" y="263.858695652228" width="33.04760869563805" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 250.27173913060005 325.815217391332 L 250.27173913060005 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 250.27173913060005 288.6413043478696 L 250.27173913060005 263.858695652228" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 301.0326086956904 L 233.74793478278102 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 288.6413043478696 L 233.74793478278102 288.6413043478696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.146739130595" y="274.1847826087453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C2</text><text class="sch-component-text" x="262.146739130595" y="315.4891304348147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="233.74793478278102" y="418.749999999988" width="33.04760869563805" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 250.27173913060005 480.706521739092 L 250.27173913060005 455.9239130434504" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 250.27173913060005 443.5326086956296 L 250.27173913060005 418.749999999988" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 455.9239130434504 L 233.74793478278102 455.9239130434504" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 443.5326086956296 L 233.74793478278102 443.5326086956296" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.146739130595" y="429.0760869565053" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C3</text><text class="sch-component-text" x="262.146739130595" y="470.3804347825747" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="80.70815217415067" y="368.20652173914" width="13.040217391298796" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 87.22826086980007 417.11956521737994 L 87.22826086980007 408.96576086955736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 87.22826086980007 376.3603260869626 L 87.22826086980007 368.20652173914" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 80.70815217415067 408.96576086955736 L 80.70815217415068 376.3603260869626 L 93.74836956544947 376.3603260869626 L 93.74836956544945 408.96576086955736 L 80.70815217415067 408.96576086955736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="100.27173913066406" y="379.619565217396" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R1</text><text class="sch-component-text" x="100.27173913066406" y="405.70652173912396" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="70.70445652198103" y="508.42391304342794" width="33.047608695638075" height="61.95652173910395" fill="transparent"/><path class="sch-component-symbol-path" d="M 87.22826086980007 570.3804347825319 L 87.22826086980007 545.5978260868903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 87.22826086980007 533.2065217390696 L 87.22826086980007 508.42391304342794" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.7520652176191 545.5978260868903 L 70.70445652198103 545.5978260868903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.7520652176191 533.2065217390696 L 70.70445652198103 533.2065217390696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="99.10326086979501" y="518.7499999999453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C4</text><text class="sch-component-text" x="99.10326086979501" y="560.0543478260146" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="837.22826086948" y="227.17554347833064" width="48.91304347824007" height="13.040217391298768" fill="transparent"/><path class="sch-component-symbol-path" d="M 837.22826086948 233.69565217398002 L 845.3820652173026 233.69565217398002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 877.9874999998974 233.69565217398002 L 886.14130434772 233.69565217398002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 845.3820652173026 227.17554347833064 L 877.9874999998974 227.17554347833064 L 877.9874999998974 240.2157608696294 L 845.3820652173026 240.2157608696294 L 845.3820652173026 227.17554347833064" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="861.6847826086" y="220.65217391311603" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="14.673913043471998px">R2</text><text class="sch-component-text" x="861.6847826086" y="246.73913043484401" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="1116.0342391302306" y="327.44565217394" width="13.040217391298938" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 1122.55434782588 376.35869565217996 L 1122.55434782588 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1122.55434782588 335.5994565217626 L 1122.55434782588 327.44565217394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1116.0342391302306 368.2048913043574 L 1116.0342391302306 335.5994565217626 L 1129.0744565215296 335.5994565217626 L 1129.0744565215296 368.2048913043574 L 1116.0342391302306 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1135.5978260867441" y="338.858695652196" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R3</text><text class="sch-component-text" x="1135.5978260867441" y="364.945652173924" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="1034.5124999998307" y="327.44565217394" width="13.040217391298938" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 1041.0326086954801 376.35869565217996 L 1041.0326086954801 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1041.0326086954801 335.5994565217626 L 1041.0326086954801 327.44565217394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1034.5124999998307 368.2048913043574 L 1034.5124999998307 335.5994565217626 L 1047.5527173911296 335.5994565217626 L 1047.5527173911296 368.2048913043574 L 1034.5124999998307 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1054.0760869563442" y="338.858695652196" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R4</text><text class="sch-component-text" x="1054.0760869563442" y="364.945652173924" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="877.98913043468" y="535.32608695646" width="130.43478260864003" height="89.67391304343994" stroke-width="1.630434782608px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.98913043468" y="535.32608695646" width="130.43478260864003" height="89.67391304343994" fill="transparent"/><text class="sch-text" x="943.206521739" y="580.16304347818" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 943.206521739, 580.16304347818)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="877.98913043468" y1="559.7826086955799" x2="845.3804347825201" y2="559.7826086955799" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="843.7499999999121" y="558.152173912972" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6847826086" y="558.152173912972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">1</text><text class="pin-number sch-pin-label" x="886.14130434772" y="559.7826086955799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWDIO</text><line class="component-pin sch-component-pin sch-port-line" x1="877.98913043468" y1="600.54347826078" x2="845.3804347825201" y2="600.54347826078" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="843.7499999999121" y="598.9130434781721" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6847826086" y="598.913043478172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">2</text><text class="pin-number sch-pin-label" x="886.14130434772" y="600.54347826078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWCLK</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="772.01086956516" cy="404.89130434782004" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="772.01086956516" cy="445.65217391302" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="299.18478260884007" cy="527.1739130434199" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="299.18478260884007" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="299.18478260884007" cy="347.82608695654" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="772.01086956516" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="772.01086956516" cy="559.7826086955799" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="772.01086956516" cy="600.54347826078" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="299.18478260884007" cy="388.58695652174" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="168.7500000002001" cy="270.38043478266" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="168.7500000002001" cy="332.33695652176397" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="250.27173913060005" cy="270.38043478266" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="250.27173913060005" cy="332.33695652176397" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="250.27173913060005" cy="425.27173913042" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="250.27173913060005" cy="487.228260869524" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="87.22826086980007" cy="417.11956521738" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="87.22826086980007" cy="368.20652173914" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="87.22826086980007" cy="514.94565217386" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="87.22826086980007" cy="576.902173912964" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="837.22826086948" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="886.14130434772" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1122.55434782588" cy="376.35869565218" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1122.55434782588" cy="327.44565217394" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1041.0326086954801" cy="376.35869565218" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1041.0326086954801" cy="327.44565217394" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="845.3804347825201" cy="559.7826086955799" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="845.3804347825201" cy="600.54347826078" r="3.260869565216" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
121
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 250.27173913060005 263.858695652228 L 250.27173913060005 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.858695652228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 263.858695652228 L 250.27173913060005 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.858695652228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 299.18478260884007 233.69565217398002 L 250.27173913060005 233.69565217398002 L 250.27173913060005 263.858695652228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 233.69565217398002 L 250.27173913060005 233.69565217398002 L 250.27173913060005 263.858695652228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 87.22826086980007 368.20652173914 L 87.22826086980007 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.8586956522281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 368.20652173914 L 87.22826086980007 233.69565217398002 L 168.7500000002001 233.69565217398002 L 168.7500000002001 263.8586956522281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 250.27173913060005 325.815217391332 L 250.27173913060005 347.82608695654005 L 168.7500000002001 347.82608695654005 L 168.7500000002001 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 325.815217391332 L 250.27173913060005 347.82608695654005 L 168.7500000002001 347.82608695654005 L 168.7500000002001 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 299.18478260884007 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 347.82608695654005 L 250.27173913060005 347.82608695654005 L 250.27173913060005 325.815217391332" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 250.27173913060005 418.749999999988 L 250.27173913060005 388.58695652174 L 299.18478260884007 388.58695652174" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 250.27173913060005 418.749999999988 L 250.27173913060005 388.58695652174 L 299.18478260884007 388.58695652174" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 87.22826086980007 417.11956521738 L 87.22826086980007 508.423913043428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 87.22826086980007 417.11956521738 L 87.22826086980007 508.423913043428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 299.18478260884007 527.17391304342 L 193.20652173932012 527.17391304342 L 193.20652173932012 492.11956521734794 L 87.22826086980007 492.11956521734794 L 87.22826086980007 508.423913043428" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 299.18478260884007 527.17391304342 L 193.20652173932012 527.17391304342 L 193.20652173932012 492.11956521734794 L 87.22826086980007 492.11956521734794 L 87.22826086980007 508.423913043428" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 837.22826086948 233.69565217398002 L 772.01086956516 233.69565217398002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 837.22826086948 233.69565217398002 L 772.01086956516 233.69565217398002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 1122.55434782588 376.35869565218 L 1122.55434782588 445.65217391302 L 772.01086956516 445.65217391302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1122.55434782588 376.35869565218 L 1122.55434782588 445.65217391302 L 772.01086956516 445.65217391302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 1122.55434782588 327.44565217394 L 1122.55434782588 311.14130434786 L 1041.0326086954801 311.14130434786 L 1041.0326086954801 327.44565217394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1122.55434782588 327.44565217394 L 1122.55434782588 311.14130434786 L 1041.0326086954801 311.14130434786 L 1041.0326086954801 327.44565217394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 1041.0326086954801 376.35869565218 L 1041.0326086954801 404.89130434782004 L 772.01086956516 404.89130434782004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1041.0326086954801 376.35869565218 L 1041.0326086954801 404.89130434782004 L 772.01086956516 404.89130434782004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 845.3804347825201 559.7826086955799 L 772.01086956516 559.7826086955799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.3804347825201 559.7826086955799 L 772.01086956516 559.7826086955799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 845.3804347825201 600.54347826078 L 772.01086956516 600.54347826078" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 845.3804347825201 600.54347826078 L 772.01086956516 600.54347826078" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 886.14130434772 233.69565217398002 L 905.7880434781464 233.69565217398002 L 905.7880434781464 262.3097826087504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.043478260864px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 886.14130434772 233.69565217398002 L 905.7880434781464 233.69565217398002 L 905.7880434781464 262.3097826087504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="250.27173913060005" cy="263.858695652228" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="250.27173913060005" cy="233.69565217398002" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="233.69565217398002" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="168.7500000002001" cy="263.858695652228" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="250.27173913060005" cy="325.815217391332" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="250.27173913060005" cy="347.82608695654005" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="87.22826086980007" cy="508.423913043428" r="2.445652173912" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="331.7934782610001" y="184.78260869574" width="407.608695652" height="432.06521739112" stroke-width="1.630434782608px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="331.7934782610001" y="184.78260869574" width="407.608695652" height="432.06521739112" fill="transparent"/><text class="sch-text" x="535.597826087" y="400.8152173913" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 535.597826087, 400.8152173913)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="404.89130434782004" x2="772.01086956516" y2="404.89130434782004" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="770.380434782552" y="403.26086956521203" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="403.26086956521203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">1</text><text class="pin-number sch-pin-label" x="731.24999999996" y="404.89130434782004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA0</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="445.65217391302" x2="772.01086956516" y2="445.65217391302" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="770.380434782552" y="444.021739130412" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="444.021739130412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">2</text><text class="pin-number sch-pin-label" x="731.24999999996" y="445.65217391302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA1</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="527.1739130434199" x2="299.18478260884007" y2="527.1739130434199" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="297.55434782623206" y="525.543478260812" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="525.543478260812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">3</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="527.1739130434199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">NRST</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="233.69565217398002" x2="299.18478260884007" y2="233.69565217398002" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="297.55434782623206" y="232.06521739137202" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="232.06521739137202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">4</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="233.69565217398002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="347.82608695654" x2="299.18478260884007" y2="347.82608695654" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="297.55434782623206" y="346.195652173932" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="346.195652173932" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">5</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="347.82608695654" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="233.69565217398002" x2="772.01086956516" y2="233.69565217398002" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="770.380434782552" y="232.06521739137202" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="232.06521739137202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">6</text><text class="pin-number sch-pin-label" x="731.24999999996" y="233.69565217398002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">PA2_ROSC</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="559.7826086955799" x2="772.01086956516" y2="559.7826086955799" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="770.380434782552" y="558.152173912972" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="558.152173912972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">23</text><text class="pin-number sch-pin-label" x="731.24999999996" y="559.7826086955799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWDIO</text><line class="component-pin sch-component-pin sch-port-line" x1="739.4021739130001" y1="600.54347826078" x2="772.01086956516" y2="600.54347826078" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="770.380434782552" y="598.9130434781721" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="755.70652173908" y="598.913043478172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">24</text><text class="pin-number sch-pin-label" x="731.24999999996" y="600.54347826078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWCLK</text><line class="component-pin sch-component-pin sch-port-line" x1="331.7934782610001" y1="388.58695652174" x2="299.18478260884007" y2="388.58695652174" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="297.55434782623206" y="386.956521739132" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="315.48913043492007" y="386.95652173913203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">32</text><text class="pin-number sch-pin-label" x="339.9456521740401" y="388.58695652174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">VCORE</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="152.22619565238105" y="263.858695652228" width="33.047608695638075" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 168.7500000002001 325.815217391332 L 168.7500000002001 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 168.7500000002001 288.6413043478696 L 168.7500000002001 263.858695652228" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.27380434801913 301.0326086956904 L 152.22619565238105 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 185.27380434801913 288.6413043478696 L 152.22619565238105 288.6413043478696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="180.62500000019503" y="274.1847826087453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C1</text><text class="sch-component-text" x="180.62500000019503" y="315.4891304348147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="233.74793478278102" y="263.858695652228" width="33.04760869563805" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 250.27173913060005 325.815217391332 L 250.27173913060005 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 250.27173913060005 288.6413043478696 L 250.27173913060005 263.858695652228" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 301.0326086956904 L 233.74793478278102 301.0326086956904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 288.6413043478696 L 233.74793478278102 288.6413043478696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.146739130595" y="274.1847826087453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C2</text><text class="sch-component-text" x="262.146739130595" y="315.4891304348147" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="233.74793478278102" y="418.749999999988" width="33.04760869563805" height="61.956521739104005" fill="transparent"/><path class="sch-component-symbol-path" d="M 250.27173913060005 480.706521739092 L 250.27173913060005 455.9239130434504" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 250.27173913060005 443.5326086956296 L 250.27173913060005 418.749999999988" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 455.9239130434504 L 233.74793478278102 455.9239130434504" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 266.79554347841906 443.5326086956296 L 233.74793478278102 443.5326086956296" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="262.146739130595" y="429.0760869565053" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C3</text><text class="sch-component-text" x="262.146739130595" y="470.3804347825747" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text><circle class="component-pin sch-component-pin" cx="250.27173913060005" cy="480.706521739092" r="1.630434782608px" stroke-width="1.630434782608px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="80.70815217415067" y="368.20652173914" width="13.040217391298796" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 87.22826086980007 417.11956521737994 L 87.22826086980007 408.96576086955736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 87.22826086980007 376.3603260869626 L 87.22826086980007 368.20652173914" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 80.70815217415067 408.96576086955736 L 80.70815217415068 376.3603260869626 L 93.74836956544947 376.3603260869626 L 93.74836956544945 408.96576086955736 L 80.70815217415067 408.96576086955736" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="100.27173913066406" y="379.619565217396" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R1</text><text class="sch-component-text" x="100.27173913066406" y="405.70652173912396" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="70.70445652198103" y="508.42391304342794" width="33.047608695638075" height="61.95652173910395" fill="transparent"/><path class="sch-component-symbol-path" d="M 87.22826086980007 570.3804347825319 L 87.22826086980007 545.5978260868903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 87.22826086980007 533.2065217390696 L 87.22826086980007 508.42391304342794" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.7520652176191 545.5978260868903 L 70.70445652198103 545.5978260868903" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 103.7520652176191 533.2065217390696 L 70.70445652198103 533.2065217390696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="99.10326086979501" y="518.7499999999453" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="14.673913043471998px">C4</text><text class="sch-component-text" x="99.10326086979501" y="560.0543478260146" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="14.673913043471998px"></text><circle class="component-pin sch-component-pin" cx="87.22826086980007" cy="570.3804347825319" r="1.630434782608px" stroke-width="1.630434782608px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="837.22826086948" y="227.17554347833064" width="48.91304347824007" height="13.040217391298768" fill="transparent"/><path class="sch-component-symbol-path" d="M 837.22826086948 233.69565217398002 L 845.3820652173026 233.69565217398002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 877.9874999998974 233.69565217398002 L 886.14130434772 233.69565217398002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 845.3820652173026 227.17554347833064 L 877.9874999998974 227.17554347833064 L 877.9874999998974 240.2157608696294 L 845.3820652173026 240.2157608696294 L 845.3820652173026 227.17554347833064" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="861.6847826086" y="220.65217391311603" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="14.673913043471998px">R2</text><text class="sch-component-text" x="861.6847826086" y="246.73913043484401" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="1116.0342391302306" y="327.44565217394" width="13.040217391298938" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 1122.55434782588 376.35869565217996 L 1122.55434782588 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1122.55434782588 335.5994565217626 L 1122.55434782588 327.44565217394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1116.0342391302306 368.2048913043574 L 1116.0342391302306 335.5994565217626 L 1129.0744565215296 335.5994565217626 L 1129.0744565215296 368.2048913043574 L 1116.0342391302306 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1135.5978260867441" y="338.858695652196" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R3</text><text class="sch-component-text" x="1135.5978260867441" y="364.945652173924" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="1034.5124999998307" y="327.44565217394" width="13.040217391298938" height="48.913043478239956" fill="transparent"/><path class="sch-component-symbol-path" d="M 1041.0326086954801 376.35869565217996 L 1041.0326086954801 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1041.0326086954801 335.5994565217626 L 1041.0326086954801 327.44565217394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1034.5124999998307 368.2048913043574 L 1034.5124999998307 335.5994565217626 L 1047.5527173911296 335.5994565217626 L 1047.5527173911296 368.2048913043574 L 1034.5124999998307 368.2048913043574" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.630434782608px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1054.0760869563442" y="338.858695652196" stroke="rgb(245, 241, 237)" stroke-width="1.630434782608px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px">R4</text><text class="sch-component-text" x="1054.0760869563442" y="364.945652173924" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="14.673913043471998px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="877.98913043468" y="535.32608695646" width="130.43478260864003" height="89.67391304343994" stroke-width="1.630434782608px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="877.98913043468" y="535.32608695646" width="130.43478260864003" height="89.67391304343994" fill="transparent"/><text class="sch-text" x="943.206521739" y="580.16304347818" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 943.206521739, 580.16304347818)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="877.98913043468" y1="559.7826086955799" x2="845.3804347825201" y2="559.7826086955799" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="843.7499999999121" y="558.152173912972" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6847826086" y="558.152173912972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">1</text><text class="pin-number sch-pin-label" x="886.14130434772" y="559.7826086955799" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWDIO</text><line class="component-pin sch-component-pin sch-port-line" x1="877.98913043468" y1="600.54347826078" x2="845.3804347825201" y2="600.54347826078" stroke-width="1.630434782608px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="843.7499999999121" y="598.9130434781721" width="3.260869565216" height="3.260869565216" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.6847826086" y="598.913043478172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.228260869559998px" transform="">2</text><text class="pin-number sch-pin-label" x="886.14130434772" y="600.54347826078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.228260869559998px" transform="">SWCLK</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="772.01086956516" cy="404.89130434782004" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="772.01086956516" cy="445.65217391302" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="299.18478260884007" cy="527.1739130434199" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="299.18478260884007" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="299.18478260884007" cy="347.82608695654" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="772.01086956516" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="772.01086956516" cy="559.7826086955799" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="772.01086956516" cy="600.54347826078" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="299.18478260884007" cy="388.58695652174" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="168.7500000002001" cy="270.38043478266" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="168.7500000002001" cy="332.33695652176397" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="250.27173913060005" cy="270.38043478266" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="250.27173913060005" cy="332.33695652176397" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="250.27173913060005" cy="425.27173913042" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="250.27173913060005" cy="487.228260869524" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="87.22826086980007" cy="417.11956521738" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="87.22826086980007" cy="368.20652173914" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="87.22826086980007" cy="514.94565217386" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="87.22826086980007" cy="576.902173912964" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="837.22826086948" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="886.14130434772" cy="233.69565217398002" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1122.55434782588" cy="376.35869565218" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1122.55434782588" cy="327.44565217394" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1041.0326086954801" cy="376.35869565218" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1041.0326086954801" cy="327.44565217394" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="845.3804347825201" cy="559.7826086955799" r="3.260869565216" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="845.3804347825201" cy="600.54347826078" r="3.260869565216" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
118
122
  M 193.20652173932012,527.17391304342
119
123
  L 188.80434782627853,535.32608695646
120
124
  L 141.15217391325538,535.32608695646
@@ -129,54 +133,68 @@ PA1" data-x="5.05" data-y="-0.5500000000000003" cx="482.8468727534148" cy="342.5
129
133
  L 258.42391304364,229.29347826093843
130
134
  Z
131
135
  " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="250.27173913060005" y="226.35869565224402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 250.27173913060005 226.35869565224402)">VDD</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
132
- M 87.22826086980007,586.6847826086121
133
- L 95.38043478284007,591.0869565216536
134
- L 95.38043478284007,631.3369565216365
135
- L 79.07608695676007,631.3369565216365
136
- L 79.07608695676007,591.0869565216536
136
+ M 168.7500000002001,347.82608695654005
137
+ L 176.9021739132401,352.2282608695817
138
+ L 176.9021739132401,392.47826086956445
139
+ L 160.5978260871601,392.47826086956445
140
+ L 160.5978260871601,352.2282608695817
137
141
  Z
138
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="87.22826086980007" y="594.0217391303481" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 87.22826086980007 594.0217391303481)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
142
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="168.7500000002001" y="355.16304347827605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 168.7500000002001 355.16304347827605)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
143
+ M 250.27173913060005,480.70652173909195
144
+ L 258.42391304364,485.1086956521336
145
+ L 258.42391304364,525.3586956521164
146
+ L 242.11956521756005,525.3586956521164
147
+ L 242.11956521756005,485.1086956521336
148
+ Z
149
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="250.27173913060005" y="488.04347826082795" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 250.27173913060005 488.04347826082795)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
150
+ M 87.22826086980007,570.380434782532
151
+ L 95.38043478284007,574.7826086955736
152
+ L 95.38043478284007,615.0326086955564
153
+ L 79.07608695676007,615.0326086955564
154
+ L 79.07608695676007,574.7826086955736
155
+ Z
156
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="87.22826086980007" y="577.717391304268" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 87.22826086980007 577.717391304268)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
139
157
  M 905.7880434781464,262.3097826087504
140
158
  L 913.9402173911864,266.71195652179205
141
159
  L 913.9402173911864,306.9619565217748
142
160
  L 897.6358695651064,306.9619565217748
143
161
  L 897.6358695651064,266.71195652179205
144
162
  Z
145
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="905.7880434781464" y="269.6467391304864" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 905.7880434781464 269.6467391304864)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
163
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="905.7880434781464" y="269.6467391304864" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(90 905.7880434781464 269.6467391304864)">GND</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
146
164
  M 804.6195652173201,233.69565217398002
147
165
  L 796.4673913042801,229.29347826093843
148
166
  L 796.4673913042801,201.33695652181993
149
167
  L 812.7717391303601,201.33695652181993
150
168
  L 812.7717391303601,229.29347826093843
151
169
  Z
152
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="804.6195652173201" y="226.35869565224402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 804.6195652173201 226.35869565224402)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
170
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="804.6195652173201" y="226.35869565224402" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 804.6195652173201 226.35869565224402)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
153
171
  M 808.69565217384,559.7826086955799
154
172
  L 800.5434782608,555.3804347825384
155
173
  L 800.5434782608,527.4239130434198
156
174
  L 816.84782608688,527.4239130434198
157
175
  L 816.84782608688,555.3804347825384
158
176
  Z
159
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="808.69565217384" y="552.4456521738439" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 808.69565217384 552.4456521738439)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
177
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="808.69565217384" y="552.4456521738439" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 808.69565217384 552.4456521738439)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
160
178
  M 808.69565217384,600.54347826078
161
179
  L 800.5434782608,596.1413043477385
162
180
  L 800.5434782608,568.1847826086199
163
181
  L 816.84782608688,568.1847826086199
164
182
  L 816.84782608688,596.1413043477385
165
183
  Z
166
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="808.69565217384" y="593.2065217390441" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 808.69565217384 593.2065217390441)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
184
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="808.69565217384" y="593.2065217390441" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 808.69565217384 593.2065217390441)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
167
185
  M 250.27173913060005,403.668478260864
168
186
  L 254.67391304364165,395.516304347824
169
187
  L 282.6304347827602,395.516304347824
170
188
  L 282.6304347827602,411.82065217390397
171
189
  L 254.67391304364165,411.82065217390397
172
190
  Z
173
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="257.60869565233605" y="403.668478260864" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
191
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="257.60869565233605" y="403.668478260864" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
174
192
  M 1122.55434782588,311.14130434786
175
193
  L 1114.40217391284,306.7391304348184
176
194
  L 1114.40217391284,268.6630434783129
177
195
  L 1130.7065217389202,268.6630434783129
178
196
  L 1130.7065217389202,306.7391304348184
179
197
  Z
180
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="1122.55434782588" y="303.804347826124" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 1122.55434782588 303.804347826124)">VPU</text><text class="sch-text" x="405.16304347836" y="627.4456521738119" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471975px" transform="rotate(0, 405.16304347836, 627.4456521738119)">MSPM0L1306SRHBR</text><text class="sch-text" x="341.57608695664806" y="175.40760869574405" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 341.57608695664806, 175.40760869574405)">U1</text><text class="sch-text" x="887.7717391303281" y="525.951086956464" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 887.7717391303281, 525.951086956464)">J1</text><text class="sch-text" x="947.2826086955199" y="436.684782608676" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 947.2826086955199, 436.684782608676)">PA1</text><text class="sch-text" x="906.5217391303199" y="395.92391304347603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 906.5217391303199, 395.92391304347603)">PA0</text><text class="sch-text" x="906.5217391303199" y="395.92391304347603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 906.5217391303199, 395.92391304347603)">PA0</text><text class="sch-text" x="947.2826086955199" y="436.684782608676" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 947.2826086955199, 436.684782608676)">PA1</text><rect class="schematic-box sch-box" x="331.7934782610001" y="620.108695652076" width="146.73913043471998" height="14.673913043471885" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/><rect class="schematic-box sch-box" x="326.90217391317606" y="165.21739130444408" width="29.347826086943996" height="20.380434782599963" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/><rect class="schematic-box sch-box" x="873.097826086856" y="515.760869565164" width="29.347826086943996" height="20.38043478259999" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/>
198
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.630434782608px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="1122.55434782588" y="303.804347826124" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="14.673913043471998px" transform="rotate(-90 1122.55434782588 303.804347826124)">VPU</text><text class="sch-text" x="405.16304347836" y="627.4456521738119" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471975px" transform="rotate(0, 405.16304347836, 627.4456521738119)">MSPM0L1306SRHBR</text><text class="sch-text" x="341.57608695664806" y="175.40760869574405" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 341.57608695664806, 175.40760869574405)">U1</text><text class="sch-text" x="887.7717391303281" y="525.951086956464" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.673913043471998px" transform="rotate(0, 887.7717391303281, 525.951086956464)">J1</text><text class="sch-text" x="947.2826086955199" y="436.684782608676" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 947.2826086955199, 436.684782608676)">PA1</text><text class="sch-text" x="906.5217391303199" y="395.92391304347603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 906.5217391303199, 395.92391304347603)">PA0</text><text class="sch-text" x="906.5217391303199" y="395.92391304347603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 906.5217391303199, 395.92391304347603)">PA0</text><text class="sch-text" x="947.2826086955199" y="436.684782608676" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="9.782608695648px" transform="rotate(0, 947.2826086955199, 436.684782608676)">PA1</text><rect class="schematic-box sch-box" x="331.7934782610001" y="620.108695652076" width="146.73913043471998" height="14.673913043471885" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/><rect class="schematic-box sch-box" x="326.90217391317606" y="165.21739130444408" width="29.347826086943996" height="20.380434782599963" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/><rect class="schematic-box sch-box" x="873.097826086856" y="515.760869565164" width="29.347826086943996" height="20.38043478259999" stroke-width="1.630434782608px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.043478260864 6.521739130432"/>
181
199
  </g>
182
200
  </svg>