finishing schematic, starting to try layout position

This commit is contained in:
Johnny Hsu 2025-02-16 21:23:55 +01:00
parent 6c67a2a88b
commit f3088f4504
13 changed files with 30579 additions and 23408 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -410,7 +410,7 @@
"missing_input_pin": "warning", "missing_input_pin": "warning",
"missing_power_pin": "error", "missing_power_pin": "error",
"missing_unit": "warning", "missing_unit": "warning",
"multiple_net_names": "warning", "multiple_net_names": "ignore",
"net_not_bus_member": "warning", "net_not_bus_member": "warning",
"no_connect_connected": "warning", "no_connect_connected": "warning",
"no_connect_dangling": "warning", "no_connect_dangling": "warning",
@ -452,6 +452,91 @@
"via_diameter": 0.6, "via_diameter": 0.6,
"via_drill": 0.3, "via_drill": 0.3,
"wire_width": 6 "wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "LTDC",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "LVDS",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "MDI",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "RMII",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "SDRAM",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
} }
], ],
"meta": { "meta": {
@ -459,6 +544,33 @@
}, },
"net_colors": null, "net_colors": null,
"netclass_assignments": { "netclass_assignments": {
"/Display/B0": "LTDC",
"/Display/B1": "LTDC",
"/Display/B2": "LTDC",
"/Display/B3": "LTDC",
"/Display/B4": "LTDC",
"/Display/B5": "LTDC",
"/Display/B6": "LTDC",
"/Display/B7": "LTDC",
"/Display/CLK": "LTDC",
"/Display/DE": "LTDC",
"/Display/G0": "LTDC",
"/Display/G1": "LTDC",
"/Display/G2": "LTDC",
"/Display/G3": "LTDC",
"/Display/G4": "LTDC",
"/Display/G5": "LTDC",
"/Display/G6": "LTDC",
"/Display/G7": "LTDC",
"/Display/HSYNC": "LTDC",
"/Display/R0": "LTDC",
"/Display/R1": "LTDC",
"/Display/R2": "LTDC",
"/Display/R3": "LTDC",
"/Display/R4": "LTDC",
"/Display/R5": "LTDC",
"/Display/R6": "LTDC",
"/Display/R7": "LTDC",
"/Display/RXCLKIN+": "LVDS", "/Display/RXCLKIN+": "LVDS",
"/Display/RXCLKIN-": "LVDS", "/Display/RXCLKIN-": "LVDS",
"/Display/RXIN0+": "LVDS", "/Display/RXIN0+": "LVDS",
@ -469,6 +581,7 @@
"/Display/RXIN2-": "LVDS", "/Display/RXIN2-": "LVDS",
"/Display/RXIN3+": "LVDS", "/Display/RXIN3+": "LVDS",
"/Display/RXIN3-": "LVDS", "/Display/RXIN3-": "LVDS",
"/Display/VSYNC": "LTDC",
"/Ethernet/RMII_CRS_DV": "RMII", "/Ethernet/RMII_CRS_DV": "RMII",
"/Ethernet/RMII_MDC": "RMII", "/Ethernet/RMII_MDC": "RMII",
"/Ethernet/RMII_MDIO": "RMII", "/Ethernet/RMII_MDIO": "RMII",
@ -477,7 +590,50 @@
"/Ethernet/RMII_RXD1": "RMII", "/Ethernet/RMII_RXD1": "RMII",
"/Ethernet/RMII_TXD0": "RMII", "/Ethernet/RMII_TXD0": "RMII",
"/Ethernet/RMII_TXD1": "RMII", "/Ethernet/RMII_TXD1": "RMII",
"/Ethernet/RMII_TX_EN": "RMII" "/Ethernet/RMII_TX_EN": "RMII",
"/Ethernet/RXN": "MDI",
"/Ethernet/RXP": "MDI",
"/Ethernet/TXN": "MDI",
"/Ethernet/TXP": "MDI",
"/SDRAM/A0": "SDRAM",
"/SDRAM/A1": "SDRAM",
"/SDRAM/A10": "SDRAM",
"/SDRAM/A11": "SDRAM",
"/SDRAM/A12": "SDRAM",
"/SDRAM/A2": "SDRAM",
"/SDRAM/A3": "SDRAM",
"/SDRAM/A4": "SDRAM",
"/SDRAM/A5": "SDRAM",
"/SDRAM/A6": "SDRAM",
"/SDRAM/A7": "SDRAM",
"/SDRAM/A8": "SDRAM",
"/SDRAM/A9": "SDRAM",
"/SDRAM/BA0": "SDRAM",
"/SDRAM/BA1": "SDRAM",
"/SDRAM/D0": "SDRAM",
"/SDRAM/D1": "SDRAM",
"/SDRAM/D10": "SDRAM",
"/SDRAM/D11": "SDRAM",
"/SDRAM/D12": "SDRAM",
"/SDRAM/D13": "SDRAM",
"/SDRAM/D14": "SDRAM",
"/SDRAM/D15": "SDRAM",
"/SDRAM/D2": "SDRAM",
"/SDRAM/D3": "SDRAM",
"/SDRAM/D4": "SDRAM",
"/SDRAM/D5": "SDRAM",
"/SDRAM/D6": "SDRAM",
"/SDRAM/D7": "SDRAM",
"/SDRAM/D8": "SDRAM",
"/SDRAM/D9": "SDRAM",
"/SDRAM/NBL0": "SDRAM",
"/SDRAM/NBL1": "SDRAM",
"/SDRAM/SDCKE0": "SDRAM",
"/SDRAM/SDCLK": "SDRAM",
"/SDRAM/SDNCAS": "SDRAM",
"/SDRAM/SDNE0": "SDRAM",
"/SDRAM/SDNRAS": "SDRAM",
"/SDRAM/SDNWE": "SDRAM"
}, },
"netclass_patterns": [] "netclass_patterns": []
}, },

View File

@ -4,7 +4,379 @@
(generator_version "8.0") (generator_version "8.0")
(uuid "0dca9b66-f638-4727-874b-1b91b6921c17") (uuid "0dca9b66-f638-4727-874b-1b91b6921c17")
(paper "A4") (paper "A4")
(lib_symbols) (lib_symbols
(symbol "Jumper:SolderJumper_3_Open"
(pin_names
(offset 0) hide)
(exclude_from_sim yes)
(in_bom no)
(on_board yes)
(property "Reference" "JP"
(at -2.54 -2.54 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "SolderJumper_3_Open"
(at 0 2.794 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Solder Jumper, 3-pole, open"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "Solder Jumper SPDT"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "SolderJumper*Open*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "SolderJumper_3_Open_0_1"
(arc
(start -1.016 1.016)
(mid -2.0276 0)
(end -1.016 -1.016)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(arc
(start -1.016 1.016)
(mid -2.0276 0)
(end -1.016 -1.016)
(stroke
(width 0)
(type default)
)
(fill
(type outline)
)
)
(rectangle
(start -0.508 1.016)
(end 0.508 -1.016)
(stroke
(width 0)
(type default)
)
(fill
(type outline)
)
)
(polyline
(pts
(xy -2.54 0) (xy -2.032 0)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.016 1.016) (xy -1.016 -1.016)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0 -1.27) (xy 0 -1.016)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.016 1.016) (xy 1.016 -1.016)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.54 0) (xy 2.032 0)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(arc
(start 1.016 -1.016)
(mid 2.0276 0)
(end 1.016 1.016)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(arc
(start 1.016 -1.016)
(mid 2.0276 0)
(end 1.016 1.016)
(stroke
(width 0)
(type default)
)
(fill
(type outline)
)
)
)
(symbol "SolderJumper_3_Open_1_1"
(pin passive line
(at -5.08 0 0)
(length 2.54)
(name "A"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -3.81 90)
(length 2.54)
(name "C"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 5.08 0 180)
(length 2.54)
(name "B"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
)
(symbol "power:+3V3"
(power)
(pin_numbers hide)
(pin_names
(offset 0) hide)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "#PWR"
(at 0 -3.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "+3V3"
(at 0 3.556 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+3V3\""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "global power"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "+3V3_0_1"
(polyline
(pts
(xy -0.762 1.27) (xy 0 2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0 0) (xy 0 2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0 2.54) (xy 0.762 1.27)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "+3V3_1_1"
(pin power_in line
(at 0 0 90)
(length 0)
(name "~"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
)
)
(junction
(at 125.095 47.625)
(diameter 0)
(color 0 0 0 0)
(uuid "bcf88112-9e4f-4fa6-ad5c-4e11aab62804")
)
(wire (wire
(pts (pts
(xy 177.8 44.45) (xy 190.5 44.45) (xy 177.8 44.45) (xy 190.5 44.45)
@ -65,6 +437,16 @@
) )
(uuid "3bfb4c24-2752-416c-8624-7565e129dea8") (uuid "3bfb4c24-2752-416c-8624-7565e129dea8")
) )
(wire
(pts
(xy 114.3 47.625) (xy 125.095 47.625)
)
(stroke
(width 0)
(type default)
)
(uuid "4bf57c7e-ab34-4063-b1fb-aa53287e6f4c")
)
(wire (wire
(pts (pts
(xy 177.8 91.44) (xy 190.5 91.44) (xy 177.8 91.44) (xy 190.5 91.44)
@ -75,6 +457,16 @@
) )
(uuid "5dd1b8d0-fb3c-4461-b61f-5abdfee04be4") (uuid "5dd1b8d0-fb3c-4461-b61f-5abdfee04be4")
) )
(wire
(pts
(xy 125.095 46.355) (xy 125.095 47.625)
)
(stroke
(width 0)
(type default)
)
(uuid "6025be00-c80f-456e-a00d-ec207ce81eac")
)
(wire (wire
(pts (pts
(xy 177.8 120.65) (xy 190.5 120.65) (xy 177.8 120.65) (xy 190.5 120.65)
@ -105,6 +497,36 @@
) )
(uuid "7e3895eb-2358-4d1c-a72b-a571c054d981") (uuid "7e3895eb-2358-4d1c-a72b-a571c054d981")
) )
(wire
(pts
(xy 114.3 38.735) (xy 115.57 38.735)
)
(stroke
(width 0)
(type default)
)
(uuid "9821429e-68b7-4497-be1c-49c9c317e73a")
)
(wire
(pts
(xy 114.3 43.815) (xy 127 43.815)
)
(stroke
(width 0)
(type default)
)
(uuid "98fab502-4b37-4104-812a-28817f22f655")
)
(wire
(pts
(xy 127 46.355) (xy 125.095 46.355)
)
(stroke
(width 0)
(type default)
)
(uuid "9e9c8201-c0ba-45b7-8641-b4442e035449")
)
(wire (wire
(pts (pts
(xy 177.8 140.97) (xy 190.5 140.97) (xy 177.8 140.97) (xy 190.5 140.97)
@ -125,6 +547,16 @@
) )
(uuid "aa2f43ad-7b2a-4e57-abd6-75993e299d19") (uuid "aa2f43ad-7b2a-4e57-abd6-75993e299d19")
) )
(wire
(pts
(xy 114.3 51.435) (xy 127 51.435)
)
(stroke
(width 0)
(type default)
)
(uuid "ad1cecd8-688d-46cd-b2d2-90564d76996e")
)
(wire (wire
(pts (pts
(xy 177.8 135.89) (xy 190.5 135.89) (xy 177.8 135.89) (xy 190.5 135.89)
@ -165,6 +597,16 @@
) )
(uuid "c0ebe27d-fb7d-4269-966d-e4c93372f711") (uuid "c0ebe27d-fb7d-4269-966d-e4c93372f711")
) )
(wire
(pts
(xy 125.095 48.895) (xy 127 48.895)
)
(stroke
(width 0)
(type default)
)
(uuid "c4b687e4-363f-4e9a-8780-a69070456447")
)
(wire (wire
(pts (pts
(xy 158.75 60.96) (xy 158.75 73.66) (xy 158.75 60.96) (xy 158.75 73.66)
@ -195,6 +637,26 @@
) )
(uuid "dcc71353-6f59-48c1-abf6-9615e09c65b6") (uuid "dcc71353-6f59-48c1-abf6-9615e09c65b6")
) )
(wire
(pts
(xy 114.3 41.275) (xy 127 41.275)
)
(stroke
(width 0)
(type default)
)
(uuid "e4336981-5782-49ce-ad45-6e4bc8e6a28c")
)
(wire
(pts
(xy 125.095 47.625) (xy 125.095 48.895)
)
(stroke
(width 0)
(type default)
)
(uuid "ec081ed6-f16b-4763-9b7a-7dbf465c90af")
)
(wire (wire
(pts (pts
(xy 177.8 123.19) (xy 190.5 123.19) (xy 177.8 123.19) (xy 190.5 123.19)
@ -205,6 +667,16 @@
) )
(uuid "f3a35937-8835-45c7-9edd-4c16204460b4") (uuid "f3a35937-8835-45c7-9edd-4c16204460b4")
) )
(wire
(pts
(xy 125.73 38.735) (xy 127 38.735)
)
(stroke
(width 0)
(type default)
)
(uuid "f4342269-3fd4-434b-b954-44565e85c6c1")
)
(wire (wire
(pts (pts
(xy 177.8 128.27) (xy 190.5 128.27) (xy 177.8 128.27) (xy 190.5 128.27)
@ -215,7 +687,7 @@
) )
(uuid "fc87f22e-7de3-46a8-9429-a26dc52e1f56") (uuid "fc87f22e-7de3-46a8-9429-a26dc52e1f56")
) )
(text "TODO:\n3. Ferrite bead dimensionierung\n4. REFCLK0 pull-up?\n5. 5.6.3 ~{RST}\n6. series termination calculation\n7. Riverdi compatibility\n8. ethernet ~{RST} discharge?\n9. Display supply\n10. fuse dimension\n11. sdram routing\n12. backup buttons" (text "TODO:\n4. REFCLK0 pull-up?\n5. 5.6.3 ~{RST}\n6. series termination calculation\n7. Riverdi compatibility\n8. ethernet ~{RST} discharge?\n10. fuse, schottky, zener diode dimension\n12. DS90C385A?\n13. routing guidelines"
(exclude_from_sim no) (exclude_from_sim no)
(at 74.93 182.118 0) (at 74.93 182.118 0)
(effects (effects
@ -226,6 +698,142 @@
) )
(uuid "b77f9553-b64d-4a04-bcaa-eb156863248b") (uuid "b77f9553-b64d-4a04-bcaa-eb156863248b")
) )
(symbol
(lib_id "Jumper:SolderJumper_3_Open")
(at 120.65 38.735 180)
(unit 1)
(exclude_from_sim yes)
(in_bom no)
(on_board yes)
(dnp no)
(uuid "4bb7830d-92cf-4db4-b890-6f418ae6fb60")
(property "Reference" "JP1"
(at 122.555 35.56 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "SolderJumper_3_Open"
(at 124.46 26.035 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Jumper:SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm"
(at 120.65 38.735 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 120.65 38.735 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Solder Jumper, 3-pole, open"
(at 120.65 38.735 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "b19ccb07-8f92-4c19-8ac9-bafe24cdd7b8")
)
(pin "3"
(uuid "815d8bda-b1a9-4f8a-a5b8-10e75e7d2ad3")
)
(pin "2"
(uuid "a688e533-6a17-4690-9dac-ec41122ec8c5")
)
(instances
(project ""
(path "/0dca9b66-f638-4727-874b-1b91b6921c17"
(reference "JP1")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:+3V3")
(at 120.65 34.925 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "ed95c26d-df04-4bbd-8d92-ffd282e0abb3")
(property "Reference" "#PWR01"
(at 120.65 38.735 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "+3V3"
(at 120.65 29.845 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 120.65 34.925 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 120.65 34.925 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+3V3\""
(at 120.65 34.925 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "bd206165-8e5c-490e-8f6c-ed736ed737c9")
)
(instances
(project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17"
(reference "#PWR01")
(unit 1)
)
)
)
)
(sheet (sheet
(at 63.5 73.66) (at 63.5 73.66)
(size 50.546 30.48) (size 50.546 30.48)
@ -304,7 +912,7 @@
) )
) )
(pin "VCOM" input (pin "VCOM" input
(at 127 39.37 180) (at 127 51.435 180)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -314,7 +922,7 @@
(uuid "3816bc7e-ee37-4195-854a-ef6440631568") (uuid "3816bc7e-ee37-4195-854a-ef6440631568")
) )
(pin "LCD_VDD" input (pin "LCD_VDD" input
(at 127 41.91 180) (at 127 38.735 180)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -324,7 +932,7 @@
(uuid "833577a5-95dc-4c3f-9b0a-2b6806adc8ae") (uuid "833577a5-95dc-4c3f-9b0a-2b6806adc8ae")
) )
(pin "LED+" input (pin "LED+" input
(at 127 52.07 180) (at 127 48.895 180)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -374,7 +982,7 @@
(uuid "20210132-3e45-49eb-a1f2-812fa35e183e") (uuid "20210132-3e45-49eb-a1f2-812fa35e183e")
) )
(pin "LCD_VGH" input (pin "LCD_VGH" input
(at 127 46.99 180) (at 127 41.275 180)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -384,7 +992,7 @@
(uuid "9a2964f7-dcb3-435b-8dcf-65450fec93a9") (uuid "9a2964f7-dcb3-435b-8dcf-65450fec93a9")
) )
(pin "LCD_VGL" input (pin "LCD_VGL" input
(at 127 49.53 180) (at 127 43.815 180)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -394,7 +1002,7 @@
(uuid "b49a99ac-0f56-4aeb-91e1-d7644aa1a90c") (uuid "b49a99ac-0f56-4aeb-91e1-d7644aa1a90c")
) )
(pin "LCD_AVDD" input (pin "LCD_AVDD" input
(at 127 44.45 180) (at 127 46.355 180)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -958,6 +1566,56 @@
(justify left top) (justify left top)
) )
) )
(pin "3V3_Display" output
(at 114.3 38.735 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
(uuid "469f8fab-9bfc-4dc8-b9d7-c6d54d1a2584")
)
(pin "3V8" output
(at 114.3 51.435 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
(uuid "73449056-44d4-480a-b05b-850ea7f4a374")
)
(pin "18V" output
(at 114.3 41.275 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
(uuid "67dcf555-c746-42de-9a09-3853531a0eab")
)
(pin "-6V" output
(at 114.3 43.815 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
(uuid "53710fa2-9707-4618-8292-bf60fe93736f")
)
(pin "9V6" output
(at 114.3 47.625 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
(uuid "6985c10b-c346-4576-830b-9256c7d72372")
)
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17" (path "/0dca9b66-f638-4727-874b-1b91b6921c17"

View File

@ -1434,7 +1434,7 @@
) )
) )
(junction (junction
(at 51.435 83.82) (at 51.435 86.36)
(diameter 0) (diameter 0)
(color 0 0 0 0) (color 0 0 0 0)
(uuid "032a725d-f2d7-4f51-a339-b533de718a1b") (uuid "032a725d-f2d7-4f51-a339-b533de718a1b")
@ -1709,7 +1709,7 @@
) )
(wire (wire
(pts (pts
(xy 51.435 83.82) (xy 53.975 83.82) (xy 51.435 86.36) (xy 53.975 86.36)
) )
(stroke (stroke
(width 0) (width 0)
@ -1719,7 +1719,7 @@
) )
(wire (wire
(pts (pts
(xy 51.435 83.82) (xy 51.435 88.9) (xy 51.435 86.36) (xy 51.435 91.44)
) )
(stroke (stroke
(width 0) (width 0)
@ -1759,7 +1759,7 @@
) )
(wire (wire
(pts (pts
(xy 47.625 78.74) (xy 53.975 78.74) (xy 47.625 83.82) (xy 53.975 83.82)
) )
(stroke (stroke
(width 0) (width 0)
@ -1809,7 +1809,7 @@
) )
(wire (wire
(pts (pts
(xy 47.625 83.82) (xy 51.435 83.82) (xy 47.625 86.36) (xy 51.435 86.36)
) )
(stroke (stroke
(width 0) (width 0)
@ -2040,7 +2040,7 @@
(uuid "d5ec85ee-eb1d-4bf2-8de9-03a70623e20d") (uuid "d5ec85ee-eb1d-4bf2-8de9-03a70623e20d")
) )
(label "PE" (label "PE"
(at 53.975 83.82 0) (at 53.975 86.36 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2070,7 +2070,7 @@
(uuid "80999d14-bb36-4909-b70e-0b3f50033146") (uuid "80999d14-bb36-4909-b70e-0b3f50033146")
) )
(label "PP" (label "PP"
(at 53.975 78.74 0) (at 53.975 83.82 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2141,7 +2141,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "1297f87c-6309-42f6-afa5-afd1d4e1ccfa") (uuid "1297f87c-6309-42f6-afa5-afd1d4e1ccfa")
(property "Reference" "U11" (property "Reference" "U8"
(at 237.49 104.5211 0) (at 237.49 104.5211 0)
(effects (effects
(font (font
@ -2202,7 +2202,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "U11") (reference "U8")
(unit 1) (unit 1)
) )
) )
@ -2230,7 +2230,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "19076752-3b80-4ce5-8e60-cbd03720dc68") (uuid "19076752-3b80-4ce5-8e60-cbd03720dc68")
(property "Reference" "R47" (property "Reference" "R55"
(at 86.995 89.535 0) (at 86.995 89.535 0)
(effects (effects
(font (font
@ -2284,7 +2284,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R47") (reference "R55")
(unit 1) (unit 1)
) )
) )
@ -2312,7 +2312,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "54cdb84b-64fb-4760-b1b1-cae8616be83e") (uuid "54cdb84b-64fb-4760-b1b1-cae8616be83e")
(property "Reference" "#PWR0111" (property "Reference" "#PWR0106"
(at 84.455 119.38 0) (at 84.455 119.38 0)
(effects (effects
(font (font
@ -2362,7 +2362,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "#PWR0111") (reference "#PWR0106")
(unit 1) (unit 1)
) )
) )
@ -2376,7 +2376,7 @@
) )
(symbol (symbol
(lib_id "power:GND") (lib_id "power:GND")
(at 51.435 88.9 0) (at 51.435 91.44 0)
(unit 1) (unit 1)
(exclude_from_sim no) (exclude_from_sim no)
(in_bom yes) (in_bom yes)
@ -2384,8 +2384,8 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "619c7131-8770-4a19-a8d1-34850eaa2cd9") (uuid "619c7131-8770-4a19-a8d1-34850eaa2cd9")
(property "Reference" "#PWR0110" (property "Reference" "#PWR0105"
(at 51.435 95.25 0) (at 51.435 97.79 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2394,7 +2394,7 @@
) )
) )
(property "Value" "GND" (property "Value" "GND"
(at 51.435 93.345 0) (at 51.435 95.885 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2402,7 +2402,7 @@
) )
) )
(property "Footprint" "" (property "Footprint" ""
(at 51.435 88.9 0) (at 51.435 91.44 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2411,7 +2411,7 @@
) )
) )
(property "Datasheet" "" (property "Datasheet" ""
(at 51.435 88.9 0) (at 51.435 91.44 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2420,7 +2420,7 @@
) )
) )
(property "Description" "Power symbol creates a global label with name \"GND\" , ground" (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 51.435 88.9 0) (at 51.435 91.44 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2434,7 +2434,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "#PWR0110") (reference "#PWR0105")
(unit 1) (unit 1)
) )
) )
@ -2456,7 +2456,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "769a5552-cb1b-483a-908a-9128e7a62d19") (uuid "769a5552-cb1b-483a-908a-9128e7a62d19")
(property "Reference" "#PWR0116" (property "Reference" "#PWR0111"
(at 223.52 133.35 0) (at 223.52 133.35 0)
(effects (effects
(font (font
@ -2506,7 +2506,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "#PWR0116") (reference "#PWR0111")
(unit 1) (unit 1)
) )
) )
@ -2528,7 +2528,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "77a801c6-ff2a-4b80-8df3-48b8b3bdc696") (uuid "77a801c6-ff2a-4b80-8df3-48b8b3bdc696")
(property "Reference" "C80" (property "Reference" "C74"
(at 229.87 88.9 90) (at 229.87 88.9 90)
(effects (effects
(font (font
@ -2580,7 +2580,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "C80") (reference "C74")
(unit 1) (unit 1)
) )
) )
@ -2608,7 +2608,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "7c9f6750-1f7d-403c-b3ab-1e42057b7c93") (uuid "7c9f6750-1f7d-403c-b3ab-1e42057b7c93")
(property "Reference" "R48" (property "Reference" "R56"
(at 86.995 106.045 0) (at 86.995 106.045 0)
(effects (effects
(font (font
@ -2662,7 +2662,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R48") (reference "R56")
(unit 1) (unit 1)
) )
) )
@ -2690,7 +2690,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "7dff73af-4e99-42e5-9566-c00b0f0cd296") (uuid "7dff73af-4e99-42e5-9566-c00b0f0cd296")
(property "Reference" "#PWR0115" (property "Reference" "#PWR0110"
(at 223.52 91.44 0) (at 223.52 91.44 0)
(effects (effects
(font (font
@ -2740,7 +2740,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "#PWR0115") (reference "#PWR0110")
(unit 1) (unit 1)
) )
) )
@ -2866,7 +2866,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "95f19766-321e-465c-a973-e78b264c9cc3") (uuid "95f19766-321e-465c-a973-e78b264c9cc3")
(property "Reference" "R52" (property "Reference" "R60"
(at 204.47 92.075 0) (at 204.47 92.075 0)
(effects (effects
(font (font
@ -2920,7 +2920,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R52") (reference "R60")
(unit 1) (unit 1)
) )
) )
@ -2947,7 +2947,7 @@
(on_board yes) (on_board yes)
(dnp no) (dnp no)
(uuid "9b083a6e-f59d-4888-a3b2-1b84231ae236") (uuid "9b083a6e-f59d-4888-a3b2-1b84231ae236")
(property "Reference" "R49" (property "Reference" "R57"
(at 127.635 86.995 0) (at 127.635 86.995 0)
(effects (effects
(font (font
@ -3009,7 +3009,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R49") (reference "R57")
(unit 1) (unit 1)
) )
) )
@ -3126,7 +3126,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "aeb5d736-fc03-4f11-89ba-02348cfd4b28") (uuid "aeb5d736-fc03-4f11-89ba-02348cfd4b28")
(property "Reference" "R54" (property "Reference" "R62"
(at 250.19 102.87 90) (at 250.19 102.87 90)
(effects (effects
(font (font
@ -3178,7 +3178,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R54") (reference "R62")
(unit 1) (unit 1)
) )
) )
@ -3206,7 +3206,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "b2e5ba2c-536e-4986-8492-036b633a9c5d") (uuid "b2e5ba2c-536e-4986-8492-036b633a9c5d")
(property "Reference" "R53" (property "Reference" "R61"
(at 204.47 118.745 0) (at 204.47 118.745 0)
(effects (effects
(font (font
@ -3260,7 +3260,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R53") (reference "R61")
(unit 1) (unit 1)
) )
) )
@ -3280,7 +3280,7 @@
) )
(symbol (symbol
(lib_id "Connector_Generic:Conn_01x03") (lib_id "Connector_Generic:Conn_01x03")
(at 42.545 81.28 0) (at 42.545 83.82 0)
(mirror y) (mirror y)
(unit 1) (unit 1)
(exclude_from_sim no) (exclude_from_sim no)
@ -3289,15 +3289,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "b32aa3f0-26c8-4858-899f-2f1e29473b3f") (uuid "b32aa3f0-26c8-4858-899f-2f1e29473b3f")
(property "Reference" "J9" (property "Reference" "J7"
(at 42.545 73.66 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "Type_2_EV_Charger"
(at 42.545 76.2 0) (at 42.545 76.2 0)
(effects (effects
(font (font
@ -3305,8 +3297,16 @@
) )
) )
) )
(property "Value" "Type_2_EV_Charger"
(at 42.545 78.74 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_3p_vertical" (property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_3p_vertical"
(at 42.545 81.28 0) (at 42.545 83.82 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -3315,7 +3315,7 @@
) )
) )
(property "Datasheet" "~" (property "Datasheet" "~"
(at 42.545 81.28 0) (at 42.545 83.82 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -3324,7 +3324,7 @@
) )
) )
(property "Description" "" (property "Description" ""
(at 42.545 81.28 0) (at 42.545 83.82 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -3344,7 +3344,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "J9") (reference "J7")
(unit 1) (unit 1)
) )
) )
@ -3372,7 +3372,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "b86b2c5a-acae-4759-91ea-d02861a160de") (uuid "b86b2c5a-acae-4759-91ea-d02861a160de")
(property "Reference" "#PWR0117" (property "Reference" "#PWR0112"
(at 238.76 102.87 0) (at 238.76 102.87 0)
(effects (effects
(font (font
@ -3422,7 +3422,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "#PWR0117") (reference "#PWR0112")
(unit 1) (unit 1)
) )
) )
@ -3444,7 +3444,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "c0c14ebe-d2c3-4be9-81a8-57bd28b64b61") (uuid "c0c14ebe-d2c3-4be9-81a8-57bd28b64b61")
(property "Reference" "#PWR0112" (property "Reference" "#PWR0107"
(at 125.095 119.38 0) (at 125.095 119.38 0)
(effects (effects
(font (font
@ -3494,7 +3494,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "#PWR0112") (reference "#PWR0107")
(unit 1) (unit 1)
) )
) )
@ -3516,7 +3516,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "ce96b0a2-49cd-4082-a219-adfa0805d650") (uuid "ce96b0a2-49cd-4082-a219-adfa0805d650")
(property "Reference" "R51" (property "Reference" "R59"
(at 164.465 107.315 0) (at 164.465 107.315 0)
(effects (effects
(font (font
@ -3570,7 +3570,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R51") (reference "R59")
(unit 1) (unit 1)
) )
) )
@ -3597,7 +3597,7 @@
(on_board yes) (on_board yes)
(dnp no) (dnp no)
(uuid "d74ac0d6-e10b-40dc-9fd0-e1392c07597a") (uuid "d74ac0d6-e10b-40dc-9fd0-e1392c07597a")
(property "Reference" "R46" (property "Reference" "R54"
(at 55.88 43.815 0) (at 55.88 43.815 0)
(effects (effects
(font (font
@ -3660,7 +3660,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R46") (reference "R54")
(unit 1) (unit 1)
) )
) )
@ -3688,7 +3688,7 @@
(on_board yes) (on_board yes)
(dnp no) (dnp no)
(uuid "d8475ca1-322c-4ace-acbb-6eed794d2c6b") (uuid "d8475ca1-322c-4ace-acbb-6eed794d2c6b")
(property "Reference" "J10" (property "Reference" "J8"
(at 117.475 102.235 0) (at 117.475 102.235 0)
(effects (effects
(font (font
@ -3706,7 +3706,7 @@
(justify left) (justify left)
) )
) )
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_2p_vertical"
(at 120.015 101.6 0) (at 120.015 101.6 0)
(effects (effects
(font (font
@ -3742,7 +3742,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "J10") (reference "J8")
(unit 1) (unit 1)
) )
) )
@ -3770,7 +3770,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "da14ee63-11b6-424e-b731-6b77857b232d") (uuid "da14ee63-11b6-424e-b731-6b77857b232d")
(property "Reference" "#PWR0113" (property "Reference" "#PWR0108"
(at 161.925 119.38 0) (at 161.925 119.38 0)
(effects (effects
(font (font
@ -3820,7 +3820,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "#PWR0113") (reference "#PWR0108")
(unit 1) (unit 1)
) )
) )
@ -3842,7 +3842,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "e68782d4-3ad6-47e7-a5ca-8c62b160e92c") (uuid "e68782d4-3ad6-47e7-a5ca-8c62b160e92c")
(property "Reference" "#PWR0114" (property "Reference" "#PWR0109"
(at 201.93 90.17 0) (at 201.93 90.17 0)
(effects (effects
(font (font
@ -3892,7 +3892,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "#PWR0114") (reference "#PWR0109")
(unit 1) (unit 1)
) )
) )
@ -3920,7 +3920,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "fcb912e5-e32c-4dc6-ace5-99a88444df5f") (uuid "fcb912e5-e32c-4dc6-ace5-99a88444df5f")
(property "Reference" "R50" (property "Reference" "R58"
(at 154.305 96.52 90) (at 154.305 96.52 90)
(effects (effects
(font (font
@ -3972,7 +3972,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/821f8254-7e97-454c-9aee-86b4ab099a85"
(reference "R50") (reference "R58")
(unit 1) (unit 1)
) )
) )

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2010,7 +2010,7 @@
) )
(wire (wire
(pts (pts
(xy 221.615 135.89) (xy 225.425 135.89) (xy 237.49 130.175) (xy 241.3 130.175)
) )
(stroke (stroke
(width 0) (width 0)
@ -2040,7 +2040,7 @@
) )
(wire (wire
(pts (pts
(xy 207.01 135.89) (xy 211.455 135.89) (xy 222.885 130.175) (xy 227.33 130.175)
) )
(stroke (stroke
(width 0) (width 0)
@ -2564,7 +2564,7 @@
) )
(hierarchical_label "AMS_Reset_in" (hierarchical_label "AMS_Reset_in"
(shape input) (shape input)
(at 207.01 135.89 180) (at 222.885 130.175 180)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2597,7 +2597,7 @@
) )
(hierarchical_label "AMS_Reset_out" (hierarchical_label "AMS_Reset_out"
(shape output) (shape output)
(at 225.425 135.89 0) (at 241.3 130.175 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2616,8 +2616,8 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "10829616-3d40-4b03-8ac1-065465f7fb96") (uuid "10829616-3d40-4b03-8ac1-065465f7fb96")
(property "Reference" "R62" (property "Reference" "R69"
(at 127.635 116.8399 0) (at 127 116.8399 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2625,8 +2625,8 @@
(justify right) (justify right)
) )
) )
(property "Value" "15" (property "Value" "47"
(at 127.635 119.3799 0) (at 127 119.3799 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2670,7 +2670,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "R62") (reference "R69")
(unit 1) (unit 1)
) )
) )
@ -2686,7 +2686,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "1e576e77-c85c-47ac-aa1f-35cd12bacd3f") (uuid "1e576e77-c85c-47ac-aa1f-35cd12bacd3f")
(property "Reference" "R57" (property "Reference" "R63"
(at 41.91 138.43 90) (at 41.91 138.43 90)
(effects (effects
(font (font
@ -2738,7 +2738,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "R57") (reference "R63")
(unit 1) (unit 1)
) )
) )
@ -2754,7 +2754,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "1f7f834f-ad04-47b0-b2b6-5c328e9ba2dc") (uuid "1f7f834f-ad04-47b0-b2b6-5c328e9ba2dc")
(property "Reference" "R58" (property "Reference" "R64"
(at 52.07 149.2249 0) (at 52.07 149.2249 0)
(effects (effects
(font (font
@ -2808,7 +2808,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "R58") (reference "R64")
(unit 1) (unit 1)
) )
) )
@ -2825,7 +2825,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "268d80c9-c586-4a35-94d5-c845c74e72e4") (uuid "268d80c9-c586-4a35-94d5-c845c74e72e4")
(property "Reference" "#PWR0118" (property "Reference" "#PWR0117"
(at 66.675 64.135 0) (at 66.675 64.135 0)
(effects (effects
(font (font
@ -2876,7 +2876,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0118") (reference "#PWR0117")
(unit 1) (unit 1)
) )
) )
@ -2892,7 +2892,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "2abb90a4-9590-4cdd-a499-90af6c4e71ac") (uuid "2abb90a4-9590-4cdd-a499-90af6c4e71ac")
(property "Reference" "#PWR0123" (property "Reference" "#PWR0118"
(at 109.22 162.56 0) (at 109.22 162.56 0)
(effects (effects
(font (font
@ -2942,7 +2942,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0123") (reference "#PWR0118")
(unit 1) (unit 1)
) )
) )
@ -2958,8 +2958,8 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "34557186-1107-406f-ae00-a57d57f0931e") (uuid "34557186-1107-406f-ae00-a57d57f0931e")
(property "Reference" "R59" (property "Reference" "R66"
(at 67.945 116.2049 0) (at 67.31 116.2049 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -2967,8 +2967,8 @@
(justify right) (justify right)
) )
) )
(property "Value" "15" (property "Value" "47"
(at 67.945 118.7449 0) (at 67.31 118.7449 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -3012,7 +3012,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "R59") (reference "R66")
(unit 1) (unit 1)
) )
) )
@ -3028,7 +3028,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "41a8c5c0-3c54-4aad-a716-93fbdccba27e") (uuid "41a8c5c0-3c54-4aad-a716-93fbdccba27e")
(property "Reference" "R56" (property "Reference" "R70"
(at 168.275 60.9599 0) (at 168.275 60.9599 0)
(effects (effects
(font (font
@ -3082,7 +3082,73 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "R56") (reference "R70")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 246.38 55.245 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "496bd80a-75ec-49d5-955e-af5e49f19deb")
(property "Reference" "#PWR0122"
(at 246.38 61.595 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 246.38 60.325 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 246.38 55.245 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 246.38 55.245 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 246.38 55.245 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "877457b1-382d-45d1-8bfc-a4637c3e939b")
)
(instances
(project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0122")
(unit 1) (unit 1)
) )
) )
@ -3098,7 +3164,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "49c0326a-ffd8-4fd4-a248-7f7a8a53142f") (uuid "49c0326a-ffd8-4fd4-a248-7f7a8a53142f")
(property "Reference" "#PWR0121" (property "Reference" "#PWR0115"
(at 65.405 115.57 0) (at 65.405 115.57 0)
(effects (effects
(font (font
@ -3148,7 +3214,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0121") (reference "#PWR0115")
(unit 1) (unit 1)
) )
) )
@ -3182,7 +3248,7 @@
(justify left) (justify left)
) )
) )
(property "Footprint" "" (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3"
(at 67.945 141.605 0) (at 67.945 141.605 0)
(effects (effects
(font (font
@ -3264,7 +3330,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "525616fc-dfda-4957-9f37-388e090b4654") (uuid "525616fc-dfda-4957-9f37-388e090b4654")
(property "Reference" "R60" (property "Reference" "R67"
(at 102.235 138.43 90) (at 102.235 138.43 90)
(effects (effects
(font (font
@ -3316,7 +3382,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "R60") (reference "R67")
(unit 1) (unit 1)
) )
) )
@ -3332,7 +3398,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "5718b626-8c49-41fb-a6f2-d48783311526") (uuid "5718b626-8c49-41fb-a6f2-d48783311526")
(property "Reference" "JP4" (property "Reference" "JP3"
(at 145.415 33.655 0) (at 145.415 33.655 0)
(effects (effects
(font (font
@ -3384,7 +3450,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "JP4") (reference "JP3")
(unit 1) (unit 1)
) )
) )
@ -3400,7 +3466,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "5ccb30e5-d362-4732-a82e-c2799bf1d6af") (uuid "5ccb30e5-d362-4732-a82e-c2799bf1d6af")
(property "Reference" "#PWR0120" (property "Reference" "#PWR0114"
(at 49.53 161.925 0) (at 49.53 161.925 0)
(effects (effects
(font (font
@ -3450,7 +3516,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0120") (reference "#PWR0114")
(unit 1) (unit 1)
) )
) )
@ -3467,7 +3533,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "6a3932a4-95b5-4f08-a773-e454a06a6a70") (uuid "6a3932a4-95b5-4f08-a773-e454a06a6a70")
(property "Reference" "R55" (property "Reference" "R65"
(at 60.96 60.325 90) (at 60.96 60.325 90)
(effects (effects
(font (font
@ -3519,7 +3585,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "R55") (reference "R65")
(unit 1) (unit 1)
) )
) )
@ -3605,7 +3671,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "77b7b38e-c9b1-4bed-b3ae-78257fb49100") (uuid "77b7b38e-c9b1-4bed-b3ae-78257fb49100")
(property "Reference" "R61" (property "Reference" "R68"
(at 111.76 149.8599 0) (at 111.76 149.8599 0)
(effects (effects
(font (font
@ -3659,7 +3725,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "R61") (reference "R68")
(unit 1) (unit 1)
) )
) )
@ -3745,7 +3811,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "7cbc417a-9e83-45eb-8cac-c589b1a72d32") (uuid "7cbc417a-9e83-45eb-8cac-c589b1a72d32")
(property "Reference" "#PWR0122" (property "Reference" "#PWR0116"
(at 65.405 161.925 0) (at 65.405 161.925 0)
(effects (effects
(font (font
@ -3795,7 +3861,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0122") (reference "#PWR0116")
(unit 1) (unit 1)
) )
) )
@ -3811,7 +3877,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "927d1044-c07b-464e-9c35-c6a3c28a0fad") (uuid "927d1044-c07b-464e-9c35-c6a3c28a0fad")
(property "Reference" "SW5" (property "Reference" "SW4"
(at 120.65 32.385 0) (at 120.65 32.385 0)
(effects (effects
(font (font
@ -3863,7 +3929,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "SW5") (reference "SW4")
(unit 1) (unit 1)
) )
) )
@ -3879,7 +3945,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "92d7ac1a-e918-4b2e-8dac-da3f44afeda6") (uuid "92d7ac1a-e918-4b2e-8dac-da3f44afeda6")
(property "Reference" "#PWR0125" (property "Reference" "#PWR0120"
(at 125.095 162.56 0) (at 125.095 162.56 0)
(effects (effects
(font (font
@ -3929,7 +3995,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0125") (reference "#PWR0120")
(unit 1) (unit 1)
) )
) )
@ -3963,7 +4029,7 @@
(justify left) (justify left)
) )
) )
(property "Footprint" "" (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3"
(at 127.635 142.24 0) (at 127.635 142.24 0)
(effects (effects
(font (font
@ -4045,7 +4111,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "9c5155b5-13c3-430d-a4c7-d425ac2d8332") (uuid "9c5155b5-13c3-430d-a4c7-d425ac2d8332")
(property "Reference" "#PWR0172" (property "Reference" "#PWR0113"
(at 39.37 38.1 0) (at 39.37 38.1 0)
(effects (effects
(font (font
@ -4095,7 +4161,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0172") (reference "#PWR0113")
(unit 1) (unit 1)
) )
) )
@ -4111,7 +4177,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "b364e284-f798-4392-b5ef-c4debc0f81d1") (uuid "b364e284-f798-4392-b5ef-c4debc0f81d1")
(property "Reference" "#PWR0124" (property "Reference" "#PWR0119"
(at 125.095 116.205 0) (at 125.095 116.205 0)
(effects (effects
(font (font
@ -4161,7 +4227,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0124") (reference "#PWR0119")
(unit 1) (unit 1)
) )
) )
@ -4176,7 +4242,7 @@
(on_board yes) (on_board yes)
(dnp no) (dnp no)
(uuid "be4c5135-02ce-49dc-bbae-cc5cbb16de59") (uuid "be4c5135-02ce-49dc-bbae-cc5cbb16de59")
(property "Reference" "U12" (property "Reference" "U9"
(at 46.99 48.2601 90) (at 46.99 48.2601 90)
(effects (effects
(font (font
@ -4242,7 +4308,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "U12") (reference "U9")
(unit 1) (unit 1)
) )
) )
@ -4250,7 +4316,7 @@
) )
(symbol (symbol
(lib_id "Switch:SW_Push") (lib_id "Switch:SW_Push")
(at 216.535 135.89 0) (at 232.41 130.175 0)
(unit 1) (unit 1)
(exclude_from_sim no) (exclude_from_sim no)
(in_bom yes) (in_bom yes)
@ -4258,8 +4324,8 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "cd2fac89-1b09-4cec-8d86-da71d221cac8") (uuid "cd2fac89-1b09-4cec-8d86-da71d221cac8")
(property "Reference" "SW2" (property "Reference" "SW5"
(at 216.535 128.27 0) (at 232.41 122.555 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -4267,7 +4333,7 @@
) )
) )
(property "Value" "SW_Push" (property "Value" "SW_Push"
(at 216.535 130.81 0) (at 232.41 125.095 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -4275,7 +4341,7 @@
) )
) )
(property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_2p_vertical" (property "Footprint" "FaSTTUBe_connectors:Micro_Mate-N-Lok_2p_vertical"
(at 216.535 130.81 0) (at 232.41 125.095 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -4284,7 +4350,7 @@
) )
) )
(property "Datasheet" "~" (property "Datasheet" "~"
(at 216.535 130.81 0) (at 232.41 125.095 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -4293,7 +4359,7 @@
) )
) )
(property "Description" "Push button switch, generic, two pins" (property "Description" "Push button switch, generic, two pins"
(at 216.535 135.89 0) (at 232.41 130.175 0)
(effects (effects
(font (font
(size 1.27 1.27) (size 1.27 1.27)
@ -4310,7 +4376,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "SW2") (reference "SW5")
(unit 1) (unit 1)
) )
) )
@ -4326,7 +4392,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "d475eb5b-2068-44bb-aeda-0a4ce972a47a") (uuid "d475eb5b-2068-44bb-aeda-0a4ce972a47a")
(property "Reference" "J15" (property "Reference" "J9"
(at 248.92 47.9805 0) (at 248.92 47.9805 0)
(effects (effects
(font (font
@ -4383,7 +4449,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "J15") (reference "J9")
(unit 1) (unit 1)
) )
) )
@ -4399,7 +4465,7 @@
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "f7356799-cf4b-4702-8456-a054094ac21e") (uuid "f7356799-cf4b-4702-8456-a054094ac21e")
(property "Reference" "#PWR0119" (property "Reference" "#PWR0121"
(at 165.735 74.295 0) (at 165.735 74.295 0)
(effects (effects
(font (font
@ -4449,7 +4515,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "#PWR0119") (reference "#PWR0121")
(unit 1) (unit 1)
) )
) )
@ -4464,7 +4530,7 @@
(on_board yes) (on_board yes)
(dnp no) (dnp no)
(uuid "ff3ebea8-0c86-4426-a3e1-baf312f7be57") (uuid "ff3ebea8-0c86-4426-a3e1-baf312f7be57")
(property "Reference" "U13" (property "Reference" "U10"
(at 168.275 46.355 0) (at 168.275 46.355 0)
(effects (effects
(font (font
@ -4530,7 +4596,7 @@
(instances (instances
(project "FT25-Charger" (project "FT25-Charger"
(path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc" (path "/0dca9b66-f638-4727-874b-1b91b6921c17/75c94037-2217-4879-97cf-1bc2976ef0dc"
(reference "U13") (reference "U10")
(unit 1) (unit 1)
) )
) )

File diff suppressed because it is too large Load Diff

View File

@ -23,9 +23,10 @@ Mcu.IP0=CORTEX_M7
Mcu.IP1=DEBUG Mcu.IP1=DEBUG
Mcu.IP10=SDMMC2 Mcu.IP10=SDMMC2
Mcu.IP11=SYS Mcu.IP11=SYS
Mcu.IP12=UART5 Mcu.IP12=TIM3
Mcu.IP13=USART2 Mcu.IP13=UART5
Mcu.IP14=USB_OTG_FS Mcu.IP14=USART2
Mcu.IP15=USB_OTG_FS
Mcu.IP2=ETH Mcu.IP2=ETH
Mcu.IP3=FDCAN1 Mcu.IP3=FDCAN1
Mcu.IP4=FMC Mcu.IP4=FMC
@ -34,14 +35,18 @@ Mcu.IP6=LTDC
Mcu.IP7=MEMORYMAP Mcu.IP7=MEMORYMAP
Mcu.IP8=NVIC Mcu.IP8=NVIC
Mcu.IP9=RCC Mcu.IP9=RCC
Mcu.IPNb=15 Mcu.IPNb=16
Mcu.Name=STM32H753IITx Mcu.Name=STM32H753IITx
Mcu.Package=LQFP176 Mcu.Package=LQFP176
Mcu.Pin0=PE4 Mcu.Pin0=PE4
Mcu.Pin1=PE5 Mcu.Pin1=PE5
Mcu.Pin10=PF2 Mcu.Pin10=PF2
Mcu.Pin100=VP_SYS_VS_Systick Mcu.Pin100=PE1
Mcu.Pin101=VP_MEMORYMAP_VS_MEMORYMAP Mcu.Pin101=PI4
Mcu.Pin102=PI5
Mcu.Pin103=VP_SYS_VS_Systick
Mcu.Pin104=VP_TIM3_VS_ClockSourceINT
Mcu.Pin105=VP_MEMORYMAP_VS_MEMORYMAP
Mcu.Pin11=PF3 Mcu.Pin11=PF3
Mcu.Pin12=PF4 Mcu.Pin12=PF4
Mcu.Pin13=PF5 Mcu.Pin13=PF5
@ -108,38 +113,38 @@ Mcu.Pin68=PG6
Mcu.Pin69=PG7 Mcu.Pin69=PG7
Mcu.Pin7=PI11 Mcu.Pin7=PI11
Mcu.Pin70=PG8 Mcu.Pin70=PG8
Mcu.Pin71=PC9 Mcu.Pin71=PC6
Mcu.Pin72=PA8 Mcu.Pin72=PC7
Mcu.Pin73=PA9 Mcu.Pin73=PC8
Mcu.Pin74=PA11 Mcu.Pin74=PC9
Mcu.Pin75=PA12 Mcu.Pin75=PA8
Mcu.Pin76=PA13 (JTMS/SWDIO) Mcu.Pin76=PA9
Mcu.Pin77=PH13 Mcu.Pin77=PA11
Mcu.Pin78=PH14 Mcu.Pin78=PA12
Mcu.Pin79=PI2 Mcu.Pin79=PA13 (JTMS/SWDIO)
Mcu.Pin8=PF0 Mcu.Pin8=PF0
Mcu.Pin80=PA14 (JTCK/SWCLK) Mcu.Pin80=PH13
Mcu.Pin81=PC12 Mcu.Pin81=PH14
Mcu.Pin82=PD0 Mcu.Pin82=PI2
Mcu.Pin83=PD1 Mcu.Pin83=PA14 (JTCK/SWCLK)
Mcu.Pin84=PD2 Mcu.Pin84=PC12
Mcu.Pin85=PD5 Mcu.Pin85=PD0
Mcu.Pin86=PD6 Mcu.Pin86=PD1
Mcu.Pin87=PG11 Mcu.Pin87=PD2
Mcu.Pin88=PG12 Mcu.Pin88=PD5
Mcu.Pin89=PG15 Mcu.Pin89=PD6
Mcu.Pin9=PF1 Mcu.Pin9=PF1
Mcu.Pin90=PB3 (JTDO/TRACESWO) Mcu.Pin90=PG11
Mcu.Pin91=PB4 (NJTRST) Mcu.Pin91=PG12
Mcu.Pin92=PB6 Mcu.Pin92=PG15
Mcu.Pin93=PB7 Mcu.Pin93=PB3 (JTDO/TRACESWO)
Mcu.Pin94=PB8 Mcu.Pin94=PB4 (NJTRST)
Mcu.Pin95=PB9 Mcu.Pin95=PB6
Mcu.Pin96=PE0 Mcu.Pin96=PB7
Mcu.Pin97=PE1 Mcu.Pin97=PB8
Mcu.Pin98=PI4 Mcu.Pin98=PB9
Mcu.Pin99=PI5 Mcu.Pin99=PE0
Mcu.PinsNb=102 Mcu.PinsNb=106
Mcu.ThirdPartyNb=0 Mcu.ThirdPartyNb=0
Mcu.UserConstants= Mcu.UserConstants=
Mcu.UserName=STM32H753IITx Mcu.UserName=STM32H753IITx
@ -230,6 +235,9 @@ PC4.Mode=RMII
PC4.Signal=ETH_RXD0 PC4.Signal=ETH_RXD0
PC5.Mode=RMII PC5.Mode=RMII
PC5.Signal=ETH_RXD1 PC5.Signal=ETH_RXD1
PC6.Signal=S_TIM3_CH1
PC7.Signal=S_TIM3_CH2
PC8.Signal=S_TIM3_CH3
PC9.Mode=RGB888 PC9.Mode=RGB888
PC9.Signal=LTDC_B2 PC9.Signal=LTDC_B2
PD0.Signal=FMC_D2_DA2 PD0.Signal=FMC_D2_DA2
@ -350,7 +358,7 @@ ProjectManager.ToolChainLocation=
ProjectManager.UAScriptAfterPath= ProjectManager.UAScriptAfterPath=
ProjectManager.UAScriptBeforePath= ProjectManager.UAScriptBeforePath=
ProjectManager.UnderRoot=false ProjectManager.UnderRoot=false
ProjectManager.functionlistsort=1-SystemClock_Config-RCC-false-HAL-false,2-MX_GPIO_Init-GPIO-false-HAL-true,3-MX_LTDC_Init-LTDC-false-HAL-true,4-MX_ETH_Init-ETH-false-HAL-true,5-MX_FDCAN1_Init-FDCAN1-false-HAL-true,6-MX_SDMMC2_SD_Init-SDMMC2-false-HAL-true,7-MX_UART5_Init-UART5-false-HAL-true,8-MX_FMC_Init-FMC-false-HAL-true,9-MX_USART2_UART_Init-USART2-false-HAL-true,10-MX_USB_OTG_FS_USB_Init-USB_OTG_FS-false-HAL-true,11-MX_I2C1_Init-I2C1-false-HAL-true,0-MX_CORTEX_M7_Init-CORTEX_M7-false-HAL-true ProjectManager.functionlistsort=1-SystemClock_Config-RCC-false-HAL-false,2-MX_GPIO_Init-GPIO-false-HAL-true,3-MX_LTDC_Init-LTDC-false-HAL-true,4-MX_ETH_Init-ETH-false-HAL-true,5-MX_FDCAN1_Init-FDCAN1-false-HAL-true,6-MX_SDMMC2_SD_Init-SDMMC2-false-HAL-true,7-MX_UART5_Init-UART5-false-HAL-true,8-MX_FMC_Init-FMC-false-HAL-true,9-MX_USART2_UART_Init-USART2-false-HAL-true,10-MX_USB_OTG_FS_PCD_Init-USB_OTG_FS-false-HAL-true,11-MX_I2C1_Init-I2C1-false-HAL-true,0-MX_CORTEX_M7_Init-CORTEX_M7-false-HAL-true
RCC.ADCFreq_Value=50390625 RCC.ADCFreq_Value=50390625
RCC.AHB12Freq_Value=64000000 RCC.AHB12Freq_Value=64000000
RCC.AHB4Freq_Value=64000000 RCC.AHB4Freq_Value=64000000
@ -503,6 +511,16 @@ SH.FMC_SDNRAS.0=FMC_SDNRAS,13b-sda1
SH.FMC_SDNRAS.ConfNb=1 SH.FMC_SDNRAS.ConfNb=1
SH.FMC_SDNWE.0=FMC_SDNWE,13b-sda1 SH.FMC_SDNWE.0=FMC_SDNWE,13b-sda1
SH.FMC_SDNWE.ConfNb=1 SH.FMC_SDNWE.ConfNb=1
SH.S_TIM3_CH1.0=TIM3_CH1,PWM Generation1 CH1
SH.S_TIM3_CH1.ConfNb=1
SH.S_TIM3_CH2.0=TIM3_CH2,PWM Generation2 CH2
SH.S_TIM3_CH2.ConfNb=1
SH.S_TIM3_CH3.0=TIM3_CH3,PWM Generation3 CH3
SH.S_TIM3_CH3.ConfNb=1
TIM3.Channel-PWM\ Generation1\ CH1=TIM_CHANNEL_1
TIM3.Channel-PWM\ Generation2\ CH2=TIM_CHANNEL_2
TIM3.Channel-PWM\ Generation3\ CH3=TIM_CHANNEL_3
TIM3.IPParameters=Channel-PWM Generation1 CH1,Channel-PWM Generation2 CH2,Channel-PWM Generation3 CH3
USART2.IPParameters=VirtualMode-Asynchronous USART2.IPParameters=VirtualMode-Asynchronous
USART2.VirtualMode-Asynchronous=VM_ASYNC USART2.VirtualMode-Asynchronous=VM_ASYNC
USB_OTG_FS.IPParameters=VirtualMode USB_OTG_FS.IPParameters=VirtualMode
@ -511,4 +529,6 @@ VP_MEMORYMAP_VS_MEMORYMAP.Mode=CurAppReg
VP_MEMORYMAP_VS_MEMORYMAP.Signal=MEMORYMAP_VS_MEMORYMAP VP_MEMORYMAP_VS_MEMORYMAP.Signal=MEMORYMAP_VS_MEMORYMAP
VP_SYS_VS_Systick.Mode=SysTick VP_SYS_VS_Systick.Mode=SysTick
VP_SYS_VS_Systick.Signal=SYS_VS_Systick VP_SYS_VS_Systick.Signal=SYS_VS_Systick
VP_TIM3_VS_ClockSourceINT.Mode=Internal
VP_TIM3_VS_ClockSourceINT.Signal=TIM3_VS_ClockSourceINT
board=custom board=custom