From f4d522707eea2dde174bc0206af7d835bd0ae2e9 Mon Sep 17 00:00:00 2001 From: lmills Date: Sun, 17 Aug 2025 22:29:10 +0200 Subject: [PATCH] test message --- dcdc-converters.kicad_sch | 52 + filters-and-mixer.kicad_sch | 8 + iq-demodulator.kicad_sch | 8 + link25.kicad_prl | 89 +- link25.kicad_pro | 372 +- link25.kicad_sch | 950 +++- local-oscillators.kicad_sch | 8 + microcontroller.kicad_sch | 6827 +++++++++++++++++++++++++++++ netword-interface.kicad_sch | 8 + network-dcdc-converters.kicad_sch | 8 + video-bridge.kicad_sch | 6779 ++++++++++++++++++++++++++++ 11 files changed, 15064 insertions(+), 45 deletions(-) create mode 100644 dcdc-converters.kicad_sch create mode 100644 filters-and-mixer.kicad_sch create mode 100644 iq-demodulator.kicad_sch create mode 100644 local-oscillators.kicad_sch create mode 100644 microcontroller.kicad_sch create mode 100644 netword-interface.kicad_sch create mode 100644 network-dcdc-converters.kicad_sch create mode 100644 video-bridge.kicad_sch diff --git a/dcdc-converters.kicad_sch b/dcdc-converters.kicad_sch new file mode 100644 index 0000000..57819ff --- /dev/null +++ b/dcdc-converters.kicad_sch @@ -0,0 +1,52 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "5dd18a99-2721-4540-abe1-57be696f9f68") + (paper "A4") + (lib_symbols) + (hierarchical_label "3V3DC" + (shape output) + (at 190.5 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "125b72a5-12cc-4e05-a0a9-e07ce4821b52") + ) + (hierarchical_label "1V8DC" + (shape output) + (at 190.5 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "166c49a1-7632-4a9d-a113-93991e9cc8bd") + ) + (hierarchical_label "5VDC" + (shape input) + (at 127 76.2 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "24f91965-7495-43a3-9857-5929e5cc4633") + ) + (hierarchical_label "GND" + (shape output) + (at 190.5 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "aae5c93c-e0d6-4b30-8a42-9099faacb938") + ) +) diff --git a/filters-and-mixer.kicad_sch b/filters-and-mixer.kicad_sch new file mode 100644 index 0000000..dd82a2e --- /dev/null +++ b/filters-and-mixer.kicad_sch @@ -0,0 +1,8 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "aa686b5b-8fa1-4627-a50d-ea535aa72de2") + (paper "A4") + (lib_symbols) +) diff --git a/iq-demodulator.kicad_sch b/iq-demodulator.kicad_sch new file mode 100644 index 0000000..834e729 --- /dev/null +++ b/iq-demodulator.kicad_sch @@ -0,0 +1,8 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "137c83cf-2e91-4bf1-b406-1d560eeae6f8") + (paper "A4") + (lib_symbols) +) diff --git a/link25.kicad_prl b/link25.kicad_prl index de5f261..a4e075f 100644 --- a/link25.kicad_prl +++ b/link25.kicad_prl @@ -10,6 +10,7 @@ "opacity": { "images": 0.6, "pads": 1.0, + "shapes": 1.0, "tracks": 1.0, "vias": 1.0, "zones": 0.6 @@ -28,43 +29,27 @@ "zones": true }, "visible_items": [ - 0, - 1, - 2, - 3, - 4, - 5, - 8, - 9, - 10, - 11, - 12, - 13, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 32, - 33, - 34, - 35, - 36, - 39, - 40 + "vias", + "footprint_text", + "footprint_anchors", + "ratsnest", + "grid", + "footprints_front", + "footprints_back", + "footprint_values", + "footprint_references", + "tracks", + "drc_errors", + "drawing_sheet", + "bitmaps", + "pads", + "zones", + "drc_warnings", + "locked_item_shadows", + "conflict_shadows", + "shapes" ], - "visible_layers": "fffffff_ffffffff", + "visible_layers": "00000000_00000000_0fffffff_ffffffff", "zone_display_mode": 0 }, "git": { @@ -75,9 +60,39 @@ }, "meta": { "filename": "link25.kicad_prl", - "version": 3 + "version": 5 }, + "net_inspector_panel": { + "col_hidden": [], + "col_order": [], + "col_widths": [], + "custom_group_rules": [], + "expanded_rows": [], + "filter_by_net_name": true, + "filter_by_netclass": true, + "filter_text": "", + "group_by_constraint": false, + "group_by_netclass": false, + "show_unconnected_nets": false, + "show_zero_pad_nets": false, + "sort_ascending": true, + "sorting_column": -1 + }, + "open_jobsets": [], "project": { "files": [] + }, + "schematic": { + "selection_filter": { + "graphics": true, + "images": true, + "labels": true, + "lockedItems": false, + "otherItems": true, + "pins": true, + "symbols": true, + "text": true, + "wires": true + } } } diff --git a/link25.kicad_pro b/link25.kicad_pro index ef7facc..d4729a5 100644 --- a/link25.kicad_pro +++ b/link25.kicad_pro @@ -16,6 +16,7 @@ "mfg": "", "mpn": "" }, + "layer_pairs": [], "layer_presets": [], "viewports": [] }, @@ -23,13 +24,233 @@ "cvpcb": { "equivalence_files": [] }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", + "extra_units": "error", + "footprint_filter": "ignore", + "footprint_link_issues": "warning", + "four_way_junction": "ignore", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "label_multiple_wires": "warning", + "lib_symbol_issues": "warning", + "lib_symbol_mismatch": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "same_local_global_label": "warning", + "similar_label_and_power": "warning", + "similar_labels": "warning", + "similar_power": "warning", + "simulation_model_issue": "ignore", + "single_global_label": "ignore", + "unannotated": "error", + "unconnected_wire_endpoint": "warning", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, "libraries": { "pinned_footprint_libs": [], "pinned_symbol_libs": [] }, "meta": { "filename": "link25.kicad_pro", - "version": 1 + "version": 3 }, "net_settings": { "classes": [ @@ -44,6 +265,7 @@ "microvia_drill": 0.1, "name": "Default", "pcb_color": "rgba(0, 0, 0, 0.000)", + "priority": 2147483647, "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.2, "via_diameter": 0.6, @@ -52,7 +274,7 @@ } ], "meta": { - "version": 3 + "version": 4 }, "net_colors": null, "netclass_assignments": null, @@ -73,9 +295,151 @@ "page_layout_descr_file": "" }, "schematic": { + "annotate_start_num": 0, + "bom_export_filename": "${PROJECTNAME}.csv", + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + }, + { + "group_by": true, + "label": "Exclude from BOM", + "name": "${EXCLUDE_FROM_BOM}", + "show": true + }, + { + "group_by": true, + "label": "Exclude from Board", + "name": "${EXCLUDE_FROM_BOARD}", + "show": true + }, + { + "group_by": true, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "include_excluded_from_bom": true, + "name": "Default Editing", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, + "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, + "pin_symbol_size": 25.0, + "text_offset_ratio": 0.15 + }, "legacy_lib_dir": "", - "legacy_lib_list": [] + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "page_layout_descr_file": "", + "plot_directory": "", + "space_save_all_events": true, + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 }, - "sheets": [], + "sheets": [ + [ + "d42bb10e-f553-4286-bd56-d656ab337d79", + "Root" + ], + [ + "fa2dd019-5212-49d8-bdd7-bd2aad8951c7", + "dcdc-converters" + ], + [ + "de20eaf6-4c53-4ebb-8954-a1ae739fa3b0", + "video-bridge" + ], + [ + "77a4529d-f4ef-4179-a681-b99376da0620", + "network-interface" + ], + [ + "8146486c-9f00-4189-814c-3cea7be0e1e5", + "microcontroller" + ], + [ + "1c04b6b2-fbdd-4308-9a79-75320171a63d", + "iq-demodulator" + ], + [ + "e9c51d0f-3ccd-462a-b019-512abb567ec1", + "filters-and-mixer" + ], + [ + "1fcf45b8-47fd-4f44-a11e-7140273c0b89", + "local-oscillators" + ] + ], "text_variables": {} } diff --git a/link25.kicad_sch b/link25.kicad_sch index 6f60745..6ae5642 100644 --- a/link25.kicad_sch +++ b/link25.kicad_sch @@ -1,5 +1,947 @@ -(kicad_sch (version 20231120) (generator "eeschema") (generator_version "8.0") - (paper "A4") - (lib_symbols) - (symbol_instances) +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "d42bb10e-f553-4286-bd56-d656ab337d79") + (paper "A4") + (lib_symbols + (symbol "Power:GND" + (power) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 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 \"GND\" , ground" + (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 "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + ) + (text "Camera\n1x3 Header" + (exclude_from_sim no) + (at 28.194 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "07d7d46a-ee1c-49c1-b76b-4f38f0b5b8bc") + ) + (text "Drone Side\n\nNetwork Side" + (exclude_from_sim no) + (at 266.7 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "1bbb54fe-8c8e-4dcd-9e41-fcabc56e8d35") + ) + (text "Drone Side\n\nNetwork Side" + (exclude_from_sim no) + (at 25.654 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "4fdfe3d5-d80f-49f5-9634-fcb3aa13c23e") + ) + (text "5V Input\nUSB-C" + (exclude_from_sim no) + (at 30.48 178.054 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "591130dc-e8db-400b-8f2c-f0a426d6efa8") + ) + (text "SMA\nConnector" + (exclude_from_sim no) + (at 267.462 76.962 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "59768a88-981a-4615-bfa9-83797f3e8f5c") + ) + (text "UART\n1x6 Header" + (exclude_from_sim no) + (at 28.702 65.532 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "60dfb1b6-d374-491f-a3e5-25d211f44062") + ) + (text "LAN\nRJ45" + (exclude_from_sim no) + (at 30.226 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "a5b71f34-b786-48cc-a2f6-991a312ee4c2") + ) + (text "5V Input\n1x2 Header" + (exclude_from_sim no) + (at 28.448 43.434 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "ed88d808-b07a-4be5-af29-631abb323fb3") + ) + (text "Drone Side\n\nNetwork Side" + (exclude_from_sim no) + (at 165.1 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "ee88c753-8717-44a2-b19b-05dc4170837a") + ) + (wire + (pts + (xy 43.18 78.74) (xy 50.8 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f6ad10e-8e1f-4033-93de-92281d359ca2") + ) + (bus + (pts + (xy 76.2 88.9) (xy 114.3 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10dec3b1-5229-4c38-9aaa-9b42843ee29f") + ) + (wire + (pts + (xy 76.2 96.52) (xy 114.3 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1850fe72-2c04-407c-8336-be0ff160bfea") + ) + (wire + (pts + (xy 48.26 50.8) (xy 48.26 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e5614d4-848b-47a3-8567-ea781c30301e") + ) + (wire + (pts + (xy 50.8 50.8) (xy 48.26 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34185485-dfb7-4013-9cf9-abf3c64292d2") + ) + (wire + (pts + (xy 76.2 93.98) (xy 114.3 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4966834e-94f9-4e35-bac4-f5d7b643c3ef") + ) + (polyline + (pts + (xy 12.7 114.3) (xy 284.48 114.3) + ) + (stroke + (width 0) + (type dot) + ) + (uuid "4e52abc1-fb64-438c-b005-633b8e28374c") + ) + (wire + (pts + (xy 76.2 50.8) (xy 85.09 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "73ba1247-dda7-45b7-92e4-3b3a482ea86a") + ) + (wire + (pts + (xy 43.18 81.28) (xy 50.8 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d65fd0b-1256-4243-90f9-8e91787f1e62") + ) + (wire + (pts + (xy 48.26 99.06) (xy 48.26 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "adc40b53-c2ae-4f4f-9bd4-3cb082690030") + ) + (wire + (pts + (xy 76.2 99.06) (xy 114.3 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af24a5de-0482-47da-bfbf-5921fdb6a607") + ) + (wire + (pts + (xy 50.8 99.06) (xy 48.26 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1a452d6-80ba-4b3c-a963-4f226a2e0c11") + ) + (bus + (pts + (xy 76.2 78.74) (xy 114.3 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d016e95e-733c-4c7d-b260-81a90de37fe7") + ) + (wire + (pts + (xy 76.2 40.64) (xy 85.09 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eff21849-928d-4095-9ae8-5b3f0d7ce15b") + ) + (label "1V8DC" + (at 43.18 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "03cdec1f-6cf0-4cec-93f7-8f8a9b2bcc9f") + ) + (label "3V3DC" + (at 85.09 40.64 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "4f88ec20-6b31-4522-97a4-1d2608be1f46") + ) + (label "1V8DC" + (at 85.09 50.8 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "932ad4fc-4544-4f97-aa6d-07ce839d1620") + ) + (label "3V3DC" + (at 43.18 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d18fae85-6766-4591-a266-9c90431f5a26") + ) + (symbol + (lib_id "Power:GND") + (at 48.26 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2c5b0105-b489-4e1a-80fc-b270df91c54f") + (property "Reference" "#PWR01" + (at 48.26 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 48.26 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 48.26 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 48.26 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 48.26 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2069ec2c-3c05-4644-9fe5-1a7572b1b533") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Power:GND") + (at 48.26 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c8add40d-44d2-400c-b7de-c1c8348cd265") + (property "Reference" "#PWR02" + (at 48.26 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 48.26 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 48.26 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 48.26 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 48.26 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "57fd9b6c-aeb9-4fcd-bee6-27408da2ccaa") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (sheet + (at 177.8 63.5) + (size 25.4 25.4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "1c04b6b2-fbdd-4308-9a79-75320171a63d") + (property "Sheetname" "iq-demodulator" + (at 177.8 62.7884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "iq-demodulator.kicad_sch" + (at 177.8 89.4846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + (hide yes) + ) + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (page "7") + ) + ) + ) + ) + (sheet + (at 228.6 25.4) + (size 25.4 25.4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "1fcf45b8-47fd-4f44-a11e-7140273c0b89") + (property "Sheetname" "local-oscillators" + (at 228.6 24.6884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "local-oscillators.kicad_sch" + (at 228.6 51.3846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + (hide yes) + ) + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (page "9") + ) + ) + ) + ) + (sheet + (at 50.8 127) + (size 25.4 25.4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "77a4529d-f4ef-4179-a681-b99376da0620") + (property "Sheetname" "network-interface" + (at 50.8 126.2884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "netword-interface.kicad_sch" + (at 50.8 152.9846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + (hide yes) + ) + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (page "4") + ) + ) + ) + ) + (sheet + (at 114.3 38.1) + (size 38.1 63.5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "8146486c-9f00-4189-814c-3cea7be0e1e5") + (property "Sheetname" "microcontroller" + (at 114.3 37.3884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "microcontroller.kicad_sch" + (at 114.3 102.1846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + (hide yes) + ) + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (page "6") + ) + ) + ) + ) + (sheet + (at 50.8 76.2) + (size 25.4 25.4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "de20eaf6-4c53-4ebb-8954-a1ae739fa3b0") + (property "Sheetname" "video-bridge" + (at 50.8 75.4884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "video-bridge.kicad_sch" + (at 50.8 102.1846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + (hide yes) + ) + ) + (pin "1V8" input + (at 50.8 81.28 180) + (uuid "cbae0331-6757-471d-86a2-aeedb7ebbd9b") + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (pin "3V3" input + (at 50.8 78.74 180) + (uuid "37726bea-6a36-49ab-a438-aa7c56cbd2a1") + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (pin "AIN1" input + (at 50.8 88.9 180) + (uuid "3988cca1-17fb-482d-985c-f56077da5101") + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (pin "CSI{MIPI}" bidirectional + (at 76.2 88.9 0) + (uuid "d28a9143-a415-46b5-a6fc-9f1f9361f9aa") + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (pin "GND" output + (at 50.8 99.06 180) + (uuid "1efebeac-d6ab-43d2-ada3-17250331fd46") + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (pin "I2C{I2C}" bidirectional + (at 76.2 78.74 0) + (uuid "16831b7e-9876-458d-9a94-72458a9a990f") + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (pin "~{INTRQ}" input + (at 76.2 99.06 0) + (uuid "c5fed3c6-2c54-4b2e-b8ed-de680a44a49b") + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (pin "~{PDN}" input + (at 76.2 96.52 0) + (uuid "42c7e834-7d1b-423f-921d-b5ba1204c1a8") + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (pin "~{RST}" input + (at 76.2 93.98 0) + (uuid "2914dbf6-25ff-44ff-96fa-3db497952716") + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (page "3") + ) + ) + ) + ) + (sheet + (at 228.6 63.5) + (size 25.4 25.4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "e9c51d0f-3ccd-462a-b019-512abb567ec1") + (property "Sheetname" "filters-and-mixer" + (at 228.6 62.7884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "filters-and-mixer.kicad_sch" + (at 228.6 89.4846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + (hide yes) + ) + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (page "8") + ) + ) + ) + ) + (sheet + (at 50.8 38.1) + (size 25.4 15.24) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "fa2dd019-5212-49d8-bdd7-bd2aad8951c7") + (property "Sheetname" "dcdc-converters" + (at 50.8 37.3884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "dcdc-converters.kicad_sch" + (at 50.8 53.9246 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + (hide yes) + ) + ) + (pin "1V8DC" output + (at 76.2 50.8 0) + (uuid "0035708b-e89e-4fa3-8fb7-95d47de6072b") + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (pin "3V3DC" output + (at 76.2 40.64 0) + (uuid "6b19a1e5-16a4-4fe0-a9c9-fa07a923cdab") + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (pin "5VDC" input + (at 50.8 40.64 180) + (uuid "57451c5b-9701-4e90-ae61-665118e0d41f") + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (pin "GND" output + (at 50.8 50.8 180) + (uuid "23f65ba9-229c-454d-bcd8-8aef9ab5bb6e") + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79" + (page "2") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) + (embedded_fonts no) ) diff --git a/local-oscillators.kicad_sch b/local-oscillators.kicad_sch new file mode 100644 index 0000000..dd82a2e --- /dev/null +++ b/local-oscillators.kicad_sch @@ -0,0 +1,8 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "aa686b5b-8fa1-4627-a50d-ea535aa72de2") + (paper "A4") + (lib_symbols) +) diff --git a/microcontroller.kicad_sch b/microcontroller.kicad_sch new file mode 100644 index 0000000..64324d0 --- /dev/null +++ b/microcontroller.kicad_sch @@ -0,0 +1,6827 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "7c8cb5ba-805a-449e-b58d-44900bb370aa") + (paper "A3") + (lib_symbols + (symbol "Microcontrollers:STM32N645B0H3Q" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 30.48 10.16 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "STM32N645B0H3Q" + (at 30.48 7.62 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "footprints:VFBGA198_10X10_STM" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32n645b0.pdf" + (at 30.226 4.572 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "ARM® Cortex®-M55F STM32N6 Microcontroller IC 32-Bit 800MHz ROMless 198-VFBGA (10x10)" + (at 30.226 4.826 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "STM" + (at 30.226 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "STM32N645B0H3Q" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "511-STM32N645B0H3Q " + (at 30.988 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "497-STM32N645B0H3Q-ND" + (at 30.988 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Min Temperature (C)" "-40" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "" + (at 30.48 4.572 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "STM32N645B0H3Q" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "VFBGA198_10X10_STM VFBGA198_10X10_STM-M VFBGA198_10X10_STM-L" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "STM32N645B0H3Q_1_1" + (rectangle + (start 7.62 2.54) + (end 53.34 -71.12) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin bidirectional line + (at 0 0 0) + (length 7.62) + (name "PA0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -2.54 0) + (length 7.62) + (name "PA1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -5.08 0) + (length 7.62) + (name "PA2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -7.62 0) + (length 7.62) + (name "PA3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -10.16 0) + (length 7.62) + (name "PA5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -12.7 0) + (length 7.62) + (name "PA6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -15.24 0) + (length 7.62) + (name "PA7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -17.78 0) + (length 7.62) + (name "PA8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -20.32 0) + (length 7.62) + (name "PA9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -22.86 0) + (length 7.62) + (name "PA10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -25.4 0) + (length 7.62) + (name "PA11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -27.94 0) + (length 7.62) + (name "PA12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -30.48 0) + (length 7.62) + (name "PA13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -33.02 0) + (length 7.62) + (name "PA14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -35.56 0) + (length 7.62) + (name "PA15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -40.64 0) + (length 7.62) + (name "PB0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -43.18 0) + (length 7.62) + (name "PB3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -45.72 0) + (length 7.62) + (name "PB4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -48.26 0) + (length 7.62) + (name "PB5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -50.8 0) + (length 7.62) + (name "PB6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -53.34 0) + (length 7.62) + (name "PB7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -55.88 0) + (length 7.62) + (name "PB10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -58.42 0) + (length 7.62) + (name "PB11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -60.96 0) + (length 7.62) + (name "PB12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 0 180) + (length 7.62) + (name "PC1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -2.54 180) + (length 7.62) + (name "PC6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -5.08 180) + (length 7.62) + (name "PC7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -7.62 180) + (length 7.62) + (name "PC8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -10.16 180) + (length 7.62) + (name "PC9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -12.7 180) + (length 7.62) + (name "PC10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -15.24 180) + (length 7.62) + (name "PC11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -17.78 180) + (length 7.62) + (name "PC12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -20.32 180) + (length 7.62) + (name "PC13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -22.86 180) + (length 7.62) + (name "PC14-OSC32_IN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -25.4 180) + (length 7.62) + (name "PC15-OSC32_OUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -30.48 180) + (length 7.62) + (name "PD0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -33.02 180) + (length 7.62) + (name "PD1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -35.56 180) + (length 7.62) + (name "PD2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -38.1 180) + (length 7.62) + (name "PD3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -40.64 180) + (length 7.62) + (name "PD4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -43.18 180) + (length 7.62) + (name "PD5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -45.72 180) + (length 7.62) + (name "PD6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -48.26 180) + (length 7.62) + (name "PD7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -50.8 180) + (length 7.62) + (name "PD8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -53.34 180) + (length 7.62) + (name "PD9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -55.88 180) + (length 7.62) + (name "PD10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -58.42 180) + (length 7.62) + (name "PD11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -60.96 180) + (length 7.62) + (name "PD12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -63.5 180) + (length 7.62) + (name "PD13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -66.04 180) + (length 7.62) + (name "PD14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -68.58 180) + (length 7.62) + (name "PD15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "STM32N645B0H3Q_2_1" + (rectangle + (start 7.62 2.54) + (end 53.34 -86.36) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin bidirectional line + (at 0 0 0) + (length 7.62) + (name "PE0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -2.54 0) + (length 7.62) + (name "PE1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -5.08 0) + (length 7.62) + (name "PE2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -7.62 0) + (length 7.62) + (name "PE3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -10.16 0) + (length 7.62) + (name "PE5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -12.7 0) + (length 7.62) + (name "PE6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -15.24 0) + (length 7.62) + (name "PE7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -17.78 0) + (length 7.62) + (name "PE8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -20.32 0) + (length 7.62) + (name "PE9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -22.86 0) + (length 7.62) + (name "PE10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -25.4 0) + (length 7.62) + (name "PE11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -27.94 0) + (length 7.62) + (name "PE12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -30.48 0) + (length 7.62) + (name "PE13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -33.02 0) + (length 7.62) + (name "PE14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -35.56 0) + (length 7.62) + (name "PE15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -40.64 0) + (length 7.62) + (name "PF0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -43.18 0) + (length 7.62) + (name "PF1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -45.72 0) + (length 7.62) + (name "PF2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -48.26 0) + (length 7.62) + (name "PF3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -50.8 0) + (length 7.62) + (name "PF4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -53.34 0) + (length 7.62) + (name "PF5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -55.88 0) + (length 7.62) + (name "PF6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -58.42 0) + (length 7.62) + (name "PF7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -60.96 0) + (length 7.62) + (name "PF8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -63.5 0) + (length 7.62) + (name "PF9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -66.04 0) + (length 7.62) + (name "PF10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -68.58 0) + (length 7.62) + (name "PF11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -71.12 0) + (length 7.62) + (name "PF12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -73.66 0) + (length 7.62) + (name "PF13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -76.2 0) + (length 7.62) + (name "PF14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -78.74 0) + (length 7.62) + (name "PF15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 0 180) + (length 7.62) + (name "PG0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -2.54 180) + (length 7.62) + (name "PG1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -5.08 180) + (length 7.62) + (name "PG2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -7.62 180) + (length 7.62) + (name "PG3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -10.16 180) + (length 7.62) + (name "PG4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -12.7 180) + (length 7.62) + (name "PG5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -15.24 180) + (length 7.62) + (name "PG6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -17.78 180) + (length 7.62) + (name "PG8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -20.32 180) + (length 7.62) + (name "PG9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -22.86 180) + (length 7.62) + (name "PG10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -25.4 180) + (length 7.62) + (name "PG11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -27.94 180) + (length 7.62) + (name "PG12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -30.48 180) + (length 7.62) + (name "PG13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -33.02 180) + (length 7.62) + (name "PG14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -35.56 180) + (length 7.62) + (name "PG15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -40.64 180) + (length 7.62) + (name "PH0-OSC_IN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -43.18 180) + (length 7.62) + (name "PH1-OSC_OUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -45.72 180) + (length 7.62) + (name "PH2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -48.26 180) + (length 7.62) + (name "PH9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -53.34 180) + (length 7.62) + (name "PN0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -55.88 180) + (length 7.62) + (name "PN1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -58.42 180) + (length 7.62) + (name "PN2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -60.96 180) + (length 7.62) + (name "PN3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -63.5 180) + (length 7.62) + (name "PN4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -66.04 180) + (length 7.62) + (name "PN5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -68.58 180) + (length 7.62) + (name "PN6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -71.12 180) + (length 7.62) + (name "PN7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -73.66 180) + (length 7.62) + (name "PN8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -76.2 180) + (length 7.62) + (name "PN9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -78.74 180) + (length 7.62) + (name "PN10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -81.28 180) + (length 7.62) + (name "PN11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 60.96 -83.82 180) + (length 7.62) + (name "PN12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "STM32N645B0H3Q_3_1" + (rectangle + (start 7.62 2.54) + (end 58.42 -66.04) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin bidirectional line + (at 0 0 0) + (length 7.62) + (name "PO0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -2.54 0) + (length 7.62) + (name "PO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -5.08 0) + (length 7.62) + (name "PO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -7.62 0) + (length 7.62) + (name "PO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -10.16 0) + (length 7.62) + (name "PO5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -15.24 0) + (length 7.62) + (name "PP0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -17.78 0) + (length 7.62) + (name "PP1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -20.32 0) + (length 7.62) + (name "PP2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -22.86 0) + (length 7.62) + (name "PP3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -25.4 0) + (length 7.62) + (name "PP4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -27.94 0) + (length 7.62) + (name "PP5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -30.48 0) + (length 7.62) + (name "PP6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -33.02 0) + (length 7.62) + (name "PP7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -38.1 0) + (length 7.62) + (name "NRST" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 -43.18 0) + (length 7.62) + (name "BOOT0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -48.26 0) + (length 7.62) + (name "CSI_D0N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -50.8 0) + (length 7.62) + (name "CSI_D1N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -55.88 0) + (length 7.62) + (name "CSI_D0P" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -58.42 0) + (length 7.62) + (name "CSI_D1P" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 0 -63.5 0) + (length 7.62) + (name "CSI_REXT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -2.54 180) + (length 7.62) + (name "PDR_ON" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -5.08 180) + (length 7.62) + (name "PWR_ON" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -10.16 180) + (length 7.62) + (name "OTG1_ID" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -12.7 180) + (length 7.62) + (name "OTG2_ID" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -17.78 180) + (length 7.62) + (name "CSI_CKN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -20.32 180) + (length 7.62) + (name "CSI_CKP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -25.4 180) + (length 7.62) + (name "UCPD1_C1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -27.94 180) + (length 7.62) + (name "UCPD1_C2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -33.02 180) + (length 7.62) + (name "OTG1_HSDM" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -35.56 180) + (length 7.62) + (name "OTG2_HSDM" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -40.64 180) + (length 7.62) + (name "OTG1_HSDP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -43.18 180) + (length 7.62) + (name "OTG2_HSDP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -48.26 180) + (length 7.62) + (name "OTG1_TXRTUNE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 66.04 -50.8 180) + (length 7.62) + (name "OTG2_TXRTUNE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 66.04 -55.88 180) + (length 7.62) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 66.04 -58.42 180) + (length 7.62) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "STM32N645B0H3Q_4_1" + (rectangle + (start 7.62 2.54) + (end 53.34 -91.44) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin power_in line + (at 0 0 0) + (length 7.62) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -2.54 0) + (length 7.62) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -5.08 0) + (length 7.62) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -7.62 0) + (length 7.62) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -10.16 0) + (length 7.62) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -12.7 0) + (length 7.62) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -15.24 0) + (length 7.62) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -20.32 0) + (length 7.62) + (name "VSSA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -25.4 0) + (length 7.62) + (name "VSSAON" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -30.48 0) + (length 7.62) + (name "VSSAPMU" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -35.56 0) + (length 7.62) + (name "VSSSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -38.1 0) + (length 7.62) + (name "VSSSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -40.64 0) + (length 7.62) + (name "VSSSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -43.18 0) + (length 7.62) + (name "VSSSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "G3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -48.26 0) + (length 7.62) + (name "VBAT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -53.34 0) + (length 7.62) + (name "VREF+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "R3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -55.88 0) + (length 7.62) + (name "VREF-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -60.96 0) + (length 7.62) + (name "V08CAP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -66.04 0) + (length 7.62) + (name "VFBSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -71.12 0) + (length 7.62) + (name "VLXSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -73.66 0) + (length 7.62) + (name "VLXSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -76.2 0) + (length 7.62) + (name "VLXSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -78.74 0) + (length 7.62) + (name "VLXSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 0 180) + (length 7.62) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -2.54 180) + (length 7.62) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "H12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -5.08 180) + (length 7.62) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -10.16 180) + (length 7.62) + (name "VDDIO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -12.7 180) + (length 7.62) + (name "VDDIO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -15.24 180) + (length 7.62) + (name "VDDIO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -17.78 180) + (length 7.62) + (name "VDDIO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "K11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -20.32 180) + (length 7.62) + (name "VDDIO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -22.86 180) + (length 7.62) + (name "VDDIO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -27.94 180) + (length 7.62) + (name "VDDCSI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "N6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -33.02 180) + (length 7.62) + (name "VDDCORE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -35.56 180) + (length 7.62) + (name "VDDCORE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -38.1 180) + (length 7.62) + (name "VDDCORE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -40.64 180) + (length 7.62) + (name "VDDCORE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "L9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -45.72 180) + (length 7.62) + (name "VDDSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -48.26 180) + (length 7.62) + (name "VDDSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -50.8 180) + (length 7.62) + (name "VDDSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -53.34 180) + (length 7.62) + (name "VDDSMPS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -58.42 180) + (length 7.62) + (name "VDD33USB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -63.5 180) + (length 7.62) + (name "VDDA18ADC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "M6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -68.58 180) + (length 7.62) + (name "VDDA18AON" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "E5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -73.66 180) + (length 7.62) + (name "VDDA18CSI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -78.74 180) + (length 7.62) + (name "VDDA18PLL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "J5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -83.82 180) + (length 7.62) + (name "VDDA18PMU" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "F1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 60.96 -88.9 180) + (length 7.62) + (name "VDDA18USB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "C3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + ) + (symbol + (lib_id "Microcontrollers:STM32N645B0H3Q") + (at 246.38 53.34 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "41ced81f-fd83-479c-af95-88d276c09c85") + (property "Reference" "U1" + (at 279.4 45.72 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "STM32N645B0H3Q" + (at 279.4 48.26 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "footprints:VFBGA198_10X10_STM" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32n645b0.pdf" + (at 276.606 48.768 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "ARM® Cortex®-M55F STM32N6 Microcontroller IC 32-Bit 800MHz ROMless 198-VFBGA (10x10)" + (at 276.606 48.514 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "STM" + (at 276.606 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "STM32N645B0H3Q" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "511-STM32N645B0H3Q " + (at 277.368 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "497-STM32N645B0H3Q-ND" + (at 277.368 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Min Temperature (C)" "-40" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "" + (at 276.86 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "G12" + (uuid "0cc015a9-f245-4f6f-a612-a9c85662512e") + ) + (pin "E2" + (uuid "2ee3bf38-5944-440a-be94-853dc9d5a12b") + ) + (pin "R11" + (uuid "3c958660-cd18-4a80-ac72-375a0b4b3d36") + ) + (pin "J4" + (uuid "22a02b35-45c6-4d44-921a-bdb80b80c28e") + ) + (pin "P4" + (uuid "0262b2dc-43a2-4b45-9165-10551347c563") + ) + (pin "L7" + (uuid "6aebb215-f848-423c-9cfb-216e516f899b") + ) + (pin "E1" + (uuid "68299c7b-7460-4d65-9ecf-b019936f2ea3") + ) + (pin "A3" + (uuid "a76354e7-c877-4c2a-98a8-3ea1aaef9955") + ) + (pin "B10" + (uuid "e4ef6703-1514-47c5-9b4f-269bc34cf324") + ) + (pin "N9" + (uuid "34767175-c0d0-4a6d-a268-0460afa51faa") + ) + (pin "N11" + (uuid "9d95a04e-7a66-43dd-bc0d-a7f237034659") + ) + (pin "P11" + (uuid "bef54249-547b-4ddf-894e-091dbecf072e") + ) + (pin "M1" + (uuid "ef7adffb-473c-4c76-9123-41afae463c33") + ) + (pin "N10" + (uuid "eab68ee7-be33-4333-a7ee-e091c61ddc6e") + ) + (pin "F13" + (uuid "5a6bd078-b041-4cee-80d8-592f7afb5b71") + ) + (pin "R15" + (uuid "97ef24e4-d8e2-4b0f-ac31-eea2018e055f") + ) + (pin "R13" + (uuid "2ac2a090-d1e4-4a61-a35b-7666376785df") + ) + (pin "M11" + (uuid "bd31f1c1-cecd-4c40-8785-ae1503783090") + ) + (pin "R7" + (uuid "64bc4993-5b54-4e74-a244-198e538b702e") + ) + (pin "R8" + (uuid "02e0b865-b73a-416f-9375-218293ba96f7") + ) + (pin "M8" + (uuid "9e9d4af9-9fe8-4018-916b-a759b05c462e") + ) + (pin "F2" + (uuid "dfc5baed-1611-42f3-925d-74297423fae8") + ) + (pin "C7" + (uuid "c26532e9-8f86-4c34-aa3e-d71dda908e37") + ) + (pin "B7" + (uuid "513f47db-212a-4d71-b431-5db528df8348") + ) + (pin "D3" + (uuid "608a2143-26b5-4a9c-be6e-dd717de7f64c") + ) + (pin "P14" + (uuid "1837527c-b83b-4461-ad5d-cae5261c1a1f") + ) + (pin "M12" + (uuid "cc116ed6-5e88-41cc-9376-6777cf19a19f") + ) + (pin "C6" + (uuid "2464f7c3-2016-499f-b401-e6a4e819c10d") + ) + (pin "B11" + (uuid "f1715d73-ca2b-474c-9972-6f9f45e04a20") + ) + (pin "B15" + (uuid "263ca389-8e88-49c4-949f-1e10a52d050a") + ) + (pin "A13" + (uuid "eeba961c-b81e-4b73-a9fe-5f9269f64d41") + ) + (pin "L6" + (uuid "d8dc1d50-d416-480f-8c25-6042e3ce257f") + ) + (pin "N8" + (uuid "d8b2ce7f-e257-4b82-8e5d-75121f0c1da9") + ) + (pin "P3" + (uuid "f6aa45e2-0a3c-42ba-b891-ba62e439b7ac") + ) + (pin "R3" + (uuid "9d60fda1-54d6-42d3-a208-f666b8dad303") + ) + (pin "D1" + (uuid "a0678ada-9233-4e84-ae56-b2c79d400534") + ) + (pin "K1" + (uuid "1d634d77-1d7b-42f6-b296-6fd58a50daaa") + ) + (pin "B14" + (uuid "b6bb6e3c-b39b-4435-8cef-3cf6440afff5") + ) + (pin "E10" + (uuid "abf97de0-6379-4fc3-a365-982ac39b9687") + ) + (pin "C10" + (uuid "27c3beac-61ec-4191-814c-1502491b3534") + ) + (pin "K2" + (uuid "154b3e08-9aff-47c4-9cc4-68d709870403") + ) + (pin "A4" + (uuid "8dd8cfe4-d433-479a-afb8-18ddd6f13df5") + ) + (pin "N7" + (uuid "5936c3f1-d7fd-4c78-9031-b3edb5a559b4") + ) + (pin "P10" + (uuid "7e6f2d0d-f2fc-4546-bf16-f621c4d431e7") + ) + (pin "M4" + (uuid "c5071498-3a0a-4f83-be31-a3dfbe5f39f2") + ) + (pin "P15" + (uuid "05141cc7-5eec-4a0f-8d53-7324206f18e0") + ) + (pin "D5" + (uuid "709698ba-5ead-43cf-8708-2804a32afa08") + ) + (pin "E6" + (uuid "9c060ada-3803-48f1-be48-01e626987f68") + ) + (pin "N6" + (uuid "9ca539bb-2c3e-468c-bd39-dd43128f5d74") + ) + (pin "C15" + (uuid "c8e74ad6-a171-407c-801d-2ee91ab545e5") + ) + (pin "C9" + (uuid "2717349a-1677-41f1-976a-d435d18d4199") + ) + (pin "C3" + (uuid "bb5fe194-2cf2-4fab-8963-8524d841afc3") + ) + (pin "F5" + (uuid "ef6ede0e-a5c0-4b0a-ba76-b4a71aae4f70") + ) + (pin "L14" + (uuid "b56de075-4f48-47af-89cf-2f2eb1f27818") + ) + (pin "H12" + (uuid "45b0cffb-7ca9-4e72-b5ce-77dc85052127") + ) + (pin "M2" + (uuid "e4344cf5-3cb9-4ad9-8d10-24f401118592") + ) + (pin "A11" + (uuid "587d77e9-3714-4181-af04-efd91948087b") + ) + (pin "A5" + (uuid "77eb3a1d-7771-4e03-af5b-a18438a47554") + ) + (pin "H1" + (uuid "de0e7ae0-3179-4e11-9b92-be39b0cf1919") + ) + (pin "L8" + (uuid "11983b93-8e2d-41db-84d6-f0bb0ab48760") + ) + (pin "H11" + (uuid "aba3b4db-10c0-4bc8-9946-cfa1e5b36bc8") + ) + (pin "C14" + (uuid "9b17034d-2925-4b03-a91f-48f5b8551059") + ) + (pin "R12" + (uuid "6ee26822-644e-46ad-8baa-375dbf7966d2") + ) + (pin "M7" + (uuid "c34a491f-165c-4d73-a54d-dcf248b584ce") + ) + (pin "A9" + (uuid "25e9542b-391c-4d71-96a0-7e3bc4a7c381") + ) + (pin "B9" + (uuid "256ee61f-3d8a-4311-9278-1380cba55151") + ) + (pin "G14" + (uuid "7ffd868b-3982-4035-86cb-985af031e7ab") + ) + (pin "M10" + (uuid "f285280f-ed32-4bac-89bd-aa3e339fb855") + ) + (pin "L5" + (uuid "02b72103-6268-4881-8c75-2898ad8eadf2") + ) + (pin "J3" + (uuid "2b0ebabb-6db4-4315-b69b-fc5aab3ea179") + ) + (pin "J11" + (uuid "65f07d6e-8840-441f-8d43-8e5effb4d317") + ) + (pin "F11" + (uuid "f8f2fa8f-5afe-47d2-8b9f-2305e9823122") + ) + (pin "J13" + (uuid "139290a4-93a3-4980-8c62-f3ba3ea74e42") + ) + (pin "G13" + (uuid "9594eaff-a122-4bd7-9465-e9e5236cf620") + ) + (pin "D12" + (uuid "3d6ff069-c0c4-4eb1-aa24-a9076d6dde73") + ) + (pin "B4" + (uuid "b494821a-acf3-4eec-8ae7-bcf094f49e99") + ) + (pin "M15" + (uuid "770742ec-413a-46c7-9223-7cb20fa137d8") + ) + (pin "G11" + (uuid "ffd61d52-964d-4a8f-8df7-3db41ead5562") + ) + (pin "D7" + (uuid "c94adae7-9f94-40d2-9090-7ded795426fc") + ) + (pin "E12" + (uuid "e57c8529-4bf0-424b-b208-643974801b55") + ) + (pin "K13" + (uuid "612470ed-16e9-4c2d-915e-3f14091d3c8e") + ) + (pin "B13" + (uuid "a622e548-9f82-4b2a-9416-30d014a5eb57") + ) + (pin "C12" + (uuid "e49957c0-21aa-4297-b5fb-e7bb43ae0bf0") + ) + (pin "C1" + (uuid "15c1c4d5-ec76-401a-8c79-cc1563a99757") + ) + (pin "G15" + (uuid "ac3e8e14-f463-4a1d-a49c-ca36b4898afa") + ) + (pin "E8" + (uuid "940b54fd-ff21-4276-ba18-ac05f8ff5fb5") + ) + (pin "G4" + (uuid "0a5750cb-ac79-4353-8429-f0d28de0d576") + ) + (pin "A1" + (uuid "dca44cab-fa20-4b10-8ebe-4fdeb1e9fa7f") + ) + (pin "N15" + (uuid "8092ab87-b066-438d-9714-83160859cdb7") + ) + (pin "L12" + (uuid "eb803c4e-3d42-4abc-bf18-ca2942f514c1") + ) + (pin "D2" + (uuid "3218c5d8-3a4b-4ddb-b84b-01443c9993c6") + ) + (pin "B1" + (uuid "a9d94f27-5aa4-4c41-b289-c24bfcdb7116") + ) + (pin "L11" + (uuid "0f9c2754-4b88-4d12-85a1-de6205a3d622") + ) + (pin "F4" + (uuid "f404b785-1da9-478a-9741-192c52e95894") + ) + (pin "C5" + (uuid "4bde346e-1022-418d-8d42-f6ae28fb1d26") + ) + (pin "A2" + (uuid "0b28b359-ec09-4c1c-b320-d0c3500e5fec") + ) + (pin "M13" + (uuid "b3959b66-37a3-4023-bbdf-973ebb177a6c") + ) + (pin "A12" + (uuid "0097fa2d-3216-44a2-9027-750b0195ed37") + ) + (pin "D14" + (uuid "a816628e-79f3-40ea-ac04-51bfb00bad21") + ) + (pin "H13" + (uuid "3b6766fd-037e-4975-8929-29a3f7133e37") + ) + (pin "R2" + (uuid "7eba575d-12fe-4745-91b6-daeb1ee916f4") + ) + (pin "N4" + (uuid "ebd2338f-fb42-4b20-83c3-4aa80376013d") + ) + (pin "A10" + (uuid "9ec38711-eb77-42e7-a481-0be727121767") + ) + (pin "L13" + (uuid "d5642ad9-e21a-4aef-ad13-8b1fe17f6413") + ) + (pin "L3" + (uuid "9d0d8522-833e-439f-8f8a-95ef08233aef") + ) + (pin "G3" + (uuid "69421c3f-a5da-4d1b-b4ff-e10765c4d884") + ) + (pin "C11" + (uuid "a7bb9f1e-0344-43e6-a15c-ce30935f88da") + ) + (pin "R10" + (uuid "3eaaf45e-a3ed-4e95-ada9-f19415d04d7c") + ) + (pin "P2" + (uuid "d691c3d3-aee7-479f-9f18-1d48bb71a181") + ) + (pin "A6" + (uuid "f274d4ee-67fe-44da-8995-00d57181acbf") + ) + (pin "R4" + (uuid "d2f01b5e-b2a3-400f-a272-886f84bb3525") + ) + (pin "K12" + (uuid "9503bb77-f5d4-474f-befb-935a793cba2e") + ) + (pin "N2" + (uuid "4c7936cc-71c1-4fa8-ab98-1f0c090bbf70") + ) + (pin "G1" + (uuid "97bd9b88-b6cf-41cb-aa5c-af72e8d1701c") + ) + (pin "K11" + (uuid "ef1d21a3-7a2d-46be-a4da-cf8d3d8711d7") + ) + (pin "N14" + (uuid "f89acfe0-d975-4a62-8616-ab693176d7c1") + ) + (pin "C4" + (uuid "56e8bde7-f593-45de-91f6-f68fdabb50ab") + ) + (pin "E15" + (uuid "40c89794-4d33-4102-88ef-6b6abffa5d42") + ) + (pin "P8" + (uuid "44dfbb5b-51e6-4afd-8852-a2fc3786ba9f") + ) + (pin "E14" + (uuid "19b11747-b6bb-4ef8-9e55-f862d0892d56") + ) + (pin "P9" + (uuid "2d625fed-99c3-417c-9e06-4ec225474fa0") + ) + (pin "E11" + (uuid "670b7093-80d1-4de6-98a1-78f2a26db94a") + ) + (pin "D15" + (uuid "a5edef60-9f54-49b8-8b20-351d9683630e") + ) + (pin "E3" + (uuid "5aeb1e12-74c9-479f-85f6-49f771a0ff9b") + ) + (pin "D11" + (uuid "0a642876-6142-43dd-863a-bad653e2492c") + ) + (pin "F14" + (uuid "fd71bbbc-dee9-4b91-b970-c0b360d05be1") + ) + (pin "G2" + (uuid "2a7029bc-b1db-4dc4-afa9-4582a3a0e847") + ) + (pin "K4" + (uuid "272b8580-a81e-4b50-a4dd-63d4b4729eff") + ) + (pin "A15" + (uuid "3060abe2-fa9b-428c-b415-7e280185c44c") + ) + (pin "B8" + (uuid "d918074c-20ff-444e-b6f0-88e5f33430b1") + ) + (pin "D4" + (uuid "39acd37d-7e23-414b-997f-e1c90e7f3dc2") + ) + (pin "P7" + (uuid "d0c9937d-a9e4-4abd-b0d7-0375568fc6bf") + ) + (pin "M14" + (uuid "30392502-01cc-4d3f-85ed-87c08e4932bc") + ) + (pin "A7" + (uuid "fde22433-1b64-4dfc-a57b-cbbc28d95615") + ) + (pin "H14" + (uuid "e9aa3e66-b56d-416a-b6a0-483faf365bbe") + ) + (pin "D9" + (uuid "fbb04b81-7d10-4e93-a507-269478b63c17") + ) + (pin "B3" + (uuid "4584b2c7-94ca-46c4-9b95-121f252239bf") + ) + (pin "L4" + (uuid "f939841d-7495-4013-9a7b-9698197a9d77") + ) + (pin "J14" + (uuid "7a99f98f-29a4-4892-bbb2-d994312554ba") + ) + (pin "H15" + (uuid "3063a236-7018-4858-93b9-2b10e571fe2f") + ) + (pin "D10" + (uuid "0cfcbcfe-6f80-4131-86e6-8ccefcc1d2e5") + ) + (pin "M3" + (uuid "21f75e15-329c-466d-9b43-fca711d7d36e") + ) + (pin "R6" + (uuid "a1786d82-16ef-4286-9f8d-0097b2113dd4") + ) + (pin "N5" + (uuid "8ca0ffe0-a7ae-4d43-bcb2-bb40aef0f1ed") + ) + (pin "E7" + (uuid "0450d010-be85-4324-b5f8-09d834aab22f") + ) + (pin "L9" + (uuid "dec7edf1-3d55-4207-8466-68a453e4b4cf") + ) + (pin "N13" + (uuid "0361a87f-628f-4c23-a7cd-38cc1f304500") + ) + (pin "E4" + (uuid "13fccc6c-f4ce-4ccf-a473-0a493f2b30c9") + ) + (pin "A14" + (uuid "91d76cd8-7e75-4e85-adad-5cbbc7d18a6e") + ) + (pin "R1" + (uuid "96dd1d1b-940e-4d20-a4b5-e9e47596a740") + ) + (pin "J15" + (uuid "34c16b33-a0a4-49e4-b3ac-b255c2e523aa") + ) + (pin "F1" + (uuid "8ce4451f-c804-44e9-bf11-d139c9486d1d") + ) + (pin "D6" + (uuid "8f411563-4ac3-4127-b2d6-ce3aed8a444c") + ) + (pin "L2" + (uuid "da0ec07f-6489-4c0b-9de4-42bc8e3ec522") + ) + (pin "L15" + (uuid "db7384c0-7d4a-459e-be5d-0fccb0e0877a") + ) + (pin "B2" + (uuid "0b35c622-3cc2-4811-a38a-dace37b3c6b8") + ) + (pin "C2" + (uuid "34060af9-5893-440c-aa14-eb6f0124aa7f") + ) + (pin "C13" + (uuid "34eb7d5c-d1fe-40be-b077-ec90dac4cf58") + ) + (pin "P12" + (uuid "e44a5926-f98c-46e8-a029-a11f49a82fd1") + ) + (pin "J5" + (uuid "3a012795-a407-40a3-bdff-2df32031a202") + ) + (pin "R14" + (uuid "8143691c-c8cb-411f-9e50-7ba438a4380b") + ) + (pin "K3" + (uuid "9544433c-4c75-40c6-931a-17ff0729bbfa") + ) + (pin "C8" + (uuid "0e080510-48fc-472a-8b88-d36963a46ba7") + ) + (pin "F15" + (uuid "d8d1c5e9-fe08-4c75-84a9-4f3009c077c8") + ) + (pin "P6" + (uuid "c8230196-792d-4351-a5ee-562d4a7b61cf") + ) + (pin "K15" + (uuid "d33d93a6-12ea-48d7-a828-9b8f9dd826b3") + ) + (pin "M5" + (uuid "ad054081-1e7b-4659-b41d-51d47dcf7b89") + ) + (pin "H3" + (uuid "e9d85619-1675-49f5-8c8f-4c9c29615f30") + ) + (pin "H4" + (uuid "599fb5d2-5c97-4e6e-ac11-2eef957a435c") + ) + (pin "B12" + (uuid "dc342c42-4d02-4f70-ad3f-cd5c00223d2f") + ) + (pin "N3" + (uuid "1026234b-f9ca-4e5b-95b5-fb3359a5e12f") + ) + (pin "F3" + (uuid "2bbf7e03-4962-40dc-bb1f-894673cde770") + ) + (pin "J2" + (uuid "c708e54c-ac32-4dca-9d09-ef1d2ec1fa55") + ) + (pin "N12" + (uuid "b874b6ec-7873-4f6b-89a3-03f54bd0f326") + ) + (pin "P1" + (uuid "84426d13-9f2b-4e91-a847-bba62520c365") + ) + (pin "E13" + (uuid "b1dd69d6-5ca4-469c-859c-9c8d30862b18") + ) + (pin "K5" + (uuid "aff05c2a-1d5b-4287-aaf7-86a009f58b28") + ) + (pin "M6" + (uuid "0268bd1e-2751-45b4-ad29-f868bc610201") + ) + (pin "L1" + (uuid "c3e73188-f4be-433f-a260-c8f4cdf069d3") + ) + (pin "J12" + (uuid "9fe97f42-c94f-4e6f-80cb-0fe06c3294e3") + ) + (pin "K14" + (uuid "625089ba-d871-4fcf-8d39-ab00a6698214") + ) + (pin "D8" + (uuid "59cd5fb6-2100-4a21-ae9a-7e18ac4851c6") + ) + (pin "A8" + (uuid "04a26beb-664d-4e07-9357-d827bb0bf9ff") + ) + (pin "J1" + (uuid "51ee5ec7-9f76-4a3f-b6e2-a9bf49f17015") + ) + (pin "N1" + (uuid "1b7d2c9d-72e5-4b88-81dd-c310ff272ed2") + ) + (pin "D13" + (uuid "16d2c73d-63d8-406c-bf8a-525d70e311cf") + ) + (pin "M9" + (uuid "cf67dd7b-3d30-4825-b40a-7de12e9e1526") + ) + (pin "P5" + (uuid "a8a6b305-3231-444c-a1fc-d74dee3d1901") + ) + (pin "R5" + (uuid "fc1ac6ce-aa11-4fcc-982c-4c2fd7d2766e") + ) + (pin "R9" + (uuid "160493cd-8eef-450c-94e3-c970c5862785") + ) + (pin "E5" + (uuid "beeb76e6-63e9-4a95-9a16-04da8fd4a33f") + ) + (pin "L10" + (uuid "95658b7a-3729-4e42-a8eb-7ec743ee1195") + ) + (pin "B5" + (uuid "5e389aab-5044-46a8-98b1-c6ca90199ba9") + ) + (pin "F12" + (uuid "d99c2452-29c0-4cad-b2c5-12fded95bf9a") + ) + (pin "E9" + (uuid "2f50ed15-e914-413e-ace6-2202e93583b8") + ) + (pin "B6" + (uuid "be941124-f1c8-4ff7-97aa-47efa3d4fc3d") + ) + (pin "P13" + (uuid "09d280eb-8f7a-41ad-8bb7-f3ac797216b2") + ) + (pin "H2" + (uuid "e34f82c4-7dfb-4204-bee7-cda0059bba45") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/8146486c-9f00-4189-814c-3cea7be0e1e5" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Microcontrollers:STM32N645B0H3Q") + (at 81.28 167.64 0) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "785497d7-7dc5-47c5-b47b-ab8cea184d9f") + (property "Reference" "U1" + (at 111.76 160.02 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "STM32N645B0H3Q" + (at 111.76 162.56 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "footprints:VFBGA198_10X10_STM" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32n645b0.pdf" + (at 111.506 163.068 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "ARM® Cortex®-M55F STM32N6 Microcontroller IC 32-Bit 800MHz ROMless 198-VFBGA (10x10)" + (at 111.506 162.814 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "STM" + (at 111.506 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "STM32N645B0H3Q" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "511-STM32N645B0H3Q " + (at 112.268 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "497-STM32N645B0H3Q-ND" + (at 112.268 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Min Temperature (C)" "-40" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "" + (at 111.76 163.068 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "G12" + (uuid "0cc015a9-f245-4f6f-a612-a9c85662512f") + ) + (pin "E2" + (uuid "2ee3bf38-5944-440a-be94-853dc9d5a12c") + ) + (pin "R11" + (uuid "3c958660-cd18-4a80-ac72-375a0b4b3d37") + ) + (pin "J4" + (uuid "22a02b35-45c6-4d44-921a-bdb80b80c28f") + ) + (pin "P4" + (uuid "0262b2dc-43a2-4b45-9165-10551347c564") + ) + (pin "L7" + (uuid "6aebb215-f848-423c-9cfb-216e516f899c") + ) + (pin "E1" + (uuid "68299c7b-7460-4d65-9ecf-b019936f2ea4") + ) + (pin "A3" + (uuid "a76354e7-c877-4c2a-98a8-3ea1aaef9956") + ) + (pin "B10" + (uuid "e4ef6703-1514-47c5-9b4f-269bc34cf325") + ) + (pin "N9" + (uuid "34767175-c0d0-4a6d-a268-0460afa51fab") + ) + (pin "N11" + (uuid "9d95a04e-7a66-43dd-bc0d-a7f23703465a") + ) + (pin "P11" + (uuid "bef54249-547b-4ddf-894e-091dbecf072f") + ) + (pin "M1" + (uuid "ef7adffb-473c-4c76-9123-41afae463c34") + ) + (pin "N10" + (uuid "eab68ee7-be33-4333-a7ee-e091c61ddc6f") + ) + (pin "F13" + (uuid "5a6bd078-b041-4cee-80d8-592f7afb5b72") + ) + (pin "R15" + (uuid "97ef24e4-d8e2-4b0f-ac31-eea2018e0560") + ) + (pin "R13" + (uuid "2ac2a090-d1e4-4a61-a35b-7666376785e0") + ) + (pin "M11" + (uuid "bd31f1c1-cecd-4c40-8785-ae1503783091") + ) + (pin "R7" + (uuid "64bc4993-5b54-4e74-a244-198e538b702f") + ) + (pin "R8" + (uuid "02e0b865-b73a-416f-9375-218293ba96f8") + ) + (pin "M8" + (uuid "9e9d4af9-9fe8-4018-916b-a759b05c462f") + ) + (pin "F2" + (uuid "dfc5baed-1611-42f3-925d-74297423fae9") + ) + (pin "C7" + (uuid "c26532e9-8f86-4c34-aa3e-d71dda908e38") + ) + (pin "B7" + (uuid "513f47db-212a-4d71-b431-5db528df8349") + ) + (pin "D3" + (uuid "608a2143-26b5-4a9c-be6e-dd717de7f64d") + ) + (pin "P14" + (uuid "1837527c-b83b-4461-ad5d-cae5261c1a20") + ) + (pin "M12" + (uuid "cc116ed6-5e88-41cc-9376-6777cf19a1a0") + ) + (pin "C6" + (uuid "2464f7c3-2016-499f-b401-e6a4e819c10e") + ) + (pin "B11" + (uuid "f1715d73-ca2b-474c-9972-6f9f45e04a21") + ) + (pin "B15" + (uuid "263ca389-8e88-49c4-949f-1e10a52d050b") + ) + (pin "A13" + (uuid "eeba961c-b81e-4b73-a9fe-5f9269f64d42") + ) + (pin "L6" + (uuid "d8dc1d50-d416-480f-8c25-6042e3ce2580") + ) + (pin "N8" + (uuid "d8b2ce7f-e257-4b82-8e5d-75121f0c1daa") + ) + (pin "P3" + (uuid "f6aa45e2-0a3c-42ba-b891-ba62e439b7ad") + ) + (pin "R3" + (uuid "9d60fda1-54d6-42d3-a208-f666b8dad304") + ) + (pin "D1" + (uuid "a0678ada-9233-4e84-ae56-b2c79d400535") + ) + (pin "K1" + (uuid "1d634d77-1d7b-42f6-b296-6fd58a50daab") + ) + (pin "B14" + (uuid "b6bb6e3c-b39b-4435-8cef-3cf6440afff6") + ) + (pin "E10" + (uuid "abf97de0-6379-4fc3-a365-982ac39b9688") + ) + (pin "C10" + (uuid "27c3beac-61ec-4191-814c-1502491b3535") + ) + (pin "K2" + (uuid "154b3e08-9aff-47c4-9cc4-68d709870404") + ) + (pin "A4" + (uuid "8dd8cfe4-d433-479a-afb8-18ddd6f13df6") + ) + (pin "N7" + (uuid "5936c3f1-d7fd-4c78-9031-b3edb5a559b5") + ) + (pin "P10" + (uuid "7e6f2d0d-f2fc-4546-bf16-f621c4d431e8") + ) + (pin "M4" + (uuid "c5071498-3a0a-4f83-be31-a3dfbe5f39f3") + ) + (pin "P15" + (uuid "05141cc7-5eec-4a0f-8d53-7324206f18e1") + ) + (pin "D5" + (uuid "709698ba-5ead-43cf-8708-2804a32afa09") + ) + (pin "E6" + (uuid "9c060ada-3803-48f1-be48-01e626987f69") + ) + (pin "N6" + (uuid "9ca539bb-2c3e-468c-bd39-dd43128f5d75") + ) + (pin "C15" + (uuid "c8e74ad6-a171-407c-801d-2ee91ab545e6") + ) + (pin "C9" + (uuid "2717349a-1677-41f1-976a-d435d18d419a") + ) + (pin "C3" + (uuid "bb5fe194-2cf2-4fab-8963-8524d841afc4") + ) + (pin "F5" + (uuid "ef6ede0e-a5c0-4b0a-ba76-b4a71aae4f71") + ) + (pin "L14" + (uuid "b56de075-4f48-47af-89cf-2f2eb1f27819") + ) + (pin "H12" + (uuid "45b0cffb-7ca9-4e72-b5ce-77dc85052128") + ) + (pin "M2" + (uuid "e4344cf5-3cb9-4ad9-8d10-24f401118593") + ) + (pin "A11" + (uuid "587d77e9-3714-4181-af04-efd91948087c") + ) + (pin "A5" + (uuid "77eb3a1d-7771-4e03-af5b-a18438a47555") + ) + (pin "H1" + (uuid "de0e7ae0-3179-4e11-9b92-be39b0cf191a") + ) + (pin "L8" + (uuid "11983b93-8e2d-41db-84d6-f0bb0ab48761") + ) + (pin "H11" + (uuid "aba3b4db-10c0-4bc8-9946-cfa1e5b36bc9") + ) + (pin "C14" + (uuid "9b17034d-2925-4b03-a91f-48f5b855105a") + ) + (pin "R12" + (uuid "6ee26822-644e-46ad-8baa-375dbf7966d3") + ) + (pin "M7" + (uuid "c34a491f-165c-4d73-a54d-dcf248b584cf") + ) + (pin "A9" + (uuid "25e9542b-391c-4d71-96a0-7e3bc4a7c382") + ) + (pin "B9" + (uuid "256ee61f-3d8a-4311-9278-1380cba55152") + ) + (pin "G14" + (uuid "7ffd868b-3982-4035-86cb-985af031e7ac") + ) + (pin "M10" + (uuid "f285280f-ed32-4bac-89bd-aa3e339fb856") + ) + (pin "L5" + (uuid "02b72103-6268-4881-8c75-2898ad8eadf3") + ) + (pin "J3" + (uuid "2b0ebabb-6db4-4315-b69b-fc5aab3ea17a") + ) + (pin "J11" + (uuid "65f07d6e-8840-441f-8d43-8e5effb4d318") + ) + (pin "F11" + (uuid "f8f2fa8f-5afe-47d2-8b9f-2305e9823123") + ) + (pin "J13" + (uuid "139290a4-93a3-4980-8c62-f3ba3ea74e43") + ) + (pin "G13" + (uuid "9594eaff-a122-4bd7-9465-e9e5236cf621") + ) + (pin "D12" + (uuid "3d6ff069-c0c4-4eb1-aa24-a9076d6dde74") + ) + (pin "B4" + (uuid "b494821a-acf3-4eec-8ae7-bcf094f49e9a") + ) + (pin "M15" + (uuid "770742ec-413a-46c7-9223-7cb20fa137d9") + ) + (pin "G11" + (uuid "ffd61d52-964d-4a8f-8df7-3db41ead5563") + ) + (pin "D7" + (uuid "c94adae7-9f94-40d2-9090-7ded795426fd") + ) + (pin "E12" + (uuid "e57c8529-4bf0-424b-b208-643974801b56") + ) + (pin "K13" + (uuid "612470ed-16e9-4c2d-915e-3f14091d3c8f") + ) + (pin "B13" + (uuid "a622e548-9f82-4b2a-9416-30d014a5eb58") + ) + (pin "C12" + (uuid "e49957c0-21aa-4297-b5fb-e7bb43ae0bf1") + ) + (pin "C1" + (uuid "15c1c4d5-ec76-401a-8c79-cc1563a99758") + ) + (pin "G15" + (uuid "ac3e8e14-f463-4a1d-a49c-ca36b4898afb") + ) + (pin "E8" + (uuid "940b54fd-ff21-4276-ba18-ac05f8ff5fb6") + ) + (pin "G4" + (uuid "0a5750cb-ac79-4353-8429-f0d28de0d577") + ) + (pin "A1" + (uuid "dca44cab-fa20-4b10-8ebe-4fdeb1e9fa80") + ) + (pin "N15" + (uuid "8092ab87-b066-438d-9714-83160859cdb8") + ) + (pin "L12" + (uuid "eb803c4e-3d42-4abc-bf18-ca2942f514c2") + ) + (pin "D2" + (uuid "3218c5d8-3a4b-4ddb-b84b-01443c9993c7") + ) + (pin "B1" + (uuid "a9d94f27-5aa4-4c41-b289-c24bfcdb7117") + ) + (pin "L11" + (uuid "0f9c2754-4b88-4d12-85a1-de6205a3d623") + ) + (pin "F4" + (uuid "f404b785-1da9-478a-9741-192c52e95895") + ) + (pin "C5" + (uuid "4bde346e-1022-418d-8d42-f6ae28fb1d27") + ) + (pin "A2" + (uuid "0b28b359-ec09-4c1c-b320-d0c3500e5fed") + ) + (pin "M13" + (uuid "b3959b66-37a3-4023-bbdf-973ebb177a6d") + ) + (pin "A12" + (uuid "0097fa2d-3216-44a2-9027-750b0195ed38") + ) + (pin "D14" + (uuid "a816628e-79f3-40ea-ac04-51bfb00bad22") + ) + (pin "H13" + (uuid "3b6766fd-037e-4975-8929-29a3f7133e38") + ) + (pin "R2" + (uuid "7eba575d-12fe-4745-91b6-daeb1ee916f5") + ) + (pin "N4" + (uuid "ebd2338f-fb42-4b20-83c3-4aa80376013e") + ) + (pin "A10" + (uuid "9ec38711-eb77-42e7-a481-0be727121768") + ) + (pin "L13" + (uuid "d5642ad9-e21a-4aef-ad13-8b1fe17f6414") + ) + (pin "L3" + (uuid "9d0d8522-833e-439f-8f8a-95ef08233af0") + ) + (pin "G3" + (uuid "69421c3f-a5da-4d1b-b4ff-e10765c4d885") + ) + (pin "C11" + (uuid "a7bb9f1e-0344-43e6-a15c-ce30935f88db") + ) + (pin "R10" + (uuid "3eaaf45e-a3ed-4e95-ada9-f19415d04d7d") + ) + (pin "P2" + (uuid "d691c3d3-aee7-479f-9f18-1d48bb71a182") + ) + (pin "A6" + (uuid "f274d4ee-67fe-44da-8995-00d57181acc0") + ) + (pin "R4" + (uuid "d2f01b5e-b2a3-400f-a272-886f84bb3526") + ) + (pin "K12" + (uuid "9503bb77-f5d4-474f-befb-935a793cba2f") + ) + (pin "N2" + (uuid "4c7936cc-71c1-4fa8-ab98-1f0c090bbf71") + ) + (pin "G1" + (uuid "97bd9b88-b6cf-41cb-aa5c-af72e8d1701d") + ) + (pin "K11" + (uuid "ef1d21a3-7a2d-46be-a4da-cf8d3d8711d8") + ) + (pin "N14" + (uuid "f89acfe0-d975-4a62-8616-ab693176d7c2") + ) + (pin "C4" + (uuid "56e8bde7-f593-45de-91f6-f68fdabb50ac") + ) + (pin "E15" + (uuid "40c89794-4d33-4102-88ef-6b6abffa5d43") + ) + (pin "P8" + (uuid "44dfbb5b-51e6-4afd-8852-a2fc3786baa0") + ) + (pin "E14" + (uuid "19b11747-b6bb-4ef8-9e55-f862d0892d57") + ) + (pin "P9" + (uuid "2d625fed-99c3-417c-9e06-4ec225474fa1") + ) + (pin "E11" + (uuid "670b7093-80d1-4de6-98a1-78f2a26db94b") + ) + (pin "D15" + (uuid "a5edef60-9f54-49b8-8b20-351d9683630f") + ) + (pin "E3" + (uuid "5aeb1e12-74c9-479f-85f6-49f771a0ff9c") + ) + (pin "D11" + (uuid "0a642876-6142-43dd-863a-bad653e2492d") + ) + (pin "F14" + (uuid "fd71bbbc-dee9-4b91-b970-c0b360d05be2") + ) + (pin "G2" + (uuid "2a7029bc-b1db-4dc4-afa9-4582a3a0e848") + ) + (pin "K4" + (uuid "272b8580-a81e-4b50-a4dd-63d4b4729f00") + ) + (pin "A15" + (uuid "3060abe2-fa9b-428c-b415-7e280185c44d") + ) + (pin "B8" + (uuid "d918074c-20ff-444e-b6f0-88e5f33430b2") + ) + (pin "D4" + (uuid "39acd37d-7e23-414b-997f-e1c90e7f3dc3") + ) + (pin "P7" + (uuid "d0c9937d-a9e4-4abd-b0d7-0375568fc6c0") + ) + (pin "M14" + (uuid "30392502-01cc-4d3f-85ed-87c08e4932bd") + ) + (pin "A7" + (uuid "fde22433-1b64-4dfc-a57b-cbbc28d95616") + ) + (pin "H14" + (uuid "e9aa3e66-b56d-416a-b6a0-483faf365bbf") + ) + (pin "D9" + (uuid "fbb04b81-7d10-4e93-a507-269478b63c18") + ) + (pin "B3" + (uuid "4584b2c7-94ca-46c4-9b95-121f252239c0") + ) + (pin "L4" + (uuid "f939841d-7495-4013-9a7b-9698197a9d78") + ) + (pin "J14" + (uuid "7a99f98f-29a4-4892-bbb2-d994312554bb") + ) + (pin "H15" + (uuid "3063a236-7018-4858-93b9-2b10e571fe30") + ) + (pin "D10" + (uuid "0cfcbcfe-6f80-4131-86e6-8ccefcc1d2e6") + ) + (pin "M3" + (uuid "21f75e15-329c-466d-9b43-fca711d7d36f") + ) + (pin "R6" + (uuid "a1786d82-16ef-4286-9f8d-0097b2113dd5") + ) + (pin "N5" + (uuid "8ca0ffe0-a7ae-4d43-bcb2-bb40aef0f1ee") + ) + (pin "E7" + (uuid "0450d010-be85-4324-b5f8-09d834aab230") + ) + (pin "L9" + (uuid "dec7edf1-3d55-4207-8466-68a453e4b4d0") + ) + (pin "N13" + (uuid "0361a87f-628f-4c23-a7cd-38cc1f304501") + ) + (pin "E4" + (uuid "13fccc6c-f4ce-4ccf-a473-0a493f2b30ca") + ) + (pin "A14" + (uuid "91d76cd8-7e75-4e85-adad-5cbbc7d18a6f") + ) + (pin "R1" + (uuid "96dd1d1b-940e-4d20-a4b5-e9e47596a741") + ) + (pin "J15" + (uuid "34c16b33-a0a4-49e4-b3ac-b255c2e523ab") + ) + (pin "F1" + (uuid "8ce4451f-c804-44e9-bf11-d139c9486d1e") + ) + (pin "D6" + (uuid "8f411563-4ac3-4127-b2d6-ce3aed8a444d") + ) + (pin "L2" + (uuid "da0ec07f-6489-4c0b-9de4-42bc8e3ec523") + ) + (pin "L15" + (uuid "db7384c0-7d4a-459e-be5d-0fccb0e0877b") + ) + (pin "B2" + (uuid "0b35c622-3cc2-4811-a38a-dace37b3c6b9") + ) + (pin "C2" + (uuid "34060af9-5893-440c-aa14-eb6f0124aa80") + ) + (pin "C13" + (uuid "34eb7d5c-d1fe-40be-b077-ec90dac4cf59") + ) + (pin "P12" + (uuid "e44a5926-f98c-46e8-a029-a11f49a82fd2") + ) + (pin "J5" + (uuid "3a012795-a407-40a3-bdff-2df32031a203") + ) + (pin "R14" + (uuid "8143691c-c8cb-411f-9e50-7ba438a4380c") + ) + (pin "K3" + (uuid "9544433c-4c75-40c6-931a-17ff0729bbfb") + ) + (pin "C8" + (uuid "0e080510-48fc-472a-8b88-d36963a46ba8") + ) + (pin "F15" + (uuid "d8d1c5e9-fe08-4c75-84a9-4f3009c077c9") + ) + (pin "P6" + (uuid "c8230196-792d-4351-a5ee-562d4a7b61d0") + ) + (pin "K15" + (uuid "d33d93a6-12ea-48d7-a828-9b8f9dd826b4") + ) + (pin "M5" + (uuid "ad054081-1e7b-4659-b41d-51d47dcf7b8a") + ) + (pin "H3" + (uuid "e9d85619-1675-49f5-8c8f-4c9c29615f31") + ) + (pin "H4" + (uuid "599fb5d2-5c97-4e6e-ac11-2eef957a435d") + ) + (pin "B12" + (uuid "dc342c42-4d02-4f70-ad3f-cd5c00223d30") + ) + (pin "N3" + (uuid "1026234b-f9ca-4e5b-95b5-fb3359a5e130") + ) + (pin "F3" + (uuid "2bbf7e03-4962-40dc-bb1f-894673cde771") + ) + (pin "J2" + (uuid "c708e54c-ac32-4dca-9d09-ef1d2ec1fa56") + ) + (pin "N12" + (uuid "b874b6ec-7873-4f6b-89a3-03f54bd0f327") + ) + (pin "P1" + (uuid "84426d13-9f2b-4e91-a847-bba62520c366") + ) + (pin "E13" + (uuid "b1dd69d6-5ca4-469c-859c-9c8d30862b19") + ) + (pin "K5" + (uuid "aff05c2a-1d5b-4287-aaf7-86a009f58b29") + ) + (pin "M6" + (uuid "0268bd1e-2751-45b4-ad29-f868bc610202") + ) + (pin "L1" + (uuid "c3e73188-f4be-433f-a260-c8f4cdf069d4") + ) + (pin "J12" + (uuid "9fe97f42-c94f-4e6f-80cb-0fe06c3294e4") + ) + (pin "K14" + (uuid "625089ba-d871-4fcf-8d39-ab00a6698215") + ) + (pin "D8" + (uuid "59cd5fb6-2100-4a21-ae9a-7e18ac4851c7") + ) + (pin "A8" + (uuid "04a26beb-664d-4e07-9357-d827bb0bfa00") + ) + (pin "J1" + (uuid "51ee5ec7-9f76-4a3f-b6e2-a9bf49f17016") + ) + (pin "N1" + (uuid "1b7d2c9d-72e5-4b88-81dd-c310ff272ed3") + ) + (pin "D13" + (uuid "16d2c73d-63d8-406c-bf8a-525d70e311d0") + ) + (pin "M9" + (uuid "cf67dd7b-3d30-4825-b40a-7de12e9e1527") + ) + (pin "P5" + (uuid "a8a6b305-3231-444c-a1fc-d74dee3d1902") + ) + (pin "R5" + (uuid "fc1ac6ce-aa11-4fcc-982c-4c2fd7d2766f") + ) + (pin "R9" + (uuid "160493cd-8eef-450c-94e3-c970c5862786") + ) + (pin "E5" + (uuid "beeb76e6-63e9-4a95-9a16-04da8fd4a340") + ) + (pin "L10" + (uuid "95658b7a-3729-4e42-a8eb-7ec743ee1196") + ) + (pin "B5" + (uuid "5e389aab-5044-46a8-98b1-c6ca90199baa") + ) + (pin "F12" + (uuid "d99c2452-29c0-4cad-b2c5-12fded95bf9b") + ) + (pin "E9" + (uuid "2f50ed15-e914-413e-ace6-2202e93583b9") + ) + (pin "B6" + (uuid "be941124-f1c8-4ff7-97aa-47efa3d4fc3e") + ) + (pin "P13" + (uuid "09d280eb-8f7a-41ad-8bb7-f3ac797216b3") + ) + (pin "H2" + (uuid "e34f82c4-7dfb-4204-bee7-cda0059bba46") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/8146486c-9f00-4189-814c-3cea7be0e1e5" + (reference "U1") + (unit 4) + ) + ) + ) + ) + (symbol + (lib_id "Microcontrollers:STM32N645B0H3Q") + (at 245.11 154.94 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9c435bb1-84ce-47f0-9df6-901e20fb94b3") + (property "Reference" "U1" + (at 275.59 147.32 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "STM32N645B0H3Q" + (at 275.59 149.86 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "footprints:VFBGA198_10X10_STM" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32n645b0.pdf" + (at 275.336 150.368 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "ARM® Cortex®-M55F STM32N6 Microcontroller IC 32-Bit 800MHz ROMless 198-VFBGA (10x10)" + (at 275.336 150.114 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "STM" + (at 275.336 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "STM32N645B0H3Q" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "511-STM32N645B0H3Q " + (at 276.098 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "497-STM32N645B0H3Q-ND" + (at 276.098 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Min Temperature (C)" "-40" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "" + (at 275.59 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "G12" + (uuid "0cc015a9-f245-4f6f-a612-a9c856625130") + ) + (pin "E2" + (uuid "2ee3bf38-5944-440a-be94-853dc9d5a12d") + ) + (pin "R11" + (uuid "3c958660-cd18-4a80-ac72-375a0b4b3d38") + ) + (pin "J4" + (uuid "22a02b35-45c6-4d44-921a-bdb80b80c290") + ) + (pin "P4" + (uuid "0262b2dc-43a2-4b45-9165-10551347c565") + ) + (pin "L7" + (uuid "6aebb215-f848-423c-9cfb-216e516f899d") + ) + (pin "E1" + (uuid "68299c7b-7460-4d65-9ecf-b019936f2ea5") + ) + (pin "A3" + (uuid "a76354e7-c877-4c2a-98a8-3ea1aaef9957") + ) + (pin "B10" + (uuid "e4ef6703-1514-47c5-9b4f-269bc34cf326") + ) + (pin "N9" + (uuid "34767175-c0d0-4a6d-a268-0460afa51fac") + ) + (pin "N11" + (uuid "9d95a04e-7a66-43dd-bc0d-a7f23703465b") + ) + (pin "P11" + (uuid "bef54249-547b-4ddf-894e-091dbecf0730") + ) + (pin "M1" + (uuid "ef7adffb-473c-4c76-9123-41afae463c35") + ) + (pin "N10" + (uuid "eab68ee7-be33-4333-a7ee-e091c61ddc70") + ) + (pin "F13" + (uuid "5a6bd078-b041-4cee-80d8-592f7afb5b73") + ) + (pin "R15" + (uuid "97ef24e4-d8e2-4b0f-ac31-eea2018e0561") + ) + (pin "R13" + (uuid "2ac2a090-d1e4-4a61-a35b-7666376785e1") + ) + (pin "M11" + (uuid "bd31f1c1-cecd-4c40-8785-ae1503783092") + ) + (pin "R7" + (uuid "64bc4993-5b54-4e74-a244-198e538b7030") + ) + (pin "R8" + (uuid "02e0b865-b73a-416f-9375-218293ba96f9") + ) + (pin "M8" + (uuid "9e9d4af9-9fe8-4018-916b-a759b05c4630") + ) + (pin "F2" + (uuid "dfc5baed-1611-42f3-925d-74297423faea") + ) + (pin "C7" + (uuid "c26532e9-8f86-4c34-aa3e-d71dda908e39") + ) + (pin "B7" + (uuid "513f47db-212a-4d71-b431-5db528df834a") + ) + (pin "D3" + (uuid "608a2143-26b5-4a9c-be6e-dd717de7f64e") + ) + (pin "P14" + (uuid "1837527c-b83b-4461-ad5d-cae5261c1a21") + ) + (pin "M12" + (uuid "cc116ed6-5e88-41cc-9376-6777cf19a1a1") + ) + (pin "C6" + (uuid "2464f7c3-2016-499f-b401-e6a4e819c10f") + ) + (pin "B11" + (uuid "f1715d73-ca2b-474c-9972-6f9f45e04a22") + ) + (pin "B15" + (uuid "263ca389-8e88-49c4-949f-1e10a52d050c") + ) + (pin "A13" + (uuid "eeba961c-b81e-4b73-a9fe-5f9269f64d43") + ) + (pin "L6" + (uuid "d8dc1d50-d416-480f-8c25-6042e3ce2581") + ) + (pin "N8" + (uuid "d8b2ce7f-e257-4b82-8e5d-75121f0c1dab") + ) + (pin "P3" + (uuid "f6aa45e2-0a3c-42ba-b891-ba62e439b7ae") + ) + (pin "R3" + (uuid "9d60fda1-54d6-42d3-a208-f666b8dad305") + ) + (pin "D1" + (uuid "a0678ada-9233-4e84-ae56-b2c79d400536") + ) + (pin "K1" + (uuid "1d634d77-1d7b-42f6-b296-6fd58a50daac") + ) + (pin "B14" + (uuid "b6bb6e3c-b39b-4435-8cef-3cf6440afff7") + ) + (pin "E10" + (uuid "abf97de0-6379-4fc3-a365-982ac39b9689") + ) + (pin "C10" + (uuid "27c3beac-61ec-4191-814c-1502491b3536") + ) + (pin "K2" + (uuid "154b3e08-9aff-47c4-9cc4-68d709870405") + ) + (pin "A4" + (uuid "8dd8cfe4-d433-479a-afb8-18ddd6f13df7") + ) + (pin "N7" + (uuid "5936c3f1-d7fd-4c78-9031-b3edb5a559b6") + ) + (pin "P10" + (uuid "7e6f2d0d-f2fc-4546-bf16-f621c4d431e9") + ) + (pin "M4" + (uuid "c5071498-3a0a-4f83-be31-a3dfbe5f39f4") + ) + (pin "P15" + (uuid "05141cc7-5eec-4a0f-8d53-7324206f18e2") + ) + (pin "D5" + (uuid "709698ba-5ead-43cf-8708-2804a32afa0a") + ) + (pin "E6" + (uuid "9c060ada-3803-48f1-be48-01e626987f6a") + ) + (pin "N6" + (uuid "9ca539bb-2c3e-468c-bd39-dd43128f5d76") + ) + (pin "C15" + (uuid "c8e74ad6-a171-407c-801d-2ee91ab545e7") + ) + (pin "C9" + (uuid "2717349a-1677-41f1-976a-d435d18d419b") + ) + (pin "C3" + (uuid "bb5fe194-2cf2-4fab-8963-8524d841afc5") + ) + (pin "F5" + (uuid "ef6ede0e-a5c0-4b0a-ba76-b4a71aae4f72") + ) + (pin "L14" + (uuid "b56de075-4f48-47af-89cf-2f2eb1f2781a") + ) + (pin "H12" + (uuid "45b0cffb-7ca9-4e72-b5ce-77dc85052129") + ) + (pin "M2" + (uuid "e4344cf5-3cb9-4ad9-8d10-24f401118594") + ) + (pin "A11" + (uuid "587d77e9-3714-4181-af04-efd91948087d") + ) + (pin "A5" + (uuid "77eb3a1d-7771-4e03-af5b-a18438a47556") + ) + (pin "H1" + (uuid "de0e7ae0-3179-4e11-9b92-be39b0cf191b") + ) + (pin "L8" + (uuid "11983b93-8e2d-41db-84d6-f0bb0ab48762") + ) + (pin "H11" + (uuid "aba3b4db-10c0-4bc8-9946-cfa1e5b36bca") + ) + (pin "C14" + (uuid "9b17034d-2925-4b03-a91f-48f5b855105b") + ) + (pin "R12" + (uuid "6ee26822-644e-46ad-8baa-375dbf7966d4") + ) + (pin "M7" + (uuid "c34a491f-165c-4d73-a54d-dcf248b584d0") + ) + (pin "A9" + (uuid "25e9542b-391c-4d71-96a0-7e3bc4a7c383") + ) + (pin "B9" + (uuid "256ee61f-3d8a-4311-9278-1380cba55153") + ) + (pin "G14" + (uuid "7ffd868b-3982-4035-86cb-985af031e7ad") + ) + (pin "M10" + (uuid "f285280f-ed32-4bac-89bd-aa3e339fb857") + ) + (pin "L5" + (uuid "02b72103-6268-4881-8c75-2898ad8eadf4") + ) + (pin "J3" + (uuid "2b0ebabb-6db4-4315-b69b-fc5aab3ea17b") + ) + (pin "J11" + (uuid "65f07d6e-8840-441f-8d43-8e5effb4d319") + ) + (pin "F11" + (uuid "f8f2fa8f-5afe-47d2-8b9f-2305e9823124") + ) + (pin "J13" + (uuid "139290a4-93a3-4980-8c62-f3ba3ea74e44") + ) + (pin "G13" + (uuid "9594eaff-a122-4bd7-9465-e9e5236cf622") + ) + (pin "D12" + (uuid "3d6ff069-c0c4-4eb1-aa24-a9076d6dde75") + ) + (pin "B4" + (uuid "b494821a-acf3-4eec-8ae7-bcf094f49e9b") + ) + (pin "M15" + (uuid "770742ec-413a-46c7-9223-7cb20fa137da") + ) + (pin "G11" + (uuid "ffd61d52-964d-4a8f-8df7-3db41ead5564") + ) + (pin "D7" + (uuid "c94adae7-9f94-40d2-9090-7ded795426fe") + ) + (pin "E12" + (uuid "e57c8529-4bf0-424b-b208-643974801b57") + ) + (pin "K13" + (uuid "612470ed-16e9-4c2d-915e-3f14091d3c90") + ) + (pin "B13" + (uuid "a622e548-9f82-4b2a-9416-30d014a5eb59") + ) + (pin "C12" + (uuid "e49957c0-21aa-4297-b5fb-e7bb43ae0bf2") + ) + (pin "C1" + (uuid "15c1c4d5-ec76-401a-8c79-cc1563a99759") + ) + (pin "G15" + (uuid "ac3e8e14-f463-4a1d-a49c-ca36b4898afc") + ) + (pin "E8" + (uuid "940b54fd-ff21-4276-ba18-ac05f8ff5fb7") + ) + (pin "G4" + (uuid "0a5750cb-ac79-4353-8429-f0d28de0d578") + ) + (pin "A1" + (uuid "dca44cab-fa20-4b10-8ebe-4fdeb1e9fa81") + ) + (pin "N15" + (uuid "8092ab87-b066-438d-9714-83160859cdb9") + ) + (pin "L12" + (uuid "eb803c4e-3d42-4abc-bf18-ca2942f514c3") + ) + (pin "D2" + (uuid "3218c5d8-3a4b-4ddb-b84b-01443c9993c8") + ) + (pin "B1" + (uuid "a9d94f27-5aa4-4c41-b289-c24bfcdb7118") + ) + (pin "L11" + (uuid "0f9c2754-4b88-4d12-85a1-de6205a3d624") + ) + (pin "F4" + (uuid "f404b785-1da9-478a-9741-192c52e95896") + ) + (pin "C5" + (uuid "4bde346e-1022-418d-8d42-f6ae28fb1d28") + ) + (pin "A2" + (uuid "0b28b359-ec09-4c1c-b320-d0c3500e5fee") + ) + (pin "M13" + (uuid "b3959b66-37a3-4023-bbdf-973ebb177a6e") + ) + (pin "A12" + (uuid "0097fa2d-3216-44a2-9027-750b0195ed39") + ) + (pin "D14" + (uuid "a816628e-79f3-40ea-ac04-51bfb00bad23") + ) + (pin "H13" + (uuid "3b6766fd-037e-4975-8929-29a3f7133e39") + ) + (pin "R2" + (uuid "7eba575d-12fe-4745-91b6-daeb1ee916f6") + ) + (pin "N4" + (uuid "ebd2338f-fb42-4b20-83c3-4aa80376013f") + ) + (pin "A10" + (uuid "9ec38711-eb77-42e7-a481-0be727121769") + ) + (pin "L13" + (uuid "d5642ad9-e21a-4aef-ad13-8b1fe17f6415") + ) + (pin "L3" + (uuid "9d0d8522-833e-439f-8f8a-95ef08233af1") + ) + (pin "G3" + (uuid "69421c3f-a5da-4d1b-b4ff-e10765c4d886") + ) + (pin "C11" + (uuid "a7bb9f1e-0344-43e6-a15c-ce30935f88dc") + ) + (pin "R10" + (uuid "3eaaf45e-a3ed-4e95-ada9-f19415d04d7e") + ) + (pin "P2" + (uuid "d691c3d3-aee7-479f-9f18-1d48bb71a183") + ) + (pin "A6" + (uuid "f274d4ee-67fe-44da-8995-00d57181acc1") + ) + (pin "R4" + (uuid "d2f01b5e-b2a3-400f-a272-886f84bb3527") + ) + (pin "K12" + (uuid "9503bb77-f5d4-474f-befb-935a793cba30") + ) + (pin "N2" + (uuid "4c7936cc-71c1-4fa8-ab98-1f0c090bbf72") + ) + (pin "G1" + (uuid "97bd9b88-b6cf-41cb-aa5c-af72e8d1701e") + ) + (pin "K11" + (uuid "ef1d21a3-7a2d-46be-a4da-cf8d3d8711d9") + ) + (pin "N14" + (uuid "f89acfe0-d975-4a62-8616-ab693176d7c3") + ) + (pin "C4" + (uuid "56e8bde7-f593-45de-91f6-f68fdabb50ad") + ) + (pin "E15" + (uuid "40c89794-4d33-4102-88ef-6b6abffa5d44") + ) + (pin "P8" + (uuid "44dfbb5b-51e6-4afd-8852-a2fc3786baa1") + ) + (pin "E14" + (uuid "19b11747-b6bb-4ef8-9e55-f862d0892d58") + ) + (pin "P9" + (uuid "2d625fed-99c3-417c-9e06-4ec225474fa2") + ) + (pin "E11" + (uuid "670b7093-80d1-4de6-98a1-78f2a26db94c") + ) + (pin "D15" + (uuid "a5edef60-9f54-49b8-8b20-351d96836310") + ) + (pin "E3" + (uuid "5aeb1e12-74c9-479f-85f6-49f771a0ff9d") + ) + (pin "D11" + (uuid "0a642876-6142-43dd-863a-bad653e2492e") + ) + (pin "F14" + (uuid "fd71bbbc-dee9-4b91-b970-c0b360d05be3") + ) + (pin "G2" + (uuid "2a7029bc-b1db-4dc4-afa9-4582a3a0e849") + ) + (pin "K4" + (uuid "272b8580-a81e-4b50-a4dd-63d4b4729f01") + ) + (pin "A15" + (uuid "3060abe2-fa9b-428c-b415-7e280185c44e") + ) + (pin "B8" + (uuid "d918074c-20ff-444e-b6f0-88e5f33430b3") + ) + (pin "D4" + (uuid "39acd37d-7e23-414b-997f-e1c90e7f3dc4") + ) + (pin "P7" + (uuid "d0c9937d-a9e4-4abd-b0d7-0375568fc6c1") + ) + (pin "M14" + (uuid "30392502-01cc-4d3f-85ed-87c08e4932be") + ) + (pin "A7" + (uuid "fde22433-1b64-4dfc-a57b-cbbc28d95617") + ) + (pin "H14" + (uuid "e9aa3e66-b56d-416a-b6a0-483faf365bc0") + ) + (pin "D9" + (uuid "fbb04b81-7d10-4e93-a507-269478b63c19") + ) + (pin "B3" + (uuid "4584b2c7-94ca-46c4-9b95-121f252239c1") + ) + (pin "L4" + (uuid "f939841d-7495-4013-9a7b-9698197a9d79") + ) + (pin "J14" + (uuid "7a99f98f-29a4-4892-bbb2-d994312554bc") + ) + (pin "H15" + (uuid "3063a236-7018-4858-93b9-2b10e571fe31") + ) + (pin "D10" + (uuid "0cfcbcfe-6f80-4131-86e6-8ccefcc1d2e7") + ) + (pin "M3" + (uuid "21f75e15-329c-466d-9b43-fca711d7d370") + ) + (pin "R6" + (uuid "a1786d82-16ef-4286-9f8d-0097b2113dd6") + ) + (pin "N5" + (uuid "8ca0ffe0-a7ae-4d43-bcb2-bb40aef0f1ef") + ) + (pin "E7" + (uuid "0450d010-be85-4324-b5f8-09d834aab231") + ) + (pin "L9" + (uuid "dec7edf1-3d55-4207-8466-68a453e4b4d1") + ) + (pin "N13" + (uuid "0361a87f-628f-4c23-a7cd-38cc1f304502") + ) + (pin "E4" + (uuid "13fccc6c-f4ce-4ccf-a473-0a493f2b30cb") + ) + (pin "A14" + (uuid "91d76cd8-7e75-4e85-adad-5cbbc7d18a70") + ) + (pin "R1" + (uuid "96dd1d1b-940e-4d20-a4b5-e9e47596a742") + ) + (pin "J15" + (uuid "34c16b33-a0a4-49e4-b3ac-b255c2e523ac") + ) + (pin "F1" + (uuid "8ce4451f-c804-44e9-bf11-d139c9486d1f") + ) + (pin "D6" + (uuid "8f411563-4ac3-4127-b2d6-ce3aed8a444e") + ) + (pin "L2" + (uuid "da0ec07f-6489-4c0b-9de4-42bc8e3ec524") + ) + (pin "L15" + (uuid "db7384c0-7d4a-459e-be5d-0fccb0e0877c") + ) + (pin "B2" + (uuid "0b35c622-3cc2-4811-a38a-dace37b3c6ba") + ) + (pin "C2" + (uuid "34060af9-5893-440c-aa14-eb6f0124aa81") + ) + (pin "C13" + (uuid "34eb7d5c-d1fe-40be-b077-ec90dac4cf5a") + ) + (pin "P12" + (uuid "e44a5926-f98c-46e8-a029-a11f49a82fd3") + ) + (pin "J5" + (uuid "3a012795-a407-40a3-bdff-2df32031a204") + ) + (pin "R14" + (uuid "8143691c-c8cb-411f-9e50-7ba438a4380d") + ) + (pin "K3" + (uuid "9544433c-4c75-40c6-931a-17ff0729bbfc") + ) + (pin "C8" + (uuid "0e080510-48fc-472a-8b88-d36963a46ba9") + ) + (pin "F15" + (uuid "d8d1c5e9-fe08-4c75-84a9-4f3009c077ca") + ) + (pin "P6" + (uuid "c8230196-792d-4351-a5ee-562d4a7b61d1") + ) + (pin "K15" + (uuid "d33d93a6-12ea-48d7-a828-9b8f9dd826b5") + ) + (pin "M5" + (uuid "ad054081-1e7b-4659-b41d-51d47dcf7b8b") + ) + (pin "H3" + (uuid "e9d85619-1675-49f5-8c8f-4c9c29615f32") + ) + (pin "H4" + (uuid "599fb5d2-5c97-4e6e-ac11-2eef957a435e") + ) + (pin "B12" + (uuid "dc342c42-4d02-4f70-ad3f-cd5c00223d31") + ) + (pin "N3" + (uuid "1026234b-f9ca-4e5b-95b5-fb3359a5e131") + ) + (pin "F3" + (uuid "2bbf7e03-4962-40dc-bb1f-894673cde772") + ) + (pin "J2" + (uuid "c708e54c-ac32-4dca-9d09-ef1d2ec1fa57") + ) + (pin "N12" + (uuid "b874b6ec-7873-4f6b-89a3-03f54bd0f328") + ) + (pin "P1" + (uuid "84426d13-9f2b-4e91-a847-bba62520c367") + ) + (pin "E13" + (uuid "b1dd69d6-5ca4-469c-859c-9c8d30862b1a") + ) + (pin "K5" + (uuid "aff05c2a-1d5b-4287-aaf7-86a009f58b2a") + ) + (pin "M6" + (uuid "0268bd1e-2751-45b4-ad29-f868bc610203") + ) + (pin "L1" + (uuid "c3e73188-f4be-433f-a260-c8f4cdf069d5") + ) + (pin "J12" + (uuid "9fe97f42-c94f-4e6f-80cb-0fe06c3294e5") + ) + (pin "K14" + (uuid "625089ba-d871-4fcf-8d39-ab00a6698216") + ) + (pin "D8" + (uuid "59cd5fb6-2100-4a21-ae9a-7e18ac4851c8") + ) + (pin "A8" + (uuid "04a26beb-664d-4e07-9357-d827bb0bfa01") + ) + (pin "J1" + (uuid "51ee5ec7-9f76-4a3f-b6e2-a9bf49f17017") + ) + (pin "N1" + (uuid "1b7d2c9d-72e5-4b88-81dd-c310ff272ed4") + ) + (pin "D13" + (uuid "16d2c73d-63d8-406c-bf8a-525d70e311d1") + ) + (pin "M9" + (uuid "cf67dd7b-3d30-4825-b40a-7de12e9e1528") + ) + (pin "P5" + (uuid "a8a6b305-3231-444c-a1fc-d74dee3d1903") + ) + (pin "R5" + (uuid "fc1ac6ce-aa11-4fcc-982c-4c2fd7d27670") + ) + (pin "R9" + (uuid "160493cd-8eef-450c-94e3-c970c5862787") + ) + (pin "E5" + (uuid "beeb76e6-63e9-4a95-9a16-04da8fd4a341") + ) + (pin "L10" + (uuid "95658b7a-3729-4e42-a8eb-7ec743ee1197") + ) + (pin "B5" + (uuid "5e389aab-5044-46a8-98b1-c6ca90199bab") + ) + (pin "F12" + (uuid "d99c2452-29c0-4cad-b2c5-12fded95bf9c") + ) + (pin "E9" + (uuid "2f50ed15-e914-413e-ace6-2202e93583ba") + ) + (pin "B6" + (uuid "be941124-f1c8-4ff7-97aa-47efa3d4fc3f") + ) + (pin "P13" + (uuid "09d280eb-8f7a-41ad-8bb7-f3ac797216b4") + ) + (pin "H2" + (uuid "e34f82c4-7dfb-4204-bee7-cda0059bba47") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/8146486c-9f00-4189-814c-3cea7be0e1e5" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Microcontrollers:STM32N645B0H3Q") + (at 81.28 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ba04c108-38ba-49dd-8bfc-b78113d7d912") + (property "Reference" "U1" + (at 111.76 45.72 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "STM32N645B0H3Q" + (at 111.76 48.26 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "footprints:VFBGA198_10X10_STM" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32n645b0.pdf" + (at 111.506 48.768 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "ARM® Cortex®-M55F STM32N6 Microcontroller IC 32-Bit 800MHz ROMless 198-VFBGA (10x10)" + (at 111.506 48.514 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "STM" + (at 111.506 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "STM32N645B0H3Q" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "511-STM32N645B0H3Q " + (at 112.268 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "497-STM32N645B0H3Q-ND" + (at 112.268 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Min Temperature (C)" "-40" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "" + (at 111.76 48.768 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "G12" + (uuid "0cc015a9-f245-4f6f-a612-a9c856625131") + ) + (pin "E2" + (uuid "2ee3bf38-5944-440a-be94-853dc9d5a12e") + ) + (pin "R11" + (uuid "3c958660-cd18-4a80-ac72-375a0b4b3d39") + ) + (pin "J4" + (uuid "22a02b35-45c6-4d44-921a-bdb80b80c291") + ) + (pin "P4" + (uuid "0262b2dc-43a2-4b45-9165-10551347c566") + ) + (pin "L7" + (uuid "6aebb215-f848-423c-9cfb-216e516f899e") + ) + (pin "E1" + (uuid "68299c7b-7460-4d65-9ecf-b019936f2ea6") + ) + (pin "A3" + (uuid "a76354e7-c877-4c2a-98a8-3ea1aaef9958") + ) + (pin "B10" + (uuid "e4ef6703-1514-47c5-9b4f-269bc34cf327") + ) + (pin "N9" + (uuid "34767175-c0d0-4a6d-a268-0460afa51fad") + ) + (pin "N11" + (uuid "9d95a04e-7a66-43dd-bc0d-a7f23703465c") + ) + (pin "P11" + (uuid "bef54249-547b-4ddf-894e-091dbecf0731") + ) + (pin "M1" + (uuid "ef7adffb-473c-4c76-9123-41afae463c36") + ) + (pin "N10" + (uuid "eab68ee7-be33-4333-a7ee-e091c61ddc71") + ) + (pin "F13" + (uuid "5a6bd078-b041-4cee-80d8-592f7afb5b74") + ) + (pin "R15" + (uuid "97ef24e4-d8e2-4b0f-ac31-eea2018e0562") + ) + (pin "R13" + (uuid "2ac2a090-d1e4-4a61-a35b-7666376785e2") + ) + (pin "M11" + (uuid "bd31f1c1-cecd-4c40-8785-ae1503783093") + ) + (pin "R7" + (uuid "64bc4993-5b54-4e74-a244-198e538b7031") + ) + (pin "R8" + (uuid "02e0b865-b73a-416f-9375-218293ba96fa") + ) + (pin "M8" + (uuid "9e9d4af9-9fe8-4018-916b-a759b05c4631") + ) + (pin "F2" + (uuid "dfc5baed-1611-42f3-925d-74297423faeb") + ) + (pin "C7" + (uuid "c26532e9-8f86-4c34-aa3e-d71dda908e3a") + ) + (pin "B7" + (uuid "513f47db-212a-4d71-b431-5db528df834b") + ) + (pin "D3" + (uuid "608a2143-26b5-4a9c-be6e-dd717de7f64f") + ) + (pin "P14" + (uuid "1837527c-b83b-4461-ad5d-cae5261c1a22") + ) + (pin "M12" + (uuid "cc116ed6-5e88-41cc-9376-6777cf19a1a2") + ) + (pin "C6" + (uuid "2464f7c3-2016-499f-b401-e6a4e819c110") + ) + (pin "B11" + (uuid "f1715d73-ca2b-474c-9972-6f9f45e04a23") + ) + (pin "B15" + (uuid "263ca389-8e88-49c4-949f-1e10a52d050d") + ) + (pin "A13" + (uuid "eeba961c-b81e-4b73-a9fe-5f9269f64d44") + ) + (pin "L6" + (uuid "d8dc1d50-d416-480f-8c25-6042e3ce2582") + ) + (pin "N8" + (uuid "d8b2ce7f-e257-4b82-8e5d-75121f0c1dac") + ) + (pin "P3" + (uuid "f6aa45e2-0a3c-42ba-b891-ba62e439b7af") + ) + (pin "R3" + (uuid "9d60fda1-54d6-42d3-a208-f666b8dad306") + ) + (pin "D1" + (uuid "a0678ada-9233-4e84-ae56-b2c79d400537") + ) + (pin "K1" + (uuid "1d634d77-1d7b-42f6-b296-6fd58a50daad") + ) + (pin "B14" + (uuid "b6bb6e3c-b39b-4435-8cef-3cf6440afff8") + ) + (pin "E10" + (uuid "abf97de0-6379-4fc3-a365-982ac39b968a") + ) + (pin "C10" + (uuid "27c3beac-61ec-4191-814c-1502491b3537") + ) + (pin "K2" + (uuid "154b3e08-9aff-47c4-9cc4-68d709870406") + ) + (pin "A4" + (uuid "8dd8cfe4-d433-479a-afb8-18ddd6f13df8") + ) + (pin "N7" + (uuid "5936c3f1-d7fd-4c78-9031-b3edb5a559b7") + ) + (pin "P10" + (uuid "7e6f2d0d-f2fc-4546-bf16-f621c4d431ea") + ) + (pin "M4" + (uuid "c5071498-3a0a-4f83-be31-a3dfbe5f39f5") + ) + (pin "P15" + (uuid "05141cc7-5eec-4a0f-8d53-7324206f18e3") + ) + (pin "D5" + (uuid "709698ba-5ead-43cf-8708-2804a32afa0b") + ) + (pin "E6" + (uuid "9c060ada-3803-48f1-be48-01e626987f6b") + ) + (pin "N6" + (uuid "9ca539bb-2c3e-468c-bd39-dd43128f5d77") + ) + (pin "C15" + (uuid "c8e74ad6-a171-407c-801d-2ee91ab545e8") + ) + (pin "C9" + (uuid "2717349a-1677-41f1-976a-d435d18d419c") + ) + (pin "C3" + (uuid "bb5fe194-2cf2-4fab-8963-8524d841afc6") + ) + (pin "F5" + (uuid "ef6ede0e-a5c0-4b0a-ba76-b4a71aae4f73") + ) + (pin "L14" + (uuid "b56de075-4f48-47af-89cf-2f2eb1f2781b") + ) + (pin "H12" + (uuid "45b0cffb-7ca9-4e72-b5ce-77dc8505212a") + ) + (pin "M2" + (uuid "e4344cf5-3cb9-4ad9-8d10-24f401118595") + ) + (pin "A11" + (uuid "587d77e9-3714-4181-af04-efd91948087e") + ) + (pin "A5" + (uuid "77eb3a1d-7771-4e03-af5b-a18438a47557") + ) + (pin "H1" + (uuid "de0e7ae0-3179-4e11-9b92-be39b0cf191c") + ) + (pin "L8" + (uuid "11983b93-8e2d-41db-84d6-f0bb0ab48763") + ) + (pin "H11" + (uuid "aba3b4db-10c0-4bc8-9946-cfa1e5b36bcb") + ) + (pin "C14" + (uuid "9b17034d-2925-4b03-a91f-48f5b855105c") + ) + (pin "R12" + (uuid "6ee26822-644e-46ad-8baa-375dbf7966d5") + ) + (pin "M7" + (uuid "c34a491f-165c-4d73-a54d-dcf248b584d1") + ) + (pin "A9" + (uuid "25e9542b-391c-4d71-96a0-7e3bc4a7c384") + ) + (pin "B9" + (uuid "256ee61f-3d8a-4311-9278-1380cba55154") + ) + (pin "G14" + (uuid "7ffd868b-3982-4035-86cb-985af031e7ae") + ) + (pin "M10" + (uuid "f285280f-ed32-4bac-89bd-aa3e339fb858") + ) + (pin "L5" + (uuid "02b72103-6268-4881-8c75-2898ad8eadf5") + ) + (pin "J3" + (uuid "2b0ebabb-6db4-4315-b69b-fc5aab3ea17c") + ) + (pin "J11" + (uuid "65f07d6e-8840-441f-8d43-8e5effb4d31a") + ) + (pin "F11" + (uuid "f8f2fa8f-5afe-47d2-8b9f-2305e9823125") + ) + (pin "J13" + (uuid "139290a4-93a3-4980-8c62-f3ba3ea74e45") + ) + (pin "G13" + (uuid "9594eaff-a122-4bd7-9465-e9e5236cf623") + ) + (pin "D12" + (uuid "3d6ff069-c0c4-4eb1-aa24-a9076d6dde76") + ) + (pin "B4" + (uuid "b494821a-acf3-4eec-8ae7-bcf094f49e9c") + ) + (pin "M15" + (uuid "770742ec-413a-46c7-9223-7cb20fa137db") + ) + (pin "G11" + (uuid "ffd61d52-964d-4a8f-8df7-3db41ead5565") + ) + (pin "D7" + (uuid "c94adae7-9f94-40d2-9090-7ded795426ff") + ) + (pin "E12" + (uuid "e57c8529-4bf0-424b-b208-643974801b58") + ) + (pin "K13" + (uuid "612470ed-16e9-4c2d-915e-3f14091d3c91") + ) + (pin "B13" + (uuid "a622e548-9f82-4b2a-9416-30d014a5eb5a") + ) + (pin "C12" + (uuid "e49957c0-21aa-4297-b5fb-e7bb43ae0bf3") + ) + (pin "C1" + (uuid "15c1c4d5-ec76-401a-8c79-cc1563a9975a") + ) + (pin "G15" + (uuid "ac3e8e14-f463-4a1d-a49c-ca36b4898afd") + ) + (pin "E8" + (uuid "940b54fd-ff21-4276-ba18-ac05f8ff5fb8") + ) + (pin "G4" + (uuid "0a5750cb-ac79-4353-8429-f0d28de0d579") + ) + (pin "A1" + (uuid "dca44cab-fa20-4b10-8ebe-4fdeb1e9fa82") + ) + (pin "N15" + (uuid "8092ab87-b066-438d-9714-83160859cdba") + ) + (pin "L12" + (uuid "eb803c4e-3d42-4abc-bf18-ca2942f514c4") + ) + (pin "D2" + (uuid "3218c5d8-3a4b-4ddb-b84b-01443c9993c9") + ) + (pin "B1" + (uuid "a9d94f27-5aa4-4c41-b289-c24bfcdb7119") + ) + (pin "L11" + (uuid "0f9c2754-4b88-4d12-85a1-de6205a3d625") + ) + (pin "F4" + (uuid "f404b785-1da9-478a-9741-192c52e95897") + ) + (pin "C5" + (uuid "4bde346e-1022-418d-8d42-f6ae28fb1d29") + ) + (pin "A2" + (uuid "0b28b359-ec09-4c1c-b320-d0c3500e5fef") + ) + (pin "M13" + (uuid "b3959b66-37a3-4023-bbdf-973ebb177a6f") + ) + (pin "A12" + (uuid "0097fa2d-3216-44a2-9027-750b0195ed3a") + ) + (pin "D14" + (uuid "a816628e-79f3-40ea-ac04-51bfb00bad24") + ) + (pin "H13" + (uuid "3b6766fd-037e-4975-8929-29a3f7133e3a") + ) + (pin "R2" + (uuid "7eba575d-12fe-4745-91b6-daeb1ee916f7") + ) + (pin "N4" + (uuid "ebd2338f-fb42-4b20-83c3-4aa803760140") + ) + (pin "A10" + (uuid "9ec38711-eb77-42e7-a481-0be72712176a") + ) + (pin "L13" + (uuid "d5642ad9-e21a-4aef-ad13-8b1fe17f6416") + ) + (pin "L3" + (uuid "9d0d8522-833e-439f-8f8a-95ef08233af2") + ) + (pin "G3" + (uuid "69421c3f-a5da-4d1b-b4ff-e10765c4d887") + ) + (pin "C11" + (uuid "a7bb9f1e-0344-43e6-a15c-ce30935f88dd") + ) + (pin "R10" + (uuid "3eaaf45e-a3ed-4e95-ada9-f19415d04d7f") + ) + (pin "P2" + (uuid "d691c3d3-aee7-479f-9f18-1d48bb71a184") + ) + (pin "A6" + (uuid "f274d4ee-67fe-44da-8995-00d57181acc2") + ) + (pin "R4" + (uuid "d2f01b5e-b2a3-400f-a272-886f84bb3528") + ) + (pin "K12" + (uuid "9503bb77-f5d4-474f-befb-935a793cba31") + ) + (pin "N2" + (uuid "4c7936cc-71c1-4fa8-ab98-1f0c090bbf73") + ) + (pin "G1" + (uuid "97bd9b88-b6cf-41cb-aa5c-af72e8d1701f") + ) + (pin "K11" + (uuid "ef1d21a3-7a2d-46be-a4da-cf8d3d8711da") + ) + (pin "N14" + (uuid "f89acfe0-d975-4a62-8616-ab693176d7c4") + ) + (pin "C4" + (uuid "56e8bde7-f593-45de-91f6-f68fdabb50ae") + ) + (pin "E15" + (uuid "40c89794-4d33-4102-88ef-6b6abffa5d45") + ) + (pin "P8" + (uuid "44dfbb5b-51e6-4afd-8852-a2fc3786baa2") + ) + (pin "E14" + (uuid "19b11747-b6bb-4ef8-9e55-f862d0892d59") + ) + (pin "P9" + (uuid "2d625fed-99c3-417c-9e06-4ec225474fa3") + ) + (pin "E11" + (uuid "670b7093-80d1-4de6-98a1-78f2a26db94d") + ) + (pin "D15" + (uuid "a5edef60-9f54-49b8-8b20-351d96836311") + ) + (pin "E3" + (uuid "5aeb1e12-74c9-479f-85f6-49f771a0ff9e") + ) + (pin "D11" + (uuid "0a642876-6142-43dd-863a-bad653e2492f") + ) + (pin "F14" + (uuid "fd71bbbc-dee9-4b91-b970-c0b360d05be4") + ) + (pin "G2" + (uuid "2a7029bc-b1db-4dc4-afa9-4582a3a0e84a") + ) + (pin "K4" + (uuid "272b8580-a81e-4b50-a4dd-63d4b4729f02") + ) + (pin "A15" + (uuid "3060abe2-fa9b-428c-b415-7e280185c44f") + ) + (pin "B8" + (uuid "d918074c-20ff-444e-b6f0-88e5f33430b4") + ) + (pin "D4" + (uuid "39acd37d-7e23-414b-997f-e1c90e7f3dc5") + ) + (pin "P7" + (uuid "d0c9937d-a9e4-4abd-b0d7-0375568fc6c2") + ) + (pin "M14" + (uuid "30392502-01cc-4d3f-85ed-87c08e4932bf") + ) + (pin "A7" + (uuid "fde22433-1b64-4dfc-a57b-cbbc28d95618") + ) + (pin "H14" + (uuid "e9aa3e66-b56d-416a-b6a0-483faf365bc1") + ) + (pin "D9" + (uuid "fbb04b81-7d10-4e93-a507-269478b63c1a") + ) + (pin "B3" + (uuid "4584b2c7-94ca-46c4-9b95-121f252239c2") + ) + (pin "L4" + (uuid "f939841d-7495-4013-9a7b-9698197a9d7a") + ) + (pin "J14" + (uuid "7a99f98f-29a4-4892-bbb2-d994312554bd") + ) + (pin "H15" + (uuid "3063a236-7018-4858-93b9-2b10e571fe32") + ) + (pin "D10" + (uuid "0cfcbcfe-6f80-4131-86e6-8ccefcc1d2e8") + ) + (pin "M3" + (uuid "21f75e15-329c-466d-9b43-fca711d7d371") + ) + (pin "R6" + (uuid "a1786d82-16ef-4286-9f8d-0097b2113dd7") + ) + (pin "N5" + (uuid "8ca0ffe0-a7ae-4d43-bcb2-bb40aef0f1f0") + ) + (pin "E7" + (uuid "0450d010-be85-4324-b5f8-09d834aab232") + ) + (pin "L9" + (uuid "dec7edf1-3d55-4207-8466-68a453e4b4d2") + ) + (pin "N13" + (uuid "0361a87f-628f-4c23-a7cd-38cc1f304503") + ) + (pin "E4" + (uuid "13fccc6c-f4ce-4ccf-a473-0a493f2b30cc") + ) + (pin "A14" + (uuid "91d76cd8-7e75-4e85-adad-5cbbc7d18a71") + ) + (pin "R1" + (uuid "96dd1d1b-940e-4d20-a4b5-e9e47596a743") + ) + (pin "J15" + (uuid "34c16b33-a0a4-49e4-b3ac-b255c2e523ad") + ) + (pin "F1" + (uuid "8ce4451f-c804-44e9-bf11-d139c9486d20") + ) + (pin "D6" + (uuid "8f411563-4ac3-4127-b2d6-ce3aed8a444f") + ) + (pin "L2" + (uuid "da0ec07f-6489-4c0b-9de4-42bc8e3ec525") + ) + (pin "L15" + (uuid "db7384c0-7d4a-459e-be5d-0fccb0e0877d") + ) + (pin "B2" + (uuid "0b35c622-3cc2-4811-a38a-dace37b3c6bb") + ) + (pin "C2" + (uuid "34060af9-5893-440c-aa14-eb6f0124aa82") + ) + (pin "C13" + (uuid "34eb7d5c-d1fe-40be-b077-ec90dac4cf5b") + ) + (pin "P12" + (uuid "e44a5926-f98c-46e8-a029-a11f49a82fd4") + ) + (pin "J5" + (uuid "3a012795-a407-40a3-bdff-2df32031a205") + ) + (pin "R14" + (uuid "8143691c-c8cb-411f-9e50-7ba438a4380e") + ) + (pin "K3" + (uuid "9544433c-4c75-40c6-931a-17ff0729bbfd") + ) + (pin "C8" + (uuid "0e080510-48fc-472a-8b88-d36963a46baa") + ) + (pin "F15" + (uuid "d8d1c5e9-fe08-4c75-84a9-4f3009c077cb") + ) + (pin "P6" + (uuid "c8230196-792d-4351-a5ee-562d4a7b61d2") + ) + (pin "K15" + (uuid "d33d93a6-12ea-48d7-a828-9b8f9dd826b6") + ) + (pin "M5" + (uuid "ad054081-1e7b-4659-b41d-51d47dcf7b8c") + ) + (pin "H3" + (uuid "e9d85619-1675-49f5-8c8f-4c9c29615f33") + ) + (pin "H4" + (uuid "599fb5d2-5c97-4e6e-ac11-2eef957a435f") + ) + (pin "B12" + (uuid "dc342c42-4d02-4f70-ad3f-cd5c00223d32") + ) + (pin "N3" + (uuid "1026234b-f9ca-4e5b-95b5-fb3359a5e132") + ) + (pin "F3" + (uuid "2bbf7e03-4962-40dc-bb1f-894673cde773") + ) + (pin "J2" + (uuid "c708e54c-ac32-4dca-9d09-ef1d2ec1fa58") + ) + (pin "N12" + (uuid "b874b6ec-7873-4f6b-89a3-03f54bd0f329") + ) + (pin "P1" + (uuid "84426d13-9f2b-4e91-a847-bba62520c368") + ) + (pin "E13" + (uuid "b1dd69d6-5ca4-469c-859c-9c8d30862b1b") + ) + (pin "K5" + (uuid "aff05c2a-1d5b-4287-aaf7-86a009f58b2b") + ) + (pin "M6" + (uuid "0268bd1e-2751-45b4-ad29-f868bc610204") + ) + (pin "L1" + (uuid "c3e73188-f4be-433f-a260-c8f4cdf069d6") + ) + (pin "J12" + (uuid "9fe97f42-c94f-4e6f-80cb-0fe06c3294e6") + ) + (pin "K14" + (uuid "625089ba-d871-4fcf-8d39-ab00a6698217") + ) + (pin "D8" + (uuid "59cd5fb6-2100-4a21-ae9a-7e18ac4851c9") + ) + (pin "A8" + (uuid "04a26beb-664d-4e07-9357-d827bb0bfa02") + ) + (pin "J1" + (uuid "51ee5ec7-9f76-4a3f-b6e2-a9bf49f17018") + ) + (pin "N1" + (uuid "1b7d2c9d-72e5-4b88-81dd-c310ff272ed5") + ) + (pin "D13" + (uuid "16d2c73d-63d8-406c-bf8a-525d70e311d2") + ) + (pin "M9" + (uuid "cf67dd7b-3d30-4825-b40a-7de12e9e1529") + ) + (pin "P5" + (uuid "a8a6b305-3231-444c-a1fc-d74dee3d1904") + ) + (pin "R5" + (uuid "fc1ac6ce-aa11-4fcc-982c-4c2fd7d27671") + ) + (pin "R9" + (uuid "160493cd-8eef-450c-94e3-c970c5862788") + ) + (pin "E5" + (uuid "beeb76e6-63e9-4a95-9a16-04da8fd4a342") + ) + (pin "L10" + (uuid "95658b7a-3729-4e42-a8eb-7ec743ee1198") + ) + (pin "B5" + (uuid "5e389aab-5044-46a8-98b1-c6ca90199bac") + ) + (pin "F12" + (uuid "d99c2452-29c0-4cad-b2c5-12fded95bf9d") + ) + (pin "E9" + (uuid "2f50ed15-e914-413e-ace6-2202e93583bb") + ) + (pin "B6" + (uuid "be941124-f1c8-4ff7-97aa-47efa3d4fc40") + ) + (pin "P13" + (uuid "09d280eb-8f7a-41ad-8bb7-f3ac797216b5") + ) + (pin "H2" + (uuid "e34f82c4-7dfb-4204-bee7-cda0059bba48") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/8146486c-9f00-4189-814c-3cea7be0e1e5" + (reference "U1") + (unit 1) + ) + ) + ) + ) +) diff --git a/netword-interface.kicad_sch b/netword-interface.kicad_sch new file mode 100644 index 0000000..d2e25b2 --- /dev/null +++ b/netword-interface.kicad_sch @@ -0,0 +1,8 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "06f7743e-a23a-4a1b-b237-6c0a19262ea3") + (paper "A4") + (lib_symbols) +) diff --git a/network-dcdc-converters.kicad_sch b/network-dcdc-converters.kicad_sch new file mode 100644 index 0000000..d933f6f --- /dev/null +++ b/network-dcdc-converters.kicad_sch @@ -0,0 +1,8 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "1e390f4a-664c-4d8e-a1b1-8383d6bf6d24") + (paper "A4") + (lib_symbols) +) diff --git a/video-bridge.kicad_sch b/video-bridge.kicad_sch new file mode 100644 index 0000000..2b5ceb9 --- /dev/null +++ b/video-bridge.kicad_sch @@ -0,0 +1,6779 @@ +(kicad_sch + (version 20250114) + (generator "eeschema") + (generator_version "9.0") + (uuid "ad2808bd-d140-4db8-b8eb-b279426864ed") + (paper "A4") + (lib_symbols + (symbol "Capacitor:C_0402_100n_50V_20%_X7R" + (pin_numbers + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C_0402_100n_50V_20%_X7R" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H104ME02_01-1965553.pdf" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100 nF X7R MLCC Capacitor, 0402, 50 V" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H104ME02D" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 1.27 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM155R71H104ME2D" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage Rating" "50V" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "20%" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0402_100n_50V_20%_X7R_0_1" + (polyline + (pts + (xy -0.762 -2.032) (xy -0.762 2.032) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -2.032) (xy 0.762 2.032) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_0402_100n_50V_20%_X7R_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Capacitor:C_0402_10n_50V_10%_X7R" + (pin_numbers + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C_0402_10n_50V_10%_X7R" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H103KA55_01-1965603.pdf" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "10 nF X7R MLCC Capacitor, 0402, 50 V, 10%" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H103KA55D" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "RS" + (at 1.27 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "723-4954" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "10n" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage Rating" "50V" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0402_10n_50V_10%_X7R_0_1" + (polyline + (pts + (xy -0.762 -2.032) (xy -0.762 2.032) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -2.032) (xy 0.762 2.032) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_0402_10n_50V_10%_X7R_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Capacitor:C_0603_100n_50V_10%_X7R" + (pin_numbers + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C_0603_100n_2V0_10%_X7R" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1608X86" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/1/GRT188C81E105KE13_01-1989517.pdf" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100nF X7R MLCC Capacitor, 0603, 50" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM188R71H104KA57J" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 1.27 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM188R71H104KA7J" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "490-8020-1-ND" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0603" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage Rating" "50V" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0603_100n_50V_10%_X7R_0_1" + (polyline + (pts + (xy -0.762 -2.032) (xy -0.762 2.032) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -2.032) (xy 0.762 2.032) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_0603_100n_50V_10%_X7R_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Diode:D_TVS_5V_0603_GG060305100N2P" + (pin_names + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 4.445 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_TVS_5V_0603_GG060305100N2P" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1608X86" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/40/AVX_GiGuard-3162667.pdf" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "TVS DIODE 5VWM 12VC 0603" + (at 0.254 -2.794 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "KYOCERA" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GG060305100N2P" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 1.27 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "581-GG060305100N2P " + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "478-GG060305100N2PCT-ND" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 1.27 0 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "150" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Forward Current" "" + (at 1.27 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Clamping Voltage" "7.5V" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Reverse Breakdown Voltage" "5V" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Reverse Leakage Current" "0.1uA" + (at -0.254 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "10pF" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "TVS Diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "D_TVS_5V_0603_GG060305100N2P_0_1" + (polyline + (pts + (xy -2.54 1.27) (xy -2.54 -1.27) (xy 0 0) (xy -2.54 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.635 1.27) (xy 0 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 0 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0.635 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy 2.54 -1.27) (xy 0 0) (xy 2.54 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "D_TVS_5V_0603_GG060305100N2P_1_1" + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Interfaces:DECODER_ADV7280BCPZ-M-RL" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 28.575 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DECODER_ADV7280BCPZ-M-RL" + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "footprints:CP_32_12_ADI" + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/609/ADV7280-2488676.pdf" + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Video-ICs 10-Bit, 4 Oversampled SDTV Video Decoder with Deinterlacer" + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Analog Devices Inc." + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "ADV7280BCPZ-M-RL" + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Supplier1" "Mouser" + (at 1.016 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "584-ADV7280BCPZ-M " + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 0.381 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "ADV7280BCPZ-M-RLCT-ND" + (at 0.381 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 0 -13.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 0 -11.43 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Min Temperature (C)" "-40" + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "85" + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "28-WFQFN" + (at -0.254 -30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Video Decoder" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "DECODER_ADV7280BCPZ-M-RL_0_1" + (rectangle + (start -17.78 26.67) + (end 17.78 -29.21) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "DECODER_ADV7280BCPZ-M-RL_1_1" + (pin power_in line + (at -20.32 24.13 0) + (length 2.54) + (name "DVDDIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -20.32 19.05 0) + (length 2.54) + (name "DVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -20.32 16.51 0) + (length 2.54) + (name "MVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -20.32 13.97 0) + (length 2.54) + (name "PVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -20.32 11.43 0) + (length 2.54) + (name "AVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 6.35 0) + (length 2.54) + (name "AIN1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 3.81 0) + (length 2.54) + (name "AIN2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 1.27 0) + (length 2.54) + (name "AIN3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 -1.27 0) + (length 2.54) + (name "AIN4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 -3.81 0) + (length 2.54) + (name "AIN5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 -6.35 0) + (length 2.54) + (name "AIN6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 -8.89 0) + (length 2.54) + (name "AIN7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 -11.43 0) + (length 2.54) + (name "AIN8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -20.32 -16.51 0) + (length 2.54) + (name "XTALP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -20.32 -19.05 0) + (length 2.54) + (name "XTALN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -20.32 -24.13 0) + (length 2.54) + (name "DGND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -20.32 -26.67 0) + (length 2.54) + (hide yes) + (name "DGND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -20.32 -26.67 0) + (length 2.54) + (name "DGND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 20.32 24.13 180) + (length 2.54) + (name "ALSB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 20.32 21.59 180) + (length 2.54) + (name "SDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 20.32 19.05 180) + (length 2.54) + (name "SCL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 20.32 13.97 180) + (length 2.54) + (name "~{RST}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 20.32 11.43 180) + (length 2.54) + (name "~{PWRDWN}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 6.35 180) + (length 2.54) + (name "D0P" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 3.81 180) + (length 2.54) + (name "D0N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 1.27 180) + (length 2.54) + (name "CLKP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 -1.27 180) + (length 2.54) + (name "CLKN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 -6.35 180) + (length 2.54) + (name "~{INTRQ}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 -8.89 180) + (length 2.54) + (name "GPO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 -11.43 180) + (length 2.54) + (name "GP1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 -13.97 180) + (length 2.54) + (name "GP0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 -19.05 180) + (length 2.54) + (name "VREFP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 20.32 -21.59 180) + (length 2.54) + (name "VREFN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Resistor:R_0402_24R_100mW_1%" + (pin_numbers + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_0402_24R_100mW_1%" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:RESC1005X38" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/315/AOA0000C304-1149620.pdf" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "24 Ohm Thick-Film Resistor, 0402, 1%, 50 V" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Panasonic" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "ERJ-2RKF24R0X" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 1.27 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "667-ERJ-2RKF24R0X" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "P24.0LCT-ND" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Resistance" "24R" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Tolerance" "1%" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "155" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Power Rating" "100mW" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Temp Coeff (PPM/C)" "100" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "0402" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0402_24R_100mW_1%_0_1" + (rectangle + (start 2.54 -1.016) + (end -2.54 1.016) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_0402_24R_100mW_1%_1_1" + (pin passive line + (at -3.81 0 0) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Resistor:R_0402_51R_100mW_1%" + (pin_numbers + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_0402_51R_100mW_1%" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:RESC1005X38" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://industrial.panasonic.com/cdbs/www-data/pdf/RDP0000/AOA0000C334.pdf" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "51 Ohm Thick-Film Resistor, 0402, 1%, 50 V" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Panasonic" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "ERJ-U02F51R0X" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 1.27 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "667-ERJ-U02F51R0X " + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "10-ERJ-U02F51R0XCT-ND" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Resistance" "51R" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Tolerance" "1%" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "155" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Power Rating" "100mW" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Temp Coeff (PPM/C)" "200" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "0402" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0402_51R_100mW_1%_0_1" + (rectangle + (start 2.54 -1.016) + (end -2.54 1.016) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_0402_51R_100mW_1%_1_1" + (pin passive line + (at -3.81 0 0) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + ) + (bus_alias "I2C" + (members "SDA" "SCL") + ) + (bus_alias "MIPI" + (members "D0P" "D0N" "CLKP" "CLKN") + ) + (text "28.63636MHz Crystal" + (exclude_from_sim no) + (at 107.442 120.904 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "736b2c16-28a0-4927-8d7f-ea4fcefbce6a") + ) + (junction + (at 60.96 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "15aeb79d-e690-4d78-ba56-0299020befaa") + ) + (junction + (at 99.06 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "185aefdb-3c53-4e7d-94be-863e24267818") + ) + (junction + (at 120.65 86.36) + (diameter 0) + (color 0 0 0 0) + (uuid "2670835b-ae7c-4918-9e2b-2f93fbf3deb1") + ) + (junction + (at 106.68 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "2bd549cf-5f86-47de-b6c0-2ebc354aae9b") + ) + (junction + (at 114.3 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "3a7c4274-c71e-4158-a2a0-1ad90c39f478") + ) + (junction + (at 109.22 96.52) + (diameter 0) + (color 0 0 0 0) + (uuid "560bc3ff-2578-4c0b-8f8f-01961dae0c41") + ) + (junction + (at 91.44 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "5e487de0-eb76-4563-821d-5928768eb64b") + ) + (junction + (at 121.92 129.54) + (diameter 0) + (color 0 0 0 0) + (uuid "670623db-b631-4220-805d-020bead07907") + ) + (junction + (at 106.68 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "8eb9ecb5-3442-418c-acb9-59adec00b505") + ) + (junction + (at 83.82 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "97b141bd-b268-4221-82ee-da28f3b80899") + ) + (junction + (at 120.65 88.9) + (diameter 0) + (color 0 0 0 0) + (uuid "9b8c6985-b9ab-4597-a77e-e3559ec58e28") + ) + (junction + (at 114.3 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "a99183f8-55be-4471-80fd-014c977b338d") + ) + (junction + (at 120.65 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "d4f4a61e-0a79-4d3f-8771-04fea75f09ee") + ) + (junction + (at 68.58 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "d683c04c-0bab-4d9c-baf6-b2ed44814de8") + ) + (junction + (at 76.2 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "db98fd7a-de89-42f1-a6ff-273f20f4caad") + ) + (junction + (at 90.17 96.52) + (diameter 0) + (color 0 0 0 0) + (uuid "f0885ca9-dbba-4647-9cc0-fab4971338fa") + ) + (no_connect + (at 124.46 109.22) + (uuid "63a86b4c-8c13-431b-9dfb-555c12cc964f") + ) + (no_connect + (at 124.46 111.76) + (uuid "77f32125-6b45-413d-98b4-a03e87606acf") + ) + (no_connect + (at 124.46 114.3) + (uuid "800d5ece-d033-422f-b788-c9c7e337ffb6") + ) + (no_connect + (at 124.46 104.14) + (uuid "9035dd69-0db2-48b1-b4ba-b10bf34e3722") + ) + (no_connect + (at 165.1 114.3) + (uuid "a6ce2bac-d013-4227-87fe-cd73c13f6c45") + ) + (no_connect + (at 124.46 99.06) + (uuid "c1a64a81-25aa-456a-b55c-75454c7fe230") + ) + (no_connect + (at 124.46 106.68) + (uuid "d4fc7c16-6e65-4a29-9c95-b72f0f22ce28") + ) + (no_connect + (at 165.1 116.84) + (uuid "d829bc4a-a925-48ad-beef-48c5e3c3913b") + ) + (no_connect + (at 124.46 101.6) + (uuid "e34b2e8a-c420-457c-8a76-15d9405d197d") + ) + (no_connect + (at 165.1 111.76) + (uuid "f774372c-15c4-4791-adb7-90025e2f6213") + ) + (bus_entry + (at 182.88 96.52) + (size -2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "0f3664f0-3063-4e1b-a66f-6ce680326934") + ) + (bus_entry + (at 182.88 93.98) + (size -2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "51bfd9a1-d1cc-4565-8f39-e4ef3e52c12e") + ) + (bus_entry + (at 182.88 81.28) + (size -2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "588a6599-4797-48b4-aa61-21f223f8ce56") + ) + (bus_entry + (at 182.88 78.74) + (size -2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "6b8cc78e-3e29-4e42-9a1c-285e9bc3b5f3") + ) + (bus_entry + (at 182.88 101.6) + (size -2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "badcccf2-c30f-4772-bfb2-63207027b9f8") + ) + (bus_entry + (at 182.88 99.06) + (size -2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "ec4eeffc-1a08-466e-94db-6b2a99605b13") + ) + (wire + (pts + (xy 168.91 124.46) (xy 165.1 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0499e996-1469-46b9-94cc-b405492883ad") + ) + (bus + (pts + (xy 182.88 96.52) (xy 182.88 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "082cfab7-4a15-4245-81f7-b4c3becdaa14") + ) + (wire + (pts + (xy 121.92 127) (xy 121.92 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "096f0096-dd7f-402a-aaa4-e9bd43d68031") + ) + (wire + (pts + (xy 101.6 66.04) (xy 106.68 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2228044d-922a-48d5-9a4f-b66c0f46ff63") + ) + (wire + (pts + (xy 165.1 109.22) (xy 185.42 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2675ceeb-4de0-4532-9171-646b41d42768") + ) + (wire + (pts + (xy 173.99 127) (xy 168.91 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29bb94f8-9080-4941-862f-d6ea5e961719") + ) + (wire + (pts + (xy 124.46 129.54) (xy 121.92 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a9d5d51-85d1-496d-9074-574ddfb7945e") + ) + (bus + (pts + (xy 185.42 78.74) (xy 182.88 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c3b1fe8-ba8f-4d26-bb7f-2f085bd0a830") + ) + (wire + (pts + (xy 83.82 81.28) (xy 91.44 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2df6725f-327a-4f3c-ab71-20af935c2d86") + ) + (wire + (pts + (xy 165.1 96.52) (xy 180.34 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3344fa4c-41b4-49c2-b3de-a3cfe43c47b4") + ) + (wire + (pts + (xy 124.46 127) (xy 121.92 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "35277f74-c80b-4455-bfb8-272d0ef33f88") + ) + (wire + (pts + (xy 167.64 76.2) (xy 170.18 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36397dcd-1e4c-477c-8736-cc99f3994ef0") + ) + (wire + (pts + (xy 121.92 129.54) (xy 121.92 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38b46034-8812-4959-b83f-fad5f23b6b22") + ) + (wire + (pts + (xy 120.65 66.04) (xy 114.3 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "39a50665-e98a-4161-a2c6-6bee124d9218") + ) + (wire + (pts + (xy 114.3 81.28) (xy 120.65 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "453dda84-e5bc-498e-9287-28d9b9960e81") + ) + (wire + (pts + (xy 109.22 106.68) (xy 109.22 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5759d047-07c4-4429-a9b7-f4b80968cda7") + ) + (bus + (pts + (xy 185.42 93.98) (xy 182.88 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6112ed46-9e1e-4ddd-b61e-68e1a29907fc") + ) + (wire + (pts + (xy 120.65 83.82) (xy 124.46 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "641bf8bb-f353-4b72-8ffe-a83a949d7542") + ) + (wire + (pts + (xy 90.17 96.52) (xy 95.25 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "669eaf1a-07fa-421d-93b3-9e126fecf169") + ) + (wire + (pts + (xy 120.65 86.36) (xy 124.46 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a9fe91d-e01e-4329-8eff-b769b54caf7f") + ) + (wire + (pts + (xy 165.1 81.28) (xy 180.34 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6afcd017-5041-41db-a36c-02d26fd3a821") + ) + (wire + (pts + (xy 168.91 127) (xy 168.91 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b0b7ab6-c556-4cab-94fe-086e48adb4c6") + ) + (wire + (pts + (xy 109.22 96.52) (xy 114.3 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b90d0fb-c29b-435a-91c5-59e50e5c20d6") + ) + (wire + (pts + (xy 102.87 96.52) (xy 109.22 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6bd24499-059a-4030-a915-07c59709ffec") + ) + (wire + (pts + (xy 120.65 91.44) (xy 124.46 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d0b89c7-7727-4060-bda9-7b5b25b24e90") + ) + (wire + (pts + (xy 60.96 81.28) (xy 68.58 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "712384f8-a099-4c8c-941a-34a16389172e") + ) + (wire + (pts + (xy 120.65 83.82) (xy 120.65 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "71c9e460-ccfd-4dde-89d5-f663f0706850") + ) + (wire + (pts + (xy 168.91 121.92) (xy 165.1 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8674a0e1-9abe-4ae2-a4b7-60bed9b6720c") + ) + (wire + (pts + (xy 99.06 81.28) (xy 106.68 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "993eb31c-fc1f-4303-9b5c-960ee88369ca") + ) + (wire + (pts + (xy 90.17 107.95) (xy 90.17 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9b8bffef-0a1b-42b7-99eb-30bb071046ee") + ) + (wire + (pts + (xy 86.36 96.52) (xy 90.17 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9daf68c1-8ef7-4626-be62-e01b8b79c79d") + ) + (wire + (pts + (xy 106.68 66.04) (xy 114.3 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e62d5b2-73e2-4b7d-b7e2-2bcecb1ff7f8") + ) + (wire + (pts + (xy 168.91 119.38) (xy 168.91 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a0a901d7-d096-442c-881d-a0aecb9345b3") + ) + (wire + (pts + (xy 76.2 81.28) (xy 83.82 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a322fbf3-03aa-44f9-b5b5-56cee80d8981") + ) + (wire + (pts + (xy 90.17 96.52) (xy 90.17 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a43eab99-6037-41bc-a0fa-8d4e09768b2d") + ) + (wire + (pts + (xy 121.92 96.52) (xy 124.46 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a8857970-b5d9-43b5-97ec-563292fcaeff") + ) + (wire + (pts + (xy 165.1 83.82) (xy 180.34 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9f4bfec-96b0-44f0-850e-13ff06e134c6") + ) + (wire + (pts + (xy 165.1 91.44) (xy 185.42 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ab0ee68b-f340-4305-9aee-e90a26785193") + ) + (bus + (pts + (xy 182.88 78.74) (xy 182.88 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aeec5288-69d6-46f3-9642-5a297d88d95e") + ) + (wire + (pts + (xy 120.65 88.9) (xy 124.46 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b0660969-2454-4aaa-8343-687873531ac0") + ) + (wire + (pts + (xy 91.44 81.28) (xy 99.06 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6880558-aad9-4998-9e4d-b5874d5c130d") + ) + (wire + (pts + (xy 120.65 88.9) (xy 120.65 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bbf08f07-45b2-4969-939b-7f017328fd6b") + ) + (wire + (pts + (xy 165.1 104.14) (xy 180.34 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c11c290b-2b73-4de1-b6c3-23341363e364") + ) + (bus + (pts + (xy 182.88 99.06) (xy 182.88 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c244a66e-e043-4952-ab08-52e5521beeb3") + ) + (wire + (pts + (xy 120.65 86.36) (xy 120.65 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c246f214-11bd-4f8f-81ac-4f0185cbec16") + ) + (bus + (pts + (xy 182.88 93.98) (xy 182.88 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c7f86b9f-32e7-4e4a-9b71-b6050286333e") + ) + (wire + (pts + (xy 124.46 78.74) (xy 120.65 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8d795d8-2692-4f88-b912-726c455bb33c") + ) + (wire + (pts + (xy 68.58 81.28) (xy 76.2 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cd53a220-79d0-44b3-bbf4-9f74f79fd848") + ) + (wire + (pts + (xy 167.64 78.74) (xy 165.1 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d16947d0-0f76-40a8-b966-8f5ec76c755c") + ) + (wire + (pts + (xy 167.64 76.2) (xy 167.64 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e79c7db7-55b9-4e81-83ce-5e0cfa8f220f") + ) + (wire + (pts + (xy 173.99 119.38) (xy 168.91 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eab055a8-134f-4948-bd78-899fb489b868") + ) + (wire + (pts + (xy 109.22 96.52) (xy 109.22 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb34cdb3-29a6-44f0-bd0b-f57a60b2a2c6") + ) + (wire + (pts + (xy 120.65 78.74) (xy 120.65 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f0166389-f0a4-4411-93d1-cacb9817bf88") + ) + (wire + (pts + (xy 106.68 81.28) (xy 114.3 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1d07747-8754-4d07-a801-daaa023be64a") + ) + (wire + (pts + (xy 165.1 101.6) (xy 180.34 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f79d8bf6-df5f-45cd-ae04-b30f4296b054") + ) + (wire + (pts + (xy 57.15 81.28) (xy 60.96 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f7f49c35-9e6c-4152-b9a9-f6767ad6b309") + ) + (wire + (pts + (xy 165.1 88.9) (xy 185.42 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f85ad978-96bf-4430-9179-3cf998e29422") + ) + (wire + (pts + (xy 165.1 99.06) (xy 180.34 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb88856a-cdf4-4cc6-8cbe-4386db279d18") + ) + (wire + (pts + (xy 120.65 81.28) (xy 120.65 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd7ac746-3667-4414-953d-4646f6384fd5") + ) + (label "CSI.D0N" + (at 171.45 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1a6a7872-2a2f-407d-b6b1-36e1021f6772") + ) + (label "CSI.D0P" + (at 171.45 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2a8316a0-6698-47bc-9a01-f505459f40cc") + ) + (label "CSI.CLKP" + (at 171.45 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "39efe332-760f-4ea9-8110-1fa671400972") + ) + (label "I2C.SDA" + (at 171.45 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6756d774-20fc-403c-ae76-ce8b5f888575") + ) + (label "CSI.CLKN" + (at 171.45 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6a9cebe3-c277-4278-940c-927f17754eb9") + ) + (label "I2C.SCL" + (at 171.45 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b08da0ba-69d3-46fe-91b5-4210fa401d76") + ) + (hierarchical_label "GND" + (shape output) + (at 68.58 88.9 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "03bd0117-df4c-41d0-a03a-27fd8e6d6342") + ) + (hierarchical_label "GND" + (shape output) + (at 106.68 73.66 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "23b434ce-b723-4173-9547-883c9cd76259") + ) + (hierarchical_label "GND" + (shape output) + (at 109.22 109.22 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "317a288a-bebe-40ba-9f4e-330b8c166b7f") + ) + (hierarchical_label "GND" + (shape output) + (at 106.68 88.9 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3ab41a8b-9989-4e04-95aa-5e66cd782ef5") + ) + (hierarchical_label "~{RST}" + (shape input) + (at 185.42 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "4cc9fd83-f604-4861-836d-aeda39e92b99") + ) + (hierarchical_label "~{INTRQ}" + (shape input) + (at 185.42 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "4f7072a7-bdbe-4f19-a286-946b41103264") + ) + (hierarchical_label "GND" + (shape output) + (at 60.96 88.9 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "61b7c5a3-88c6-4730-887b-8f52a03eaf85") + ) + (hierarchical_label "3V3" + (shape input) + (at 101.6 66.04 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "78200912-c9da-43d0-9ea3-13375bc83dff") + ) + (hierarchical_label "GND" + (shape output) + (at 99.06 88.9 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7bfa0def-7fa2-4e0a-ba58-a597552f09db") + ) + (hierarchical_label "GND" + (shape output) + (at 170.18 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "84b9240b-30c9-4ec2-9d83-cb3bce77827a") + ) + (hierarchical_label "GND" + (shape output) + (at 114.3 88.9 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "89c4c616-e283-4fc1-ae08-bc46ca6936fa") + ) + (hierarchical_label "GND" + (shape output) + (at 114.3 73.66 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "99d2ef76-3ca9-4915-aa89-e8b6f17c5b90") + ) + (hierarchical_label "GND" + (shape output) + (at 121.92 132.08 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a7903816-0363-4ac5-8a5d-66eda5c8a39d") + ) + (hierarchical_label "GND" + (shape output) + (at 76.2 88.9 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a9b6c7a9-5750-4c37-ad9e-fea2c9a2bd91") + ) + (hierarchical_label "GND" + (shape output) + (at 83.82 88.9 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c44a46b2-28a7-4e59-942e-4946f57a4fa3") + ) + (hierarchical_label "AIN1" + (shape input) + (at 86.36 96.52 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d5652dfd-7012-4d86-a378-7f46895045e7") + ) + (hierarchical_label "CSI{MIPI}" + (shape bidirectional) + (at 185.42 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "d932d0a2-627b-43f5-82d0-f3b7cb80b97f") + ) + (hierarchical_label "1V8" + (shape input) + (at 57.15 81.28 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "dd8291c5-c1bf-439b-b7b7-8d37cfbbaedd") + ) + (hierarchical_label "~{PDN}" + (shape input) + (at 185.42 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "e6925d04-462d-4cff-8be1-8d2efacd9f7e") + ) + (hierarchical_label "GND" + (shape output) + (at 91.44 88.9 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e78da1e0-d88e-4182-b84c-755e233f5380") + ) + (hierarchical_label "I2C{I2C}" + (shape bidirectional) + (at 185.42 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f2e6f623-d0ff-4ca0-9575-8be0f20aaf88") + ) + (hierarchical_label "GND" + (shape output) + (at 90.17 109.22 270) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ff61d513-9560-4fe4-b931-70723c3f139b") + ) + (symbol + (lib_id "Capacitor:C_0402_10n_50V_10%_X7R") + (at 99.06 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1856975f-21fc-4512-9810-9fa2b5a85465") + (property "Reference" "C5" + (at 99.822 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_10n_50V_10%_X7R" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H103KA55_01-1965603.pdf" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "10 nF X7R MLCC Capacitor, 0402, 50 V, 10%" + (at 99.06 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H103KA55D" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "RS" + (at 101.6 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "723-4954" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 99.06 85.09 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "10n" + (at 99.822 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 101.6 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bd277e16-7ddc-4288-8d69-7914b66d4e78") + ) + (pin "2" + (uuid "ab39b033-71fe-4043-a914-0bf9d9793c5a") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_100n_50V_20%_X7R") + (at 173.99 123.19 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "19665d6f-56af-434d-a81e-933ce0126904") + (property "Reference" "C12" + (at 174.498 120.904 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_100n_50V_20%_X7R" + (at 170.18 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H104ME02_01-1965553.pdf" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100 nF X7R MLCC Capacitor, 0402, 50 V" + (at 173.99 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H104ME02D" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 176.53 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM155R71H104ME2D" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 173.99 123.19 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 174.498 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "20%" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 176.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "308a811a-e1ad-44ab-aca6-3a8057ba5277") + ) + (pin "1" + (uuid "e57e1e0e-1d39-4d7d-bebf-c0692dea5bff") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Resistor:R_0402_51R_100mW_1%") + (at 109.22 102.87 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "198a86da-ab4c-4b8f-a806-79d81af09aae") + (property "Reference" "R2" + (at 110.744 101.6 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "R_0402_51R_100mW_1%" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:RESC1005X38" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://industrial.panasonic.com/cdbs/www-data/pdf/RDP0000/AOA0000C334.pdf" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "51 Ohm Thick-Film Resistor, 0402, 1%, 50 V" + (at 109.22 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Panasonic" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "ERJ-U02F51R0X" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 111.76 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "667-ERJ-U02F51R0X " + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "10-ERJ-U02F51R0XCT-ND" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 109.22 102.87 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Resistance" "51R" + (at 110.744 104.14 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Tolerance" "1%" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "155" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Power Rating" "100mW" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Temp Coeff (PPM/C)" "200" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "0402" + (at 111.76 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "2c8d0a2f-34db-4f11-83fe-8a822889e04c") + ) + (pin "1" + (uuid "983e3f1b-a56b-471f-b7af-a5c272c00a52") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0603_100n_50V_10%_X7R") + (at 118.11 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "238a2a0d-c886-462f-a367-4e275c26d624") + (property "Reference" "C1" + (at 120.904 94.742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C_0603_100n_2V0_10%_X7R" + (at 118.11 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1608X86" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/1/GRT188C81E105KE13_01-1989517.pdf" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100nF X7R MLCC Capacitor, 0603, 50" + (at 118.11 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM188R71H104KA57J" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 119.38 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM188R71H104KA7J" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "490-8020-1-ND" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 118.11 96.52 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0603" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 118.11 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Voltage Rating" "50V" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 118.11 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "55072c0f-d420-427c-9f2f-4ac84d9849dd") + ) + (pin "1" + (uuid "f894c38c-770b-49f3-bbfc-72c9197e5083") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_100n_50V_20%_X7R") + (at 76.2 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "46398090-3232-47ea-9f18-c3657070effa") + (property "Reference" "C6" + (at 76.708 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_100n_50V_20%_X7R" + (at 72.39 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H104ME02_01-1965553.pdf" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100 nF X7R MLCC Capacitor, 0402, 50 V" + (at 76.2 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H104ME02D" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 78.74 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM155R71H104ME2D" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 76.2 85.09 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 76.708 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "20%" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 78.74 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "d7790153-8fdf-49db-abc6-25f514d70884") + ) + (pin "1" + (uuid "b832c6d0-8520-443d-9149-e35109e2127c") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_10n_50V_10%_X7R") + (at 114.3 69.85 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "54a9091f-91fd-42ae-82b9-b995efa6317e") + (property "Reference" "C11" + (at 115.062 67.564 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_10n_50V_10%_X7R" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H103KA55_01-1965603.pdf" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "10 nF X7R MLCC Capacitor, 0402, 50 V, 10%" + (at 114.3 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H103KA55D" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "RS" + (at 116.84 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "723-4954" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 114.3 69.85 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "10n" + (at 115.062 72.39 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4379a8b1-e517-4f48-bd2f-8eb63aa516c3") + ) + (pin "2" + (uuid "caed2832-eff6-4773-86bc-c109b301a6da") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Interfaces:DECODER_ADV7280BCPZ-M-RL") + (at 144.78 102.87 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6058fd1f-5404-4c45-ad98-b2d1369a8877") + (property "Reference" "U2" + (at 144.78 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DECODER_ADV7280BCPZ-M-RL" + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "footprints:CP_32_12_ADI" + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/609/ADV7280-2488676.pdf" + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Video-ICs 10-Bit, 4 Oversampled SDTV Video Decoder with Deinterlacer" + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Analog Devices Inc." + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "ADV7280BCPZ-M-RL" + (at 144.78 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Supplier1" "Mouser" + (at 145.796 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "584-ADV7280BCPZ-M " + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 145.161 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "ADV7280BCPZ-M-RLCT-ND" + (at 145.161 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 144.78 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 144.78 114.3 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Min Temperature (C)" "-40" + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "85" + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "28-WFQFN" + (at 144.526 133.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "17" + (uuid "364ead74-17fd-4948-86c7-21d1e3a816fe") + ) + (pin "18" + (uuid "ecc779c4-692c-4c1c-a018-5d8bc5a59d27") + ) + (pin "26" + (uuid "8c652d65-f8e8-4739-81c6-5f256baec793") + ) + (pin "4" + (uuid "59f5b0f7-2f57-41cc-83ec-800b0c503dd8") + ) + (pin "21" + (uuid "1b683f48-a273-4887-a0b1-109c56a4bbd9") + ) + (pin "7" + (uuid "9d8b431c-979d-4afd-8bff-c240ec53fa98") + ) + (pin "30" + (uuid "16c83823-4566-4864-84cc-3f4a9e8cb2ae") + ) + (pin "16" + (uuid "5012fbab-7d52-41d4-9b90-763bc88d4631") + ) + (pin "1" + (uuid "6da078bc-255b-43ac-8ced-1d92f706f079") + ) + (pin "5" + (uuid "b3671b8b-465e-497d-bc00-c99456ee8a76") + ) + (pin "31" + (uuid "0b6cd836-1d73-4395-8e8a-3dfcfaf5d1ea") + ) + (pin "23" + (uuid "7bc3990a-057f-46d7-957d-f425ce647eef") + ) + (pin "19" + (uuid "1a9f63af-8b76-4ea5-86da-1f011b2f7ef7") + ) + (pin "6" + (uuid "077ba91e-88f5-4e71-a853-faa841c7d6ec") + ) + (pin "9" + (uuid "0ff2a13e-7c70-4490-9722-c4e3c4438ea8") + ) + (pin "14" + (uuid "74a889ea-140e-4799-9761-d0a415d3d0fd") + ) + (pin "15" + (uuid "dbc6dbf7-7d6d-4f36-a071-5fa8449a318d") + ) + (pin "25" + (uuid "e15c2fb0-5179-4fb9-b07f-8a2a5d9500fc") + ) + (pin "29" + (uuid "664a3820-a49c-4c2f-b508-3805077895b4") + ) + (pin "8" + (uuid "c2fdd083-4131-43cd-91f8-5debb961be2e") + ) + (pin "2" + (uuid "4e2abd49-af10-43c8-b433-960dc83441d5") + ) + (pin "3" + (uuid "192799d2-1977-4016-97c9-c6f2ee97089e") + ) + (pin "27" + (uuid "4da4ab3b-ed0e-48b5-b11a-30b879a85702") + ) + (pin "20" + (uuid "db0e924b-98f2-477a-9529-a3dc5dd86187") + ) + (pin "33" + (uuid "1cf933a9-5ee8-4c43-8e23-306dbe8ebda6") + ) + (pin "13" + (uuid "4813b9c2-679b-46ff-85fc-7bc01f958068") + ) + (pin "28" + (uuid "0a421e7d-784e-43ed-b0b6-4398984b28c2") + ) + (pin "24" + (uuid "b6b498db-ddee-486d-a92b-a844b4893773") + ) + (pin "32" + (uuid "cfe7c66f-8ebb-425b-b712-f174ab88b591") + ) + (pin "10" + (uuid "ca11924b-ea8c-40fd-a4f1-cd656ecdfb6c") + ) + (pin "11" + (uuid "534ff12b-10bb-43ef-94d7-c210ebba8674") + ) + (pin "22" + (uuid "38c645a7-f85b-42cf-a998-ded4d3aca654") + ) + (pin "12" + (uuid "05bd77a8-8e3d-418b-bdb1-d8da188ee61b") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_10n_50V_10%_X7R") + (at 114.3 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "78b242db-6948-42ea-a89f-d24a55937ede") + (property "Reference" "C4" + (at 115.062 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_10n_50V_10%_X7R" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H103KA55_01-1965603.pdf" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "10 nF X7R MLCC Capacitor, 0402, 50 V, 10%" + (at 114.3 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H103KA55D" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "RS" + (at 116.84 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "723-4954" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 114.3 85.09 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "10n" + (at 115.062 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ab301bd5-49b8-4e95-adef-bf4c6f5e3e7a") + ) + (pin "2" + (uuid "37afcdef-be46-4848-84cd-c9ad1b7a59b4") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_10n_50V_10%_X7R") + (at 68.58 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9562ab4b-10f1-40a6-aac7-cb40adfb02a0") + (property "Reference" "C9" + (at 69.342 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_10n_50V_10%_X7R" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H103KA55_01-1965603.pdf" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "10 nF X7R MLCC Capacitor, 0402, 50 V, 10%" + (at 68.58 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H103KA55D" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "RS" + (at 71.12 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "723-4954" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 68.58 85.09 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "10n" + (at 69.342 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 71.12 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7cfb47b6-11a2-4158-922b-562cfed8d289") + ) + (pin "2" + (uuid "5ec99506-1ee3-427d-80e4-027f738fbf17") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Resistor:R_0402_24R_100mW_1%") + (at 99.06 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9ef0dd3f-b424-46a9-b76a-5b8192891782") + (property "Reference" "R1" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_0402_24R_100mW_1%" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:RESC1005X38" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/315/AOA0000C304-1149620.pdf" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "24 Ohm Thick-Film Resistor, 0402, 1%, 50 V" + (at 99.06 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Panasonic" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "ERJ-2RKF24R0X" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 100.33 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "667-ERJ-2RKF24R0X" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "P24.0LCT-ND" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 99.06 96.52 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Resistance" "24R" + (at 99.06 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Tolerance" "1%" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "155" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Power Rating" "100mW" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Temp Coeff (PPM/C)" "100" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Package" "0402" + (at 99.06 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "dff4bf5b-1ab4-47c8-8d85-38eb5cfbaf6f") + ) + (pin "1" + (uuid "30b5f5ea-7f35-4921-b4ce-2f05f16cee17") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:D_TVS_5V_0603_GG060305100N2P") + (at 90.17 102.87 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ac8ba6b5-d459-4c16-9273-709ff1967af3") + (property "Reference" "D1" + (at 92.71 101.5999 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "D_TVS_5V_0603_GG060305100N2P" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1608X86" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/40/AVX_GiGuard-3162667.pdf" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "TVS DIODE 5VWM 12VC 0603" + (at 92.964 102.616 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "KYOCERA" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GG060305100N2P" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 92.71 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "581-GG060305100N2P " + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "Digi-Key" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "478-GG060305100N2PCT-ND" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 90.17 101.6 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "150" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Forward Current" "" + (at 90.17 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Clamping Voltage" "7.5V" + (at 92.71 104.1399 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Reverse Breakdown Voltage" "5V" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Reverse Leakage Current" "0.1uA" + (at 92.71 103.124 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance" "10pF" + (at 92.71 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "83b76b2c-9152-49aa-a02b-bfc6aacab088") + ) + (pin "2" + (uuid "8cb3aa55-2e06-49f4-b36b-b0866d349550") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_100n_50V_20%_X7R") + (at 60.96 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b167fa90-4ac0-458f-9522-ade08bc878e6") + (property "Reference" "C8" + (at 61.468 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_100n_50V_20%_X7R" + (at 57.15 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H104ME02_01-1965553.pdf" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100 nF X7R MLCC Capacitor, 0402, 50 V" + (at 60.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H104ME02D" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 63.5 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM155R71H104ME2D" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 60.96 85.09 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 61.468 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "20%" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 63.5 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "c2463171-d427-463b-89a3-dd3c695fae9f") + ) + (pin "1" + (uuid "f020a81f-ac5d-4561-9cb0-c8f2df3fdd95") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_100n_50V_20%_X7R") + (at 91.44 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c045e9f7-8375-4542-82ad-6b8656374ec4") + (property "Reference" "C2" + (at 91.948 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_100n_50V_20%_X7R" + (at 87.63 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H104ME02_01-1965553.pdf" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100 nF X7R MLCC Capacitor, 0402, 50 V" + (at 91.44 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H104ME02D" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 93.98 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM155R71H104ME2D" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 91.44 85.09 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 91.948 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "20%" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 93.98 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "e2b5e0be-24df-4f39-b95b-b1fe23047514") + ) + (pin "1" + (uuid "3e559328-6164-4b86-9551-279aadb70153") + ) + (instances + (project "" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_100n_50V_20%_X7R") + (at 106.68 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "cdffa32b-48d5-434d-adf3-61638acba1bf") + (property "Reference" "C3" + (at 107.188 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_100n_50V_20%_X7R" + (at 102.87 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H104ME02_01-1965553.pdf" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100 nF X7R MLCC Capacitor, 0402, 50 V" + (at 106.68 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H104ME02D" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 109.22 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM155R71H104ME2D" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 106.68 85.09 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 107.188 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "20%" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 109.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "30941fb7-182a-4a52-b776-c4e7c25e825e") + ) + (pin "1" + (uuid "82cdc4e2-b23a-4de2-8174-d87dfbc3fb76") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_100n_50V_20%_X7R") + (at 106.68 69.85 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d84bb923-12e1-4017-8464-188a7508b575") + (property "Reference" "C10" + (at 107.188 67.564 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_100n_50V_20%_X7R" + (at 102.87 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H104ME02_01-1965553.pdf" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100 nF X7R MLCC Capacitor, 0402, 50 V" + (at 106.68 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H104ME02D" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "Mouser" + (at 109.22 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "81-GCM155R71H104ME2D" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 106.68 69.85 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "100n" + (at 107.188 72.39 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "20%" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 109.22 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "53a765aa-b3df-4024-a9e7-65be4096f91f") + ) + (pin "1" + (uuid "69e270f3-bf6c-4817-b16d-50831350e67f") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Capacitor:C_0402_10n_50V_10%_X7R") + (at 83.82 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "dfbee4e3-6adf-4500-9ded-a976c6707cdd") + (property "Reference" "C7" + (at 84.582 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_0402_10n_50V_10%_X7R" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "IPC7351-Nominal:CAPC1005X55" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.mouser.de/datasheet/2/281/GCM155R71H103KA55_01-1965603.pdf" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "10 nF X7R MLCC Capacitor, 0402, 50 V, 10%" + (at 83.82 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Murata" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ManufacturerPartNumber" "GCM155R71H103KA55D" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1" "RS" + (at 86.36 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier1PartNumber" "723-4954" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2" "" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Supplier2PartNumber" "" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "AssemblyNotes" "" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Placement" "" + (at 83.82 85.09 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + ) + ) + (property "Package" "0402" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Capacitance (F)" "10n" + (at 84.582 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Voltage Rating" "50V" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Class" "X7R" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Min Temperature (C)" "-55" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Max Temperature (C)" "125" + (at 86.36 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9ac91316-9ec7-4318-9177-0c4103d147a4") + ) + (pin "2" + (uuid "dfecae7b-3e09-4ed9-946d-1b1a851b37f4") + ) + (instances + (project "link25" + (path "/d42bb10e-f553-4286-bd56-d656ab337d79/de20eaf6-4c53-4ebb-8954-a1ae739fa3b0" + (reference "C7") + (unit 1) + ) + ) + ) + ) +)