├── .gitignore ├── .gitmodules ├── README.md ├── cern_ohl_p_v2.txt ├── docs └── cable-asssembly-instructions.png ├── fp-lib-table ├── hs-probe-bot.jpg ├── hs-probe-cache.lib ├── hs-probe-stm32.dcm ├── hs-probe-stm32.lib ├── hs-probe-top.jpg ├── hs-probe.ioc ├── hs-probe.kicad_pcb ├── hs-probe.pro ├── hs-probe.sch ├── schematic-v1.1.pdf ├── schematic-v1.2.pdf ├── schematic-v1.3.pdf ├── schematic-v1.4.pdf └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- 1 | # Temporary files 2 | *.000 3 | *bak* 4 | *bck* 5 | *~ 6 | _autosave-* 7 | *.tmp 8 | *cache* 9 | 10 | # Netlist files (exported from Eeschema) 11 | *.net 12 | 13 | # Autorouter files (exported from Pcbnew) 14 | *.dsn 15 | *.ses 16 | 17 | # Folders 18 | gerbers 19 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "kicad_libs"] 2 | path = kicad_libs 3 | url = https://github.com/korken89/kicad_libs.git 4 | branch = master 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # The Rusty High-speed Probe 2 | 3 | This is an open hardware probe for the Serial Wire Debug (SWD) and JTAG protocol. It utilizes an 4 | STM32F723 MCU which has an USB 2.0 High-speed Phy. 5 | 6 | ## Firmware 7 | 8 | The firmware is available here and is open-source: https://github.com/probe-rs/hs-probe-firmware 9 | 10 | ## Features 11 | 12 | There is an USB MUX on the board, so when the probe starts it enumerates in USB FS where one can 13 | access the internal bootloader, and then when the firmware takes over it can switch to the USB HS. 14 | 15 | * The output connector can either be: 16 | * The STDC14 connector used on STLink/V3 which is mounted by default. 17 | * Or the standard Cortex-M Debug (1.27mm, 10 pin) connector if one bends/removes the outer 2 pins on the connector. 18 | * The programming connector is the Tag Connect TC2030, however for just loading firmware the USB bootloader is recommended. 19 | * USB is muxed between USB HS/FS. 20 | * Castellated vias for all programming pins, power and 2 GPIOs. 21 | * USB-C connector. 22 | * Target 5V and 3.3V is protected with an ideal diode circuit to not have current flow from the target to the host. 23 | * For compatibility (mainly with Tag-Connect TC2050), pin 7 on the STDC 14 can be connected to the protected 5V. 24 | 25 | The schematic can be found in [the schematic PDF](schematic-v1.4.pdf). 26 | 27 | ![alt text](hs-probe-top.jpg "probe") 28 | ![alt text](hs-probe-bot.jpg "probe") 29 | 30 | ## Cable Assembly 31 | 32 | The hs-probe package sold on our [shop](https://shop.probe.rs) contains two 16 wire ribbon cables, three 14p connectors and one 10p connector. 33 | You can make one cable with a 14p connector on each side and one cable with a 14p connector on one and a 10p connector on the other side. How to align the connectors is explained in the image below: 34 | 35 | ![alt text](docs/cable-asssembly-instructions.png "cable assembly") 36 | 37 | ## License 38 | 39 | This work is licensed under [CERN-OHL-P](cern_ohl_p_v2.txt). 40 | -------------------------------------------------------------------------------- /cern_ohl_p_v2.txt: -------------------------------------------------------------------------------- 1 | CERN Open Hardware Licence Version 2 - Permissive 2 | 3 | 4 | Preamble 5 | 6 | CERN has developed this licence to promote collaboration among 7 | hardware designers and to provide a legal tool which supports the 8 | freedom to use, study, modify, share and distribute hardware designs 9 | and products based on those designs. Version 2 of the CERN Open 10 | Hardware Licence comes in three variants: this licence, CERN-OHL-P 11 | (permissive); and two reciprocal licences: CERN- OHL-W (weakly 12 | reciprocal) and CERN-OHL-S (strongly reciprocal). 13 | 14 | The CERN-OHL-P is copyright CERN 2020. Anyone is welcome to use it, in 15 | unmodified form only. 16 | 17 | Use of this Licence does not imply any endorsement by CERN of any 18 | Licensor or their designs nor does it imply any involvement by CERN in 19 | their development. 20 | 21 | 22 | 1 Definitions 23 | 24 | 1.1 'Licence' means this CERN-OHL-P. 25 | 26 | 1.2 'Source' means information such as design materials or digital 27 | code which can be applied to Make or test a Product or to 28 | prepare a Product for use, Conveyance or sale, regardless of its 29 | medium or how it is expressed. It may include Notices. 30 | 31 | 1.3 'Covered Source' means Source that is explicitly made available 32 | under this Licence. 33 | 34 | 1.4 'Product' means any device, component, work or physical object, 35 | whether in finished or intermediate form, arising from the use, 36 | application or processing of Covered Source. 37 | 38 | 1.5 'Make' means to create or configure something, whether by 39 | manufacture, assembly, compiling, loading or applying Covered 40 | Source or another Product or otherwise. 41 | 42 | 1.6 'Notice' means copyright, acknowledgement and trademark notices, 43 | references to the location of any Notices, modification notices 44 | (subsection 3.3(b)) and all notices that refer to this Licence 45 | and to the disclaimer of warranties that are included in the 46 | Covered Source. 47 | 48 | 1.7 'Licensee' or 'You' means any person exercising rights under 49 | this Licence. 50 | 51 | 1.8 'Licensor' means a person who creates Source or modifies Covered 52 | Source and subsequently Conveys the resulting Covered Source 53 | under the terms and conditions of this Licence. A person may be 54 | a Licensee and a Licensor at the same time. 55 | 56 | 1.9 'Convey' means to communicate to the public or distribute. 57 | 58 | 59 | 2 Applicability 60 | 61 | 2.1 This Licence governs the use, copying, modification, Conveying 62 | of Covered Source and Products, and the Making of Products. By 63 | exercising any right granted under this Licence, You irrevocably 64 | accept these terms and conditions. 65 | 66 | 2.2 This Licence is granted by the Licensor directly to You, and 67 | shall apply worldwide and without limitation in time. 68 | 69 | 2.3 You shall not attempt to restrict by contract or otherwise the 70 | rights granted under this Licence to other Licensees. 71 | 72 | 2.4 This Licence is not intended to restrict fair use, fair dealing, 73 | or any other similar right. 74 | 75 | 76 | 3 Copying, modifying and Conveying Covered Source 77 | 78 | 3.1 You may copy and Convey verbatim copies of Covered Source, in 79 | any medium, provided You retain all Notices. 80 | 81 | 3.2 You may modify Covered Source, other than Notices. 82 | 83 | You may only delete Notices if they are no longer applicable to 84 | the corresponding Covered Source as modified by You and You may 85 | add additional Notices applicable to Your modifications. 86 | 87 | 3.3 You may Convey modified Covered Source (with the effect that You 88 | shall also become a Licensor) provided that You: 89 | 90 | a) retain Notices as required in subsection 3.2; and 91 | 92 | b) add a Notice to the modified Covered Source stating that You 93 | have modified it, with the date and brief description of how 94 | You have modified it. 95 | 96 | 3.4 You may Convey Covered Source or modified Covered Source under 97 | licence terms which differ from the terms of this Licence 98 | provided that: 99 | 100 | a) You comply at all times with subsection 3.3; and 101 | 102 | b) You provide a copy of this Licence to anyone to whom You 103 | Convey Covered Source or modified Covered Source. 104 | 105 | 106 | 4 Making and Conveying Products 107 | 108 | You may Make Products, and/or Convey them, provided that You ensure 109 | that the recipient of the Product has access to any Notices applicable 110 | to the Product. 111 | 112 | 113 | 5 DISCLAIMER AND LIABILITY 114 | 115 | 5.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products 116 | are provided 'as is' and any express or implied warranties, 117 | including, but not limited to, implied warranties of 118 | merchantability, of satisfactory quality, non-infringement of 119 | third party rights, and fitness for a particular purpose or use 120 | are disclaimed in respect of any Source or Product to the 121 | maximum extent permitted by law. The Licensor makes no 122 | representation that any Source or Product does not or will not 123 | infringe any patent, copyright, trade secret or other 124 | proprietary right. The entire risk as to the use, quality, and 125 | performance of any Source or Product shall be with You and not 126 | the Licensor. This disclaimer of warranty is an essential part 127 | of this Licence and a condition for the grant of any rights 128 | granted under this Licence. 129 | 130 | 5.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to 131 | the maximum extent permitted by law, have no liability for 132 | direct, indirect, special, incidental, consequential, exemplary, 133 | punitive or other damages of any character including, without 134 | limitation, procurement of substitute goods or services, loss of 135 | use, data or profits, or business interruption, however caused 136 | and on any theory of contract, warranty, tort (including 137 | negligence), product liability or otherwise, arising in any way 138 | in relation to the Covered Source, modified Covered Source 139 | and/or the Making or Conveyance of a Product, even if advised of 140 | the possibility of such damages, and You shall hold the 141 | Licensor(s) free and harmless from any liability, costs, 142 | damages, fees and expenses, including claims by third parties, 143 | in relation to such use. 144 | 145 | 146 | 6 Patents 147 | 148 | 6.1 Subject to the terms and conditions of this Licence, each 149 | Licensor hereby grants to You a perpetual, worldwide, 150 | non-exclusive, no-charge, royalty-free, irrevocable (except as 151 | stated in this section 6, or where terminated by the Licensor 152 | for cause) patent license to Make, have Made, use, offer to 153 | sell, sell, import, and otherwise transfer the Covered Source 154 | and Products, where such licence applies only to those patent 155 | claims licensable by such Licensor that are necessarily 156 | infringed by exercising rights under the Covered Source as 157 | Conveyed by that Licensor. 158 | 159 | 6.2 If You institute patent litigation against any entity (including 160 | a cross-claim or counterclaim in a lawsuit) alleging that the 161 | Covered Source or a Product constitutes direct or contributory 162 | patent infringement, or You seek any declaration that a patent 163 | licensed to You under this Licence is invalid or unenforceable 164 | then any rights granted to You under this Licence shall 165 | terminate as of the date such process is initiated. 166 | 167 | 168 | 7 General 169 | 170 | 7.1 If any provisions of this Licence are or subsequently become 171 | invalid or unenforceable for any reason, the remaining 172 | provisions shall remain effective. 173 | 174 | 7.2 You shall not use any of the name (including acronyms and 175 | abbreviations), image, or logo by which the Licensor or CERN is 176 | known, except where needed to comply with section 3, or where 177 | the use is otherwise allowed by law. Any such permitted use 178 | shall be factual and shall not be made so as to suggest any kind 179 | of endorsement or implication of involvement by the Licensor or 180 | its personnel. 181 | 182 | 7.3 CERN may publish updated versions and variants of this Licence 183 | which it considers to be in the spirit of this version, but may 184 | differ in detail to address new problems or concerns. New 185 | versions will be published with a unique version number and a 186 | variant identifier specifying the variant. If the Licensor has 187 | specified that a given variant applies to the Covered Source 188 | without specifying a version, You may treat that Covered Source 189 | as being released under any version of the CERN-OHL with that 190 | variant. If no variant is specified, the Covered Source shall be 191 | treated as being released under CERN-OHL-S. The Licensor may 192 | also specify that the Covered Source is subject to a specific 193 | version of the CERN-OHL or any later version in which case You 194 | may apply this or any later version of CERN-OHL with the same 195 | variant identifier published by CERN. 196 | 197 | 7.4 This Licence shall not be enforceable except by a Licensor 198 | acting as such, and third party beneficiary rights are 199 | specifically excluded. 200 | -------------------------------------------------------------------------------- /docs/cable-asssembly-instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/probe-rs/hs-probe/ad59d9da20bd2357ba0c520e6ff09f72eee853c6/docs/cable-asssembly-instructions.png -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name antennas)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/antennas.pretty)(options "")(descr "")) 3 | (lib (name baluns)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/baluns.pretty)(options "")(descr "")) 4 | (lib (name bga)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/bga.pretty)(options "")(descr "")) 5 | (lib (name boxes)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/boxes.pretty)(options "")(descr "")) 6 | (lib (name buzzers)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/buzzers.pretty)(options "")(descr "")) 7 | (lib (name cameras)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/cameras.pretty)(options "")(descr "")) 8 | (lib (name connectors)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/connectors.pretty)(options "")(descr "")) 9 | (lib (name crystals)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/crystals.pretty)(options "")(descr "")) 10 | (lib (name dc_dc_regulators)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/dc_dc_regulators.pretty)(options "")(descr "")) 11 | (lib (name dfn)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/dfn.pretty)(options "")(descr "")) 12 | (lib (name diode)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/diode.pretty)(options "")(descr "")) 13 | (lib (name div)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/div.pretty)(options "")(descr "")) 14 | (lib (name inductor)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/inductor.pretty)(options "")(descr "")) 15 | (lib (name jst)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/jst.pretty)(options "")(descr "")) 16 | (lib (name leds)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/leds.pretty)(options "")(descr "")) 17 | (lib (name lensholders)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/lensholders.pretty)(options "")(descr "")) 18 | (lib (name lga)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/lga.pretty)(options "")(descr "")) 19 | (lib (name logo)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/logo.pretty)(options "")(descr "")) 20 | (lib (name modules)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/modules.pretty)(options "")(descr "")) 21 | (lib (name passive)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/passive.pretty)(options "")(descr "")) 22 | (lib (name pushbuttons)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/pushbuttons.pretty)(options "")(descr "")) 23 | (lib (name qfn)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/qfn.pretty)(options "")(descr "")) 24 | (lib (name qfp)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/qfp.pretty)(options "")(descr "")) 25 | (lib (name rf_ic)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/rf_ic.pretty)(options "")(descr "")) 26 | (lib (name sdfn)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/sdfn.pretty)(options "")(descr "")) 27 | (lib (name shields)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/shields.pretty)(options "")(descr "")) 28 | (lib (name slide_switches)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/slide_switches.pretty)(options "")(descr "")) 29 | (lib (name solder_jumpers)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/solder_jumpers.pretty)(options "")(descr "")) 30 | (lib (name son)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/son.pretty)(options "")(descr "")) 31 | (lib (name sop)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/sop.pretty)(options "")(descr "")) 32 | (lib (name sot)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/sot.pretty)(options "")(descr "")) 33 | (lib (name transformers)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/transformers.pretty)(options "")(descr "")) 34 | (lib (name usb)(type KiCad)(uri ${KIPRJMOD}/kicad_libs/footprints/usb.pretty)(options "")(descr "")) 35 | ) 36 | -------------------------------------------------------------------------------- /hs-probe-bot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/probe-rs/hs-probe/ad59d9da20bd2357ba0c520e6ff09f72eee853c6/hs-probe-bot.jpg -------------------------------------------------------------------------------- /hs-probe-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # Analog_Switch_MAX40200AUK 5 | # 6 | DEF Analog_Switch_MAX40200AUK U 0 20 Y Y 1 F N 7 | F0 "U" -250 250 50 H V C CNN 8 | F1 "Analog_Switch_MAX40200AUK" 300 250 50 H V C CNN 9 | F2 "Package_TO_SOT_SMD:SOT-23-5" 0 500 50 H I C CNN 10 | F3 "" 0 500 50 H I C CNN 11 | $FPLIST 12 | SOT?23* 13 | $ENDFPLIST 14 | DRAW 15 | S -300 -200 300 200 1 1 10 f 16 | X VDD 1 -400 100 100 R 50 50 1 1 W 17 | X GND 2 0 -300 100 U 50 50 1 1 W 18 | X EN 3 -400 -100 100 R 50 50 1 1 I 19 | X NC 4 300 -100 100 L 50 50 1 1 N N 20 | X OUT 5 400 100 100 L 50 50 1 1 P 21 | ENDDRAW 22 | ENDDEF 23 | # 24 | # Connector_Conn_01x02_Female 25 | # 26 | DEF Connector_Conn_01x02_Female J 0 40 Y N 1 F N 27 | F0 "J" 0 100 50 H V C CNN 28 | F1 "Connector_Conn_01x02_Female" 0 -200 50 H V C CNN 29 | F2 "" 0 0 50 H I C CNN 30 | F3 "" 0 0 50 H I C CNN 31 | $FPLIST 32 | Connector*:*_1x??_* 33 | $ENDFPLIST 34 | DRAW 35 | A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 36 | A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 37 | P 2 1 1 6 -50 -100 -20 -100 N 38 | P 2 1 1 6 -50 0 -20 0 N 39 | X Pin_1 1 -200 0 150 R 50 50 1 1 P 40 | X Pin_2 2 -200 -100 150 R 50 50 1 1 P 41 | ENDDRAW 42 | ENDDEF 43 | # 44 | # Connector_Conn_01x03_Female 45 | # 46 | DEF Connector_Conn_01x03_Female J 0 40 Y N 1 F N 47 | F0 "J" 0 200 50 H V C CNN 48 | F1 "Connector_Conn_01x03_Female" 0 -200 50 H V C CNN 49 | F2 "" 0 0 50 H I C CNN 50 | F3 "" 0 0 50 H I C CNN 51 | $FPLIST 52 | Connector*:*_1x??_* 53 | $ENDFPLIST 54 | DRAW 55 | A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 56 | A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 57 | A 0 100 20 901 -901 1 1 6 N 0 120 0 80 58 | P 2 1 1 6 -50 -100 -20 -100 N 59 | P 2 1 1 6 -50 0 -20 0 N 60 | P 2 1 1 6 -50 100 -20 100 N 61 | X Pin_1 1 -200 100 150 R 50 50 1 1 P 62 | X Pin_2 2 -200 0 150 R 50 50 1 1 P 63 | X Pin_3 3 -200 -100 150 R 50 50 1 1 P 64 | ENDDRAW 65 | ENDDEF 66 | # 67 | # Connector_Conn_01x09_Female 68 | # 69 | DEF Connector_Conn_01x09_Female J 0 40 Y N 1 F N 70 | F0 "J" 0 500 50 H V C CNN 71 | F1 "Connector_Conn_01x09_Female" 0 -500 50 H V C CNN 72 | F2 "" 0 0 50 H I C CNN 73 | F3 "" 0 0 50 H I C CNN 74 | $FPLIST 75 | Connector*:*_1x??_* 76 | $ENDFPLIST 77 | DRAW 78 | A 0 -400 20 901 -901 1 1 6 N 0 -380 0 -420 79 | A 0 -300 20 901 -901 1 1 6 N 0 -280 0 -320 80 | A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 81 | A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 82 | A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 83 | A 0 100 20 901 -901 1 1 6 N 0 120 0 80 84 | A 0 200 20 901 -901 1 1 6 N 0 220 0 180 85 | A 0 300 20 901 -901 1 1 6 N 0 320 0 280 86 | A 0 400 20 901 -901 1 1 6 N 0 420 0 380 87 | P 2 1 1 6 -50 -400 -20 -400 N 88 | P 2 1 1 6 -50 -300 -20 -300 N 89 | P 2 1 1 6 -50 -200 -20 -200 N 90 | P 2 1 1 6 -50 -100 -20 -100 N 91 | P 2 1 1 6 -50 0 -20 0 N 92 | P 2 1 1 6 -50 100 -20 100 N 93 | P 2 1 1 6 -50 200 -20 200 N 94 | P 2 1 1 6 -50 300 -20 300 N 95 | P 2 1 1 6 -50 400 -20 400 N 96 | X Pin_1 1 -200 400 150 R 50 50 1 1 P 97 | X Pin_2 2 -200 300 150 R 50 50 1 1 P 98 | X Pin_3 3 -200 200 150 R 50 50 1 1 P 99 | X Pin_4 4 -200 100 150 R 50 50 1 1 P 100 | X Pin_5 5 -200 0 150 R 50 50 1 1 P 101 | X Pin_6 6 -200 -100 150 R 50 50 1 1 P 102 | X Pin_7 7 -200 -200 150 R 50 50 1 1 P 103 | X Pin_8 8 -200 -300 150 R 50 50 1 1 P 104 | X Pin_9 9 -200 -400 150 R 50 50 1 1 P 105 | ENDDRAW 106 | ENDDEF 107 | # 108 | # Connector_USB_C_Receptacle_USB2.0 109 | # 110 | DEF Connector_USB_C_Receptacle_USB2.0 J 0 40 Y Y 1 F N 111 | F0 "J" -400 750 50 H V L CNN 112 | F1 "Connector_USB_C_Receptacle_USB2.0" 750 750 50 H V R CNN 113 | F2 "" 150 0 50 H I C CNN 114 | F3 "" 150 0 50 H I C CNN 115 | $FPLIST 116 | USB*C*Receptacle* 117 | $ENDFPLIST 118 | DRAW 119 | A -275 -150 75 -1799 -1 0 1 20 N -350 -150 -200 -150 120 | A -275 -150 25 -1799 -1 0 1 10 N -300 -150 -250 -150 121 | A -275 -150 25 -1799 -1 0 1 10 F -300 -150 -250 -150 122 | A -275 150 25 1 1799 0 1 10 F -250 150 -300 150 123 | A -275 150 25 1 1799 0 1 10 N -250 150 -300 150 124 | A -275 150 75 1 1799 0 1 20 N -200 150 -350 150 125 | C -100 45 25 0 1 10 F 126 | C 0 -230 50 0 1 0 F 127 | S -10 -700 10 -660 0 0 0 N 128 | S 400 -590 360 -610 0 0 0 N 129 | S 400 -490 360 -510 0 0 0 N 130 | S 400 -190 360 -210 0 0 0 N 131 | S 400 -90 360 -110 0 0 0 N 132 | S 400 10 360 -10 0 0 0 N 133 | S 400 110 360 90 0 0 0 N 134 | S 400 310 360 290 0 0 0 N 135 | S 400 410 360 390 0 0 0 N 136 | S 400 610 360 590 0 0 0 N 137 | S -400 700 400 -700 0 1 10 f 138 | S -300 -150 -250 150 0 1 10 F 139 | S 75 70 125 120 0 1 10 F 140 | P 2 0 1 20 -350 -150 -350 150 N 141 | P 2 0 1 20 -200 150 -200 -150 N 142 | P 2 0 1 20 0 -230 0 170 N 143 | P 3 0 1 20 0 -130 -100 -30 -100 20 N 144 | P 3 0 1 20 0 -80 100 20 100 70 N 145 | P 4 0 1 10 -50 170 0 270 50 170 -50 170 F 146 | X GND A1 0 -900 200 U 50 50 1 1 P 147 | X GND A12 0 -900 200 U 50 50 1 1 P N 148 | X VBUS A4 600 600 200 L 50 50 1 1 P 149 | X CC1 A5 600 400 200 L 50 50 1 1 B 150 | X D+ A6 600 -100 200 L 50 50 1 1 B 151 | X D- A7 600 100 200 L 50 50 1 1 B 152 | X SBU1 A8 600 -500 200 L 50 50 1 1 B 153 | X VBUS A9 600 600 200 L 50 50 1 1 P N 154 | X GND B1 0 -900 200 U 50 50 1 1 P N 155 | X GND B12 0 -900 200 U 50 50 1 1 P N 156 | X VBUS B4 600 600 200 L 50 50 1 1 P N 157 | X CC2 B5 600 300 200 L 50 50 1 1 B 158 | X D+ B6 600 -200 200 L 50 50 1 1 B 159 | X D- B7 600 0 200 L 50 50 1 1 B 160 | X SBU2 B8 600 -600 200 L 50 50 1 1 B 161 | X VBUS B9 600 600 200 L 50 50 1 1 P N 162 | X SHIELD S1 -300 -900 200 U 50 50 1 1 P 163 | ENDDRAW 164 | ENDDEF 165 | # 166 | # Device_C_Small 167 | # 168 | DEF Device_C_Small C 0 10 N N 1 F N 169 | F0 "C" 10 70 50 H V L CNN 170 | F1 "Device_C_Small" 10 -80 50 H V L CNN 171 | F2 "" 0 0 50 H I C CNN 172 | F3 "" 0 0 50 H I C CNN 173 | $FPLIST 174 | C_* 175 | $ENDFPLIST 176 | DRAW 177 | P 2 0 1 13 -60 -20 60 -20 N 178 | P 2 0 1 12 -60 20 60 20 N 179 | X ~ 1 0 100 80 D 50 50 1 1 P 180 | X ~ 2 0 -100 80 U 50 50 1 1 P 181 | ENDDRAW 182 | ENDDEF 183 | # 184 | # Device_D_Zener_x2_ACom_KKA 185 | # 186 | DEF Device_D_Zener_x2_ACom_KKA D 0 30 Y N 1 F N 187 | F0 "D" 50 -100 50 H V C CNN 188 | F1 "Device_D_Zener_x2_ACom_KKA" 0 100 50 H V C CNN 189 | F2 "" 0 0 50 H I C CNN 190 | F3 "" 0 0 50 H I C CNN 191 | $FPLIST 192 | SOT* 193 | SC* 194 | $ENDFPLIST 195 | DRAW 196 | C 0 0 10 0 1 0 F 197 | P 2 0 1 0 -140 0 150 0 N 198 | P 2 0 1 0 0 0 0 -100 N 199 | P 3 0 1 10 -150 -50 -150 50 -130 50 N 200 | P 3 0 1 10 130 -50 150 -50 150 50 N 201 | P 6 0 1 10 -50 -50 -150 0 -50 50 -50 -50 -50 -50 -50 -50 N 202 | P 6 0 1 10 50 50 150 0 50 -50 50 50 50 50 50 50 N 203 | X K 1 -300 0 150 R 50 50 0 1 P 204 | X K 2 300 0 150 L 50 50 0 1 P 205 | X A 3 0 -200 100 U 50 50 0 1 P 206 | ENDDRAW 207 | ENDDEF 208 | # 209 | # Device_Fuse_Small 210 | # 211 | DEF Device_Fuse_Small F 0 10 N N 1 F N 212 | F0 "F" 0 -60 50 H V C CNN 213 | F1 "Device_Fuse_Small" 0 60 50 H V C CNN 214 | F2 "" 0 0 50 H I C CNN 215 | F3 "" 0 0 50 H I C CNN 216 | $FPLIST 217 | SM* 218 | $ENDFPLIST 219 | DRAW 220 | S -50 20 50 -20 0 1 0 N 221 | P 2 0 1 0 -50 0 50 0 N 222 | X ~ 1 -100 0 50 R 50 50 1 1 P 223 | X ~ 2 100 0 50 L 50 50 1 1 P 224 | ENDDRAW 225 | ENDDEF 226 | # 227 | # Device_LED_RGBA 228 | # 229 | DEF Device_LED_RGBA D 0 0 Y N 1 F N 230 | F0 "D" 0 370 50 H V C CNN 231 | F1 "Device_LED_RGBA" 0 -350 50 H V C CNN 232 | F2 "" 0 -50 50 H I C CNN 233 | F3 "" 0 -50 50 H I C CNN 234 | $FPLIST 235 | LED* 236 | LED_SMD:* 237 | LED_THT:* 238 | $ENDFPLIST 239 | DRAW 240 | C 80 0 10 0 1 0 F 241 | T 0 -75 -250 50 0 0 0 B Normal 0 C C 242 | T 0 -75 -50 50 0 0 0 G Normal 0 C C 243 | T 0 -75 150 50 0 0 0 R Normal 0 C C 244 | S 50 -50 50 50 0 1 0 N 245 | S 50 50 50 50 0 1 0 N 246 | S 50 150 50 250 0 1 0 N 247 | S 50 250 50 250 0 1 0 N 248 | S 110 330 -110 -300 0 1 10 f 249 | P 2 0 1 0 -50 -200 -100 -200 N 250 | P 2 0 1 0 -50 -200 50 -200 N 251 | P 2 0 1 10 -50 -150 -50 -250 N 252 | P 2 0 1 0 -50 0 -100 0 N 253 | P 2 0 1 10 -50 50 -50 -50 N 254 | P 2 0 1 0 -50 200 -100 200 N 255 | P 2 0 1 0 -50 200 50 200 N 256 | P 2 0 1 10 -50 250 -50 150 N 257 | P 2 0 1 0 50 0 -50 0 N 258 | P 2 0 1 0 50 0 100 0 N 259 | P 3 0 1 0 -50 50 -50 -50 -50 -50 N 260 | P 3 0 1 0 -50 250 -50 150 -50 150 N 261 | P 4 0 1 0 50 -200 80 -200 80 200 50 200 N 262 | P 4 0 1 10 50 -150 50 -250 -50 -200 50 -150 N 263 | P 4 0 1 10 50 50 50 -50 -50 0 50 50 N 264 | P 4 0 1 10 50 250 50 150 -50 200 50 250 N 265 | P 5 0 1 0 -40 -150 20 -90 -10 -90 20 -90 20 -120 N 266 | P 5 0 1 0 -40 50 20 110 -10 110 20 110 20 80 N 267 | P 5 0 1 0 -40 250 20 310 -10 310 20 310 20 280 N 268 | P 5 0 1 0 0 -150 60 -90 30 -90 60 -90 60 -120 N 269 | P 5 0 1 0 0 50 60 110 30 110 60 110 60 80 N 270 | P 5 0 1 0 0 250 60 310 30 310 60 310 60 280 N 271 | X RK 1 -200 200 100 R 50 50 1 1 P 272 | X GK 2 -200 0 100 R 50 50 1 1 P 273 | X BK 3 -200 -200 100 R 50 50 1 1 P 274 | X A 4 200 0 100 L 50 50 1 1 P 275 | ENDDRAW 276 | ENDDEF 277 | # 278 | # Device_Q_PMOS_GSD 279 | # 280 | DEF Device_Q_PMOS_GSD Q 0 0 Y N 1 F N 281 | F0 "Q" 200 50 50 H V L CNN 282 | F1 "Device_Q_PMOS_GSD" 200 -50 50 H V L CNN 283 | F2 "" 200 100 50 H I C CNN 284 | F3 "" 0 0 50 H I C CNN 285 | DRAW 286 | C 65 0 110 0 1 10 N 287 | C 100 -70 10 0 1 0 F 288 | C 100 70 10 0 1 0 F 289 | P 2 0 1 0 10 0 -100 0 N 290 | P 2 0 1 10 10 75 10 -75 N 291 | P 2 0 1 10 30 -50 30 -90 N 292 | P 2 0 1 10 30 20 30 -20 N 293 | P 2 0 1 10 30 90 30 50 N 294 | P 2 0 1 0 100 100 100 70 N 295 | P 3 0 1 0 100 -100 100 0 30 0 N 296 | P 4 0 1 0 30 70 130 70 130 -70 30 -70 N 297 | P 4 0 1 0 90 0 50 15 50 -15 90 0 F 298 | P 4 0 1 0 110 -20 115 -15 145 -15 150 -10 N 299 | P 4 0 1 0 130 -15 115 10 145 10 130 -15 N 300 | X G 1 -200 0 100 R 50 50 1 1 I 301 | X S 2 100 -200 100 U 50 50 1 1 P 302 | X D 3 100 200 100 D 50 50 1 1 P 303 | ENDDRAW 304 | ENDDEF 305 | # 306 | # Device_R_Small 307 | # 308 | DEF Device_R_Small R 0 10 N N 1 F N 309 | F0 "R" 30 20 50 H V L CNN 310 | F1 "Device_R_Small" 30 -40 50 H V L CNN 311 | F2 "" 0 0 50 H I C CNN 312 | F3 "" 0 0 50 H I C CNN 313 | $FPLIST 314 | R_* 315 | $ENDFPLIST 316 | DRAW 317 | S -30 70 30 -70 0 1 8 N 318 | X ~ 1 0 100 30 D 50 50 1 1 P 319 | X ~ 2 0 -100 30 U 50 50 1 1 P 320 | ENDDRAW 321 | ENDDEF 322 | # 323 | # Oscillator_ASDMB-xxxMHz 324 | # 325 | DEF Oscillator_ASDMB-xxxMHz U 0 20 Y Y 1 F N 326 | F0 "U" -250 250 50 H V C CNN 327 | F1 "Oscillator_ASDMB-xxxMHz" 450 250 50 H V C CNN 328 | F2 "Oscillator:Oscillator_SMD_Abracon_ASDMB-4Pin_2.5x2.0mm" 0 0 50 H I C CNN 329 | F3 "" 300 450 50 H I C CNN 330 | $FPLIST 331 | Oscillator*SMD*Abracon*ASDMB*2.5x2.0mm* 332 | $ENDFPLIST 333 | DRAW 334 | S -300 200 300 -200 1 1 10 f 335 | P 9 1 1 0 -175 100 -150 100 -150 150 -125 150 -125 100 -100 100 -100 150 -75 150 -75 100 N 336 | X Standby 1 -400 0 100 R 50 50 1 1 I 337 | X GND 2 100 -300 100 U 50 50 1 1 W 338 | X Out 3 400 0 100 L 50 50 1 1 O 339 | X VDD 4 100 300 100 D 50 50 1 1 W 340 | ENDDRAW 341 | ENDDEF 342 | # 343 | # connectors_STDC14 344 | # 345 | DEF connectors_STDC14 U 0 40 Y Y 1 F N 346 | F0 "U" 400 50 50 H V C CNN 347 | F1 "connectors_STDC14" 400 -1750 50 H V C CNN 348 | F2 "" 0 0 50 H I C CNN 349 | F3 "" 0 0 50 H I C CNN 350 | DRAW 351 | S 0 0 750 -1700 0 1 0 f 352 | X 5V 1 -100 -100 100 R 50 50 1 1 W 353 | X T_JTDI 10 -100 -1200 100 R 50 50 1 1 I 354 | X GNDDetect 11 -100 -600 100 R 50 50 1 1 P 355 | X T_NRST 12 -100 -1300 100 R 50 50 1 1 O 356 | X T_VCP_RX 13 -100 -1500 100 R 50 50 1 1 I 357 | X T_VCP_TX 14 -100 -1600 100 R 50 50 1 1 O 358 | X V_PROBE 2 -100 -200 100 R 50 50 1 1 W 359 | X T_VCC 3 -100 -300 100 R 50 50 1 1 P 360 | X T_JTMS/T_SWDIO 4 -100 -800 100 R 50 50 1 1 B 361 | X GND 5 -100 -400 100 R 50 50 1 1 W 362 | X T_JCLK/T_SWCLK 6 -100 -900 100 R 50 50 1 1 I 363 | X GND 7 -100 -500 100 R 50 50 1 1 W 364 | X T_JTDO/T_SWO 8 -100 -1000 100 R 50 50 1 1 O 365 | X T_JRCLK 9 -100 -1100 100 R 50 50 1 1 I 366 | ENDDRAW 367 | ENDDEF 368 | # 369 | # connectors_tag-connect-swd 370 | # 371 | DEF connectors_tag-connect-swd J 0 100 Y Y 1 F N 372 | F0 "J" 0 300 50 H V C CNN 373 | F1 "connectors_tag-connect-swd" 0 -400 50 H V C CNN 374 | F2 "connectors:tag-connect_6pin_nolegs_swd" 0 400 50 H I C CNN 375 | F3 "" 0 0 50 H I C CNN 376 | $FPLIST 377 | Connector*:*_1x??_* 378 | $ENDFPLIST 379 | DRAW 380 | S -50 -295 0 -305 1 1 6 N 381 | S -50 -195 0 -205 1 1 6 N 382 | S -50 -95 0 -105 1 1 6 N 383 | S -50 5 0 -5 1 1 6 N 384 | S -50 105 0 95 1 1 6 N 385 | S -50 205 0 195 1 1 6 N 386 | S -50 250 50 -350 1 1 10 f 387 | X VCC 1 -200 200 150 R 50 50 1 1 P 388 | X SWDIO 2 -200 100 150 R 50 50 1 1 P 389 | X ~RESET 3 -200 0 150 R 50 50 1 1 P 390 | X SWCLK 4 -200 -100 150 R 50 50 1 1 P 391 | X GND 5 -200 -200 150 R 50 50 1 1 P 392 | X SWO 6 -200 -300 150 R 50 50 1 1 P 393 | ENDDRAW 394 | ENDDEF 395 | # 396 | # hs-probe-stm32_hs-probe-stm32 397 | # 398 | DEF hs-probe-stm32_hs-probe-stm32 U 0 40 Y Y 12 L N 399 | F0 "U" 200 250 60 H V L CNN 400 | F1 "hs-probe-stm32_hs-probe-stm32" 200 150 60 H V L CNN 401 | F2 "" 200 50 60 H I L CNN 402 | F3 "" 200 -150 60 H I L CNN 403 | DRAW 404 | S 200 100 1300 -1400 1 1 0 f 405 | S 200 100 1300 -1600 2 1 0 f 406 | S 200 100 1000 -1600 3 1 0 f 407 | S 200 100 1000 -1600 4 1 0 f 408 | S 200 100 900 -1600 5 1 0 f 409 | S 200 100 500 -1600 6 1 0 f 410 | S 200 100 900 -1400 7 1 0 f 411 | S 200 100 500 -1400 8 1 0 f 412 | S 200 100 1000 -1200 9 1 0 f 413 | S 200 100 1500 -700 10 1 0 f 414 | S 200 100 850 -200 11 1 0 f 415 | S 200 100 700 -1200 12 1 0 f 416 | X PA15 A13 0 -1300 200 R 50 50 1 1 B 417 | X PA12/USB_OTG_FS_DP B15 0 -1200 200 R 50 50 1 1 B 418 | X PA11/USB_OTG_FS_DM C15 0 -1100 200 R 50 50 1 1 B 419 | X PA10 D15 0 -1000 200 R 50 50 1 1 B 420 | X PA9/USB_OTG_FS_VBUS E15 0 -900 200 R 50 50 1 1 B 421 | X PA8 F15 0 -800 200 R 50 50 1 1 B 422 | X PA1 N2 0 -100 200 R 50 50 1 1 B 423 | X PA0-WKUP N3 0 0 200 R 50 50 1 1 B 424 | X PA4 N4 0 -400 200 R 50 50 1 1 B 425 | X PA2 P2 0 -200 200 R 50 50 1 1 B 426 | X PA6 P3 0 -600 200 R 50 50 1 1 B 427 | X PA5 P4 0 -500 200 R 50 50 1 1 B 428 | X PA3/ADC1_IN3 R2 0 -300 200 R 50 50 1 1 B 429 | X PA7 R3 0 -700 200 R 50 50 1 1 B 430 | X PB3/SPI1_SCK A10 0 -300 200 R 50 50 2 1 B 431 | X PB8/LED2 A5 0 -800 200 R 50 50 2 1 O 432 | X PB5/SPI1_MOSI A6 0 -500 200 R 50 50 2 1 B 433 | X PB4/SPI1_MISO A9 0 -400 200 R 50 50 2 1 B 434 | X PB9 B4 0 -900 200 R 50 50 2 1 B 435 | X PB7/USART1_RX B5 0 -700 200 R 50 50 2 1 B 436 | X PB6/USART1_TX B6 0 -600 200 R 50 50 2 1 B 437 | X PB2 M6 0 -200 200 R 50 50 2 1 B 438 | X PB12 P12 0 -1200 200 R 50 50 2 1 B 439 | X PB13/USB_OTG_HS_VBUS P13 0 -1300 200 R 50 50 2 1 B 440 | X PB10/USB_SEL R12 0 -1000 200 R 50 50 2 1 O 441 | X PB11 R13 0 -1100 200 R 50 50 2 1 B 442 | X PB14/USB_OTG_HS_DM R14 0 -1400 200 R 50 50 2 1 B 443 | X PB15/USB_OTG_HS_DP R15 0 -1500 200 R 50 50 2 1 B 444 | X PB1 R4 0 -100 200 R 50 50 2 1 B 445 | X PB0 R5 0 0 200 R 50 50 2 1 B 446 | X PC12 A12 0 -1200 200 R 50 50 3 1 B 447 | X PC11 B13 0 -1100 200 R 50 50 3 1 B 448 | X PC10/LED1 B14 0 -1000 200 R 50 50 3 1 O 449 | X PC13 D1 0 -1300 200 R 50 50 3 1 B 450 | X PC14-OSC32_IN E1 0 -1400 200 R 50 50 3 1 B 451 | X PC15-OSC32_OUT F1 0 -1500 200 R 50 50 3 1 B 452 | X PC9 F14 0 -900 200 R 50 50 3 1 B 453 | X PC8 G14 0 -800 200 R 50 50 3 1 B 454 | X PC7 G15 0 -700 200 R 50 50 3 1 B 455 | X PC6 H15 0 -600 200 R 50 50 3 1 B 456 | X PC0 M2 0 0 200 R 50 50 3 1 B 457 | X PC1 M3 0 -100 200 R 50 50 3 1 B 458 | X PC2 M4 0 -200 200 R 50 50 3 1 B 459 | X PC3 M5 0 -300 200 R 50 50 3 1 B 460 | X PC4 N5 0 -400 200 R 50 50 3 1 B 461 | X PC5 P5 0 -500 200 R 50 50 3 1 B 462 | X PD7 A11 0 -700 200 R 50 50 4 1 B 463 | X PD6/USART2_RX B11 0 -600 200 R 50 50 4 1 B 464 | X PD0 B12 0 0 200 R 50 50 4 1 B 465 | X PD5/USART2_TX C11 0 -500 200 R 50 50 4 1 B 466 | X PD1 C12 0 -100 200 R 50 50 4 1 B 467 | X PD4 D10 0 -400 200 R 50 50 4 1 B 468 | X PD3 D11 0 -300 200 R 50 50 4 1 B 469 | X PD2 D12 0 -200 200 R 50 50 4 1 B 470 | X PD15 L14 0 -1500 200 R 50 50 4 1 B 471 | X PD14 M14 0 -1400 200 R 50 50 4 1 B 472 | X PD13 M15 0 -1300 200 R 50 50 4 1 B 473 | X PD12 N13 0 -1200 200 R 50 50 4 1 B 474 | X PD11 N14 0 -1100 200 R 50 50 4 1 B 475 | X PD10/GPIO2 N15 0 -1000 200 R 50 50 4 1 O 476 | X PD9 P14 0 -900 200 R 50 50 4 1 B 477 | X PD8/GPIO1 P15 0 -800 200 R 50 50 4 1 O 478 | X PE3 A1 0 -300 200 R 50 50 5 1 B 479 | X PE2/T_VCC_EN A2 0 -200 200 R 50 50 5 1 O 480 | X PE1 A3 0 -100 200 R 50 50 5 1 B 481 | X PE0/LED3 A4 0 0 200 R 50 50 5 1 O 482 | X PE4 B1 0 -400 200 R 50 50 5 1 B 483 | X PE5 B2 0 -500 200 R 50 50 5 1 B 484 | X PE6 B3 0 -600 200 R 50 50 5 1 B 485 | X PE13 N11 0 -1300 200 R 50 50 5 1 B 486 | X PE11 P10 0 -1100 200 R 50 50 5 1 B 487 | X PE14 P11 0 -1400 200 R 50 50 5 1 B 488 | X PE8 P8 0 -800 200 R 50 50 5 1 B 489 | X PE9 P9 0 -900 200 R 50 50 5 1 B 490 | X PE12 R10 0 -1200 200 R 50 50 5 1 B 491 | X PE15 R11 0 -1500 200 R 50 50 5 1 B 492 | X PE7 R8 0 -700 200 R 50 50 5 1 B 493 | X PE10 R9 0 -1000 200 R 50 50 5 1 B 494 | X PF0 E2 0 0 200 R 50 50 6 1 B 495 | X PF2 H2 0 -200 200 R 50 50 6 1 B 496 | X PF1 H3 0 -100 200 R 50 50 6 1 B 497 | X PF3 J2 0 -300 200 R 50 50 6 1 B 498 | X PF4 J3 0 -400 200 R 50 50 6 1 B 499 | X PF7 K1 0 -700 200 R 50 50 6 1 B 500 | X PF6 K2 0 -600 200 R 50 50 6 1 B 501 | X PF5 K3 0 -500 200 R 50 50 6 1 B 502 | X PF10 L1 0 -1000 200 R 50 50 6 1 B 503 | X PF9 L2 0 -900 200 R 50 50 6 1 B 504 | X PF8 L3 0 -800 200 R 50 50 6 1 B 505 | X PF13 N6 0 -1300 200 R 50 50 6 1 B 506 | X PF12 P6 0 -1200 200 R 50 50 6 1 B 507 | X PF15 P7 0 -1500 200 R 50 50 6 1 B 508 | X PF11 R6 0 -1100 200 R 50 50 6 1 B 509 | X PF14 R7 0 -1400 200 R 50 50 6 1 B 510 | X PG14/GNDDet A7 0 -1200 200 R 50 50 7 1 O 511 | X PG13/RESET A8 0 -1100 200 R 50 50 7 1 O 512 | X PG10 B10 0 -800 200 R 50 50 7 1 B 513 | X PG15 B7 0 -1300 200 R 50 50 7 1 B 514 | X PG12 B8 0 -1000 200 R 50 50 7 1 B 515 | X PG11 B9 0 -900 200 R 50 50 7 1 B 516 | X PG9 C10 0 -700 200 R 50 50 7 1 B 517 | X PG8 H14 0 -600 200 R 50 50 7 1 B 518 | X PG5 K13 0 -500 200 R 50 50 7 1 B 519 | X PG4 K14 0 -400 200 R 50 50 7 1 B 520 | X PG3 K15 0 -300 200 R 50 50 7 1 B 521 | X PG2 L15 0 -200 200 R 50 50 7 1 B 522 | X PG1 M7 0 -100 200 R 50 50 7 1 B 523 | X PG0 N7 0 0 200 R 50 50 7 1 B 524 | X PH15 D13 0 -1300 200 R 50 50 8 1 B 525 | X PH13 E12 0 -1100 200 R 50 50 8 1 B 526 | X PH14 E13 0 -1200 200 R 50 50 8 1 B 527 | X PH2 F4 0 0 200 R 50 50 8 1 B 528 | X PH3 G4 0 -100 200 R 50 50 8 1 B 529 | X PH4 H4 0 -200 200 R 50 50 8 1 B 530 | X PH5 J4 0 -300 200 R 50 50 8 1 B 531 | X PH12 K12 0 -1000 200 R 50 50 8 1 B 532 | X PH11 L12 0 -900 200 R 50 50 8 1 B 533 | X PH10 L13 0 -800 200 R 50 50 8 1 B 534 | X PH6 M11 0 -400 200 R 50 50 8 1 B 535 | X PH8 M12 0 -600 200 R 50 50 8 1 B 536 | X PH9 M13 0 -700 200 R 50 50 8 1 B 537 | X PH7 N12 0 -500 200 R 50 50 8 1 B 538 | X PI3/SPI2_MOSI C13 0 -300 200 R 50 50 9 1 B 539 | X PI2/SPI2_MISO C14 0 -200 200 R 50 50 9 1 B 540 | X PI7 C2 0 -700 200 R 50 50 9 1 B 541 | X PI6 C3 0 -600 200 R 50 50 9 1 B 542 | X PI5 C4 0 -500 200 R 50 50 9 1 B 543 | X PI1/SPI2_SCK D14 0 -100 200 R 50 50 9 1 B 544 | X PI8 D2 0 -800 200 R 50 50 9 1 B 545 | X PI9 D3 0 -900 200 R 50 50 9 1 B 546 | X PI4 D4 0 -400 200 R 50 50 9 1 B 547 | X PI0 E14 0 0 200 R 50 50 9 1 B 548 | X PI10 E3 0 -1000 200 R 50 50 9 1 B 549 | X PI11 E4 0 -1100 200 R 50 50 9 1 B 550 | X PA14/SYS_JTCK-SWCLK A14 0 -300 200 R 50 50 10 1 B 551 | X PA13/SYS_JTMS-SWDIO A15 0 -200 200 R 50 50 10 1 B 552 | X PDR_ON C6 0 -400 200 R 50 50 10 1 I 553 | X BOOT0 D6 0 0 200 R 50 50 10 1 I 554 | X PH0-OSC_IN/RCC_OSC_IN G1 0 -500 200 R 50 50 10 1 B 555 | X PH1-OSC_OUT/RCC_OSC_OUT H1 0 -600 200 R 50 50 10 1 B 556 | X NRST J1 0 -100 200 R 50 50 10 1 I 557 | X REXTPHYHS J15 0 -100 200 R 50 50 11 1 B 558 | X BYPASS_REG L4 0 0 200 R 50 50 11 1 I 559 | X VBAT C1 0 -100 200 R 50 50 12 1 W 560 | X VDD[12] C5 0 -400 200 R 50 50 12 1 W 561 | X VDD[12] C7 0 -400 200 R 0 50 12 1 W 562 | X VDDSDMMC C8 0 -600 200 R 50 50 12 1 W 563 | X VDD[12] C9 0 -400 200 R 0 50 12 1 W 564 | X VSS[36] D5 0 -1000 200 R 50 50 12 1 W 565 | X VSS[36] D7 0 -1000 200 R 0 50 12 1 W 566 | X VSS[36] D8 0 -1000 200 R 0 50 12 1 W 567 | X VSS[36] D9 0 -1000 200 R 0 50 12 1 W 568 | X VSS[36] F10 0 -1000 200 R 0 50 12 1 W 569 | X VSS[36] F12 0 -1000 200 R 0 50 12 1 W 570 | X VCAP_2 F13 0 -300 200 R 50 50 12 1 P 571 | X VSS[36] F2 0 -1000 200 R 0 50 12 1 W 572 | X VDD[12] F3 0 -400 200 R 0 50 12 1 W 573 | X VSS[36] F6 0 -1000 200 R 0 50 12 1 W 574 | X VSS[36] F7 0 -1000 200 R 0 50 12 1 W 575 | X VSS[36] F8 0 -1000 200 R 0 50 12 1 W 576 | X VSS[36] F9 0 -1000 200 R 0 50 12 1 W 577 | X VSS[36] G10 0 -1000 200 R 0 50 12 1 W 578 | X VSS[36] G12 0 -1000 200 R 0 50 12 1 W 579 | X VDD[12] G13 0 -400 200 R 0 50 12 1 W 580 | X VSS[36] G2 0 -1000 200 R 0 50 12 1 W 581 | X VDD[12] G3 0 -400 200 R 0 50 12 1 W 582 | X VSS[36] G6 0 -1000 200 R 0 50 12 1 W 583 | X VSS[36] G7 0 -1000 200 R 0 50 12 1 W 584 | X VSS[36] G8 0 -1000 200 R 0 50 12 1 W 585 | X VSS[36] G9 0 -1000 200 R 0 50 12 1 W 586 | X VSS[36] H10 0 -1000 200 R 0 50 12 1 W 587 | X VSS[36] H12 0 -1000 200 R 0 50 12 1 W 588 | X VDDUSB H13 0 -700 200 R 50 50 12 1 W 589 | X VSS[36] H6 0 -1000 200 R 0 50 12 1 W 590 | X VSS[36] H7 0 -1000 200 R 0 50 12 1 W 591 | X VSS[36] H8 0 -1000 200 R 0 50 12 1 W 592 | X VSS[36] H9 0 -1000 200 R 0 50 12 1 W 593 | X VSS[36] J10 0 -1000 200 R 0 50 12 1 W 594 | X VDD[12] J12 0 -400 200 R 0 50 12 1 W 595 | X VDD[12] J13 0 -400 200 R 0 50 12 1 W 596 | X V12PHYHS J14 0 0 200 R 50 50 12 1 P 597 | X VSS[36] J6 0 -1000 200 R 0 50 12 1 W 598 | X VSS[36] J7 0 -1000 200 R 0 50 12 1 W 599 | X VSS[36] J8 0 -1000 200 R 0 50 12 1 W 600 | X VSS[36] J9 0 -1000 200 R 0 50 12 1 W 601 | X VSS[36] K10 0 -1000 200 R 0 50 12 1 W 602 | X VDD[12] K4 0 -400 200 R 0 50 12 1 W 603 | X VSS[36] K6 0 -1000 200 R 0 50 12 1 W 604 | X VSS[36] K7 0 -1000 200 R 0 50 12 1 W 605 | X VSS[36] K8 0 -1000 200 R 0 50 12 1 W 606 | X VSS[36] K9 0 -1000 200 R 0 50 12 1 W 607 | X VSSA M1 0 -1100 200 R 50 50 12 1 W 608 | X VCAP_1 M10 0 -200 200 R 50 50 12 1 P 609 | X VSS[36] M8 0 -1000 200 R 0 50 12 1 W 610 | X VSS[36] M9 0 -1000 200 R 0 50 12 1 W 611 | X VREF- N1 0 -900 200 R 50 50 12 1 W 612 | X VDD[12] N10 0 -400 200 R 0 50 12 1 W 613 | X VDD[12] N8 0 -400 200 R 0 50 12 1 W 614 | X VDD[12] N9 0 -400 200 R 0 50 12 1 W 615 | X VREF+ P1 0 -800 200 R 50 50 12 1 W 616 | X VDDA R1 0 -500 200 R 50 50 12 1 W 617 | ENDDRAW 618 | ENDDEF 619 | # 620 | # interface_esd_NUF8401MNT4G 621 | # 622 | DEF interface_esd_NUF8401MNT4G U 0 40 Y Y 1 F N 623 | F0 "U" 50 50 50 H V C CNN 624 | F1 "interface_esd_NUF8401MNT4G" 150 -950 50 H V C CNN 625 | F2 "dfn:DFN-16-1EP_1.6x4mm_P0.5mm" 0 -150 50 H I C CNN 626 | F3 "" 200 -1050 50 H I C CNN 627 | DRAW 628 | S 0 0 350 -900 0 1 0 f 629 | X 1A 1 -100 -50 100 R 50 50 1 1 B 630 | X 7B 10 450 -650 100 L 50 50 1 1 B 631 | X 6B 11 450 -550 100 L 50 50 1 1 B 632 | X 5B 12 450 -450 100 L 50 50 1 1 B 633 | X 4B 13 450 -350 100 L 50 50 1 1 B 634 | X 3B 14 450 -250 100 L 50 50 1 1 B 635 | X 2B 15 450 -150 100 L 50 50 1 1 B 636 | X 1B 16 450 -50 100 L 50 50 1 1 B 637 | X GND 17 450 -850 100 L 50 50 1 1 W 638 | X 2A 2 -100 -150 100 R 50 50 1 1 B 639 | X 3A 3 -100 -250 100 R 50 50 1 1 B 640 | X 4A 4 -100 -350 100 R 50 50 1 1 B 641 | X 5A 5 -100 -450 100 R 50 50 1 1 B 642 | X 6A 6 -100 -550 100 R 50 50 1 1 B 643 | X 7A 7 -100 -650 100 R 50 50 1 1 B 644 | X 8A 8 -100 -750 100 R 50 50 1 1 B 645 | X 8B 9 450 -750 100 L 50 50 1 1 B 646 | ENDDRAW 647 | ENDDEF 648 | # 649 | # ldo_MIC5259 650 | # 651 | DEF ldo_MIC5259 U 0 40 Y Y 1 F N 652 | F0 "U" 250 50 50 H V C CNN 653 | F1 "ldo_MIC5259" 250 -450 50 H V C CNN 654 | F2 "dfn:DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm" 0 0 50 H I C CNN 655 | F3 "" 0 0 50 H I C CNN 656 | DRAW 657 | S 0 0 500 -400 0 1 0 f 658 | X EN 1 -100 -200 100 R 50 50 1 1 I 659 | X GND 2 -100 -300 100 R 50 50 1 1 W 660 | X VIN 3 -100 -100 100 R 50 50 1 1 W 661 | X VOUT 4 600 -100 100 L 50 50 1 1 w 662 | X BYP 6 600 -200 100 L 50 50 1 1 P 663 | X PAD 7 600 -300 100 L 50 50 1 1 P 664 | ENDDRAW 665 | ENDDEF 666 | # 667 | # power_+3.3V 668 | # 669 | DEF power_+3.3V #PWR 0 0 Y Y 1 F P 670 | F0 "#PWR" 0 -150 50 H I C CNN 671 | F1 "power_+3.3V" 0 140 50 H V C CNN 672 | F2 "" 0 0 50 H I C CNN 673 | F3 "" 0 0 50 H I C CNN 674 | ALIAS +3.3V 675 | DRAW 676 | P 2 0 1 0 -30 50 0 100 N 677 | P 2 0 1 0 0 0 0 100 N 678 | P 2 0 1 0 0 100 30 50 N 679 | X +3V3 1 0 0 0 U 50 50 1 1 W N 680 | ENDDRAW 681 | ENDDEF 682 | # 683 | # power_+5V 684 | # 685 | DEF power_+5V #PWR 0 0 Y Y 1 F P 686 | F0 "#PWR" 0 -150 50 H I C CNN 687 | F1 "power_+5V" 0 140 50 H V C CNN 688 | F2 "" 0 0 50 H I C CNN 689 | F3 "" 0 0 50 H I C CNN 690 | DRAW 691 | P 2 0 1 0 -30 50 0 100 N 692 | P 2 0 1 0 0 0 0 100 N 693 | P 2 0 1 0 0 100 30 50 N 694 | X +5V 1 0 0 0 U 50 50 1 1 W N 695 | ENDDRAW 696 | ENDDEF 697 | # 698 | # power_GND 699 | # 700 | DEF power_GND #PWR 0 0 Y Y 1 F P 701 | F0 "#PWR" 0 -250 50 H I C CNN 702 | F1 "power_GND" 0 -150 50 H V C CNN 703 | F2 "" 0 0 50 H I C CNN 704 | F3 "" 0 0 50 H I C CNN 705 | DRAW 706 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 707 | X GND 1 0 0 0 D 50 50 1 1 W N 708 | ENDDRAW 709 | ENDDEF 710 | # 711 | # power_PWR_FLAG 712 | # 713 | DEF power_PWR_FLAG #FLG 0 0 N N 1 F P 714 | F0 "#FLG" 0 75 50 H I C CNN 715 | F1 "power_PWR_FLAG" 0 150 50 H V C CNN 716 | F2 "" 0 0 50 H I C CNN 717 | F3 "" 0 0 50 H I C CNN 718 | DRAW 719 | P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N 720 | X pwr 1 0 0 0 U 50 50 0 0 w 721 | ENDDRAW 722 | ENDDEF 723 | # 724 | #End Library 725 | -------------------------------------------------------------------------------- /hs-probe-stm32.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hs-probe-stm32.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # hs-probe-stm32 5 | # 6 | DEF hs-probe-stm32 U 0 40 Y Y 12 L N 7 | F0 "U" 200 250 60 H V L CNN 8 | F1 "hs-probe-stm32" 200 150 60 H V L CNN 9 | F2 "" 200 50 60 H I L CNN 10 | F3 "" 200 -150 60 H I L CNN 11 | DRAW 12 | S 200 100 1300 -1400 1 1 0 f 13 | S 200 100 1300 -1600 2 1 0 f 14 | S 200 100 1000 -1600 3 1 0 f 15 | S 200 100 1000 -1600 4 1 0 f 16 | S 200 100 900 -1600 5 1 0 f 17 | S 200 100 500 -1600 6 1 0 f 18 | S 200 100 900 -1400 7 1 0 f 19 | S 200 100 500 -1400 8 1 0 f 20 | S 200 100 1000 -1200 9 1 0 f 21 | S 200 100 1500 -700 10 1 0 f 22 | S 200 100 850 -200 11 1 0 f 23 | S 200 100 700 -1200 12 1 0 f 24 | X PA15 A13 0 -1300 200 R 50 50 1 1 B 25 | X PA12/USB_OTG_FS_DP B15 0 -1200 200 R 50 50 1 1 B 26 | X PA11/USB_OTG_FS_DM C15 0 -1100 200 R 50 50 1 1 B 27 | X PA10 D15 0 -1000 200 R 50 50 1 1 B 28 | X PA9/USB_OTG_FS_VBUS E15 0 -900 200 R 50 50 1 1 B 29 | X PA8 F15 0 -800 200 R 50 50 1 1 B 30 | X PA1 N2 0 -100 200 R 50 50 1 1 B 31 | X PA0-WKUP N3 0 0 200 R 50 50 1 1 B 32 | X PA4 N4 0 -400 200 R 50 50 1 1 B 33 | X PA2 P2 0 -200 200 R 50 50 1 1 B 34 | X PA6 P3 0 -600 200 R 50 50 1 1 B 35 | X PA5 P4 0 -500 200 R 50 50 1 1 B 36 | X PA3/ADC1_IN3 R2 0 -300 200 R 50 50 1 1 B 37 | X PA7 R3 0 -700 200 R 50 50 1 1 B 38 | X PB3/SPI1_SCK A10 0 -300 200 R 50 50 2 1 B 39 | X PB8/LED2 A5 0 -800 200 R 50 50 2 1 O 40 | X PB5/SPI1_MOSI A6 0 -500 200 R 50 50 2 1 B 41 | X PB4/SPI1_MISO A9 0 -400 200 R 50 50 2 1 B 42 | X PB9 B4 0 -900 200 R 50 50 2 1 B 43 | X PB7/USART1_RX B5 0 -700 200 R 50 50 2 1 B 44 | X PB6/USART1_TX B6 0 -600 200 R 50 50 2 1 B 45 | X PB2 M6 0 -200 200 R 50 50 2 1 B 46 | X PB12 P12 0 -1200 200 R 50 50 2 1 B 47 | X PB13/USB_OTG_HS_VBUS P13 0 -1300 200 R 50 50 2 1 B 48 | X PB10/USB_SEL R12 0 -1000 200 R 50 50 2 1 O 49 | X PB11 R13 0 -1100 200 R 50 50 2 1 B 50 | X PB14/USB_OTG_HS_DM R14 0 -1400 200 R 50 50 2 1 B 51 | X PB15/USB_OTG_HS_DP R15 0 -1500 200 R 50 50 2 1 B 52 | X PB1 R4 0 -100 200 R 50 50 2 1 B 53 | X PB0 R5 0 0 200 R 50 50 2 1 B 54 | X PC12 A12 0 -1200 200 R 50 50 3 1 B 55 | X PC11 B13 0 -1100 200 R 50 50 3 1 B 56 | X PC10/LED1 B14 0 -1000 200 R 50 50 3 1 O 57 | X PC13 D1 0 -1300 200 R 50 50 3 1 B 58 | X PC14-OSC32_IN E1 0 -1400 200 R 50 50 3 1 B 59 | X PC15-OSC32_OUT F1 0 -1500 200 R 50 50 3 1 B 60 | X PC9 F14 0 -900 200 R 50 50 3 1 B 61 | X PC8 G14 0 -800 200 R 50 50 3 1 B 62 | X PC7 G15 0 -700 200 R 50 50 3 1 B 63 | X PC6 H15 0 -600 200 R 50 50 3 1 B 64 | X PC0 M2 0 0 200 R 50 50 3 1 B 65 | X PC1 M3 0 -100 200 R 50 50 3 1 B 66 | X PC2 M4 0 -200 200 R 50 50 3 1 B 67 | X PC3 M5 0 -300 200 R 50 50 3 1 B 68 | X PC4 N5 0 -400 200 R 50 50 3 1 B 69 | X PC5 P5 0 -500 200 R 50 50 3 1 B 70 | X PD7 A11 0 -700 200 R 50 50 4 1 B 71 | X PD6/USART2_RX B11 0 -600 200 R 50 50 4 1 B 72 | X PD0 B12 0 0 200 R 50 50 4 1 B 73 | X PD5/USART2_TX C11 0 -500 200 R 50 50 4 1 B 74 | X PD1 C12 0 -100 200 R 50 50 4 1 B 75 | X PD4 D10 0 -400 200 R 50 50 4 1 B 76 | X PD3 D11 0 -300 200 R 50 50 4 1 B 77 | X PD2 D12 0 -200 200 R 50 50 4 1 B 78 | X PD15 L14 0 -1500 200 R 50 50 4 1 B 79 | X PD14 M14 0 -1400 200 R 50 50 4 1 B 80 | X PD13 M15 0 -1300 200 R 50 50 4 1 B 81 | X PD12 N13 0 -1200 200 R 50 50 4 1 B 82 | X PD11 N14 0 -1100 200 R 50 50 4 1 B 83 | X PD10/GPIO2 N15 0 -1000 200 R 50 50 4 1 O 84 | X PD9 P14 0 -900 200 R 50 50 4 1 B 85 | X PD8/GPIO1 P15 0 -800 200 R 50 50 4 1 O 86 | X PE3 A1 0 -300 200 R 50 50 5 1 B 87 | X PE2/T_VCC_EN A2 0 -200 200 R 50 50 5 1 O 88 | X PE1 A3 0 -100 200 R 50 50 5 1 B 89 | X PE0/LED3 A4 0 0 200 R 50 50 5 1 O 90 | X PE4 B1 0 -400 200 R 50 50 5 1 B 91 | X PE5 B2 0 -500 200 R 50 50 5 1 B 92 | X PE6 B3 0 -600 200 R 50 50 5 1 B 93 | X PE13 N11 0 -1300 200 R 50 50 5 1 B 94 | X PE11 P10 0 -1100 200 R 50 50 5 1 B 95 | X PE14 P11 0 -1400 200 R 50 50 5 1 B 96 | X PE8 P8 0 -800 200 R 50 50 5 1 B 97 | X PE9 P9 0 -900 200 R 50 50 5 1 B 98 | X PE12 R10 0 -1200 200 R 50 50 5 1 B 99 | X PE15 R11 0 -1500 200 R 50 50 5 1 B 100 | X PE7 R8 0 -700 200 R 50 50 5 1 B 101 | X PE10 R9 0 -1000 200 R 50 50 5 1 B 102 | X PF0 E2 0 0 200 R 50 50 6 1 B 103 | X PF2 H2 0 -200 200 R 50 50 6 1 B 104 | X PF1 H3 0 -100 200 R 50 50 6 1 B 105 | X PF3 J2 0 -300 200 R 50 50 6 1 B 106 | X PF4 J3 0 -400 200 R 50 50 6 1 B 107 | X PF7 K1 0 -700 200 R 50 50 6 1 B 108 | X PF6 K2 0 -600 200 R 50 50 6 1 B 109 | X PF5 K3 0 -500 200 R 50 50 6 1 B 110 | X PF10 L1 0 -1000 200 R 50 50 6 1 B 111 | X PF9 L2 0 -900 200 R 50 50 6 1 B 112 | X PF8 L3 0 -800 200 R 50 50 6 1 B 113 | X PF13 N6 0 -1300 200 R 50 50 6 1 B 114 | X PF12 P6 0 -1200 200 R 50 50 6 1 B 115 | X PF15 P7 0 -1500 200 R 50 50 6 1 B 116 | X PF11 R6 0 -1100 200 R 50 50 6 1 B 117 | X PF14 R7 0 -1400 200 R 50 50 6 1 B 118 | X PG14/GNDDet A7 0 -1200 200 R 50 50 7 1 O 119 | X PG13/RESET A8 0 -1100 200 R 50 50 7 1 O 120 | X PG10 B10 0 -800 200 R 50 50 7 1 B 121 | X PG15 B7 0 -1300 200 R 50 50 7 1 B 122 | X PG12 B8 0 -1000 200 R 50 50 7 1 B 123 | X PG11 B9 0 -900 200 R 50 50 7 1 B 124 | X PG9 C10 0 -700 200 R 50 50 7 1 B 125 | X PG8 H14 0 -600 200 R 50 50 7 1 B 126 | X PG5 K13 0 -500 200 R 50 50 7 1 B 127 | X PG4 K14 0 -400 200 R 50 50 7 1 B 128 | X PG3 K15 0 -300 200 R 50 50 7 1 B 129 | X PG2 L15 0 -200 200 R 50 50 7 1 B 130 | X PG1 M7 0 -100 200 R 50 50 7 1 B 131 | X PG0 N7 0 0 200 R 50 50 7 1 B 132 | X PH15 D13 0 -1300 200 R 50 50 8 1 B 133 | X PH13 E12 0 -1100 200 R 50 50 8 1 B 134 | X PH14 E13 0 -1200 200 R 50 50 8 1 B 135 | X PH2 F4 0 0 200 R 50 50 8 1 B 136 | X PH3 G4 0 -100 200 R 50 50 8 1 B 137 | X PH4 H4 0 -200 200 R 50 50 8 1 B 138 | X PH5 J4 0 -300 200 R 50 50 8 1 B 139 | X PH12 K12 0 -1000 200 R 50 50 8 1 B 140 | X PH11 L12 0 -900 200 R 50 50 8 1 B 141 | X PH10 L13 0 -800 200 R 50 50 8 1 B 142 | X PH6 M11 0 -400 200 R 50 50 8 1 B 143 | X PH8 M12 0 -600 200 R 50 50 8 1 B 144 | X PH9 M13 0 -700 200 R 50 50 8 1 B 145 | X PH7 N12 0 -500 200 R 50 50 8 1 B 146 | X PI3/SPI2_MOSI C13 0 -300 200 R 50 50 9 1 B 147 | X PI2/SPI2_MISO C14 0 -200 200 R 50 50 9 1 B 148 | X PI7 C2 0 -700 200 R 50 50 9 1 B 149 | X PI6 C3 0 -600 200 R 50 50 9 1 B 150 | X PI5 C4 0 -500 200 R 50 50 9 1 B 151 | X PI1/SPI2_SCK D14 0 -100 200 R 50 50 9 1 B 152 | X PI8 D2 0 -800 200 R 50 50 9 1 B 153 | X PI9 D3 0 -900 200 R 50 50 9 1 B 154 | X PI4 D4 0 -400 200 R 50 50 9 1 B 155 | X PI0 E14 0 0 200 R 50 50 9 1 B 156 | X PI10 E3 0 -1000 200 R 50 50 9 1 B 157 | X PI11 E4 0 -1100 200 R 50 50 9 1 B 158 | X PA14/SYS_JTCK-SWCLK A14 0 -300 200 R 50 50 10 1 B 159 | X PA13/SYS_JTMS-SWDIO A15 0 -200 200 R 50 50 10 1 B 160 | X PDR_ON C6 0 -400 200 R 50 50 10 1 I 161 | X BOOT0 D6 0 0 200 R 50 50 10 1 I 162 | X PH0-OSC_IN/RCC_OSC_IN G1 0 -500 200 R 50 50 10 1 B 163 | X PH1-OSC_OUT/RCC_OSC_OUT H1 0 -600 200 R 50 50 10 1 B 164 | X NRST J1 0 -100 200 R 50 50 10 1 I 165 | X REXTPHYHS J15 0 -100 200 R 50 50 11 1 B 166 | X BYPASS_REG L4 0 0 200 R 50 50 11 1 I 167 | X VBAT C1 0 -100 200 R 50 50 12 1 W 168 | X VDD[12] C5 0 -400 200 R 50 50 12 1 W 169 | X VDD[12] C7 0 -400 200 R 0 50 12 1 W 170 | X VDDSDMMC C8 0 -600 200 R 50 50 12 1 W 171 | X VDD[12] C9 0 -400 200 R 0 50 12 1 W 172 | X VSS[36] D5 0 -1000 200 R 50 50 12 1 W 173 | X VSS[36] D7 0 -1000 200 R 0 50 12 1 W 174 | X VSS[36] D8 0 -1000 200 R 0 50 12 1 W 175 | X VSS[36] D9 0 -1000 200 R 0 50 12 1 W 176 | X VSS[36] F10 0 -1000 200 R 0 50 12 1 W 177 | X VSS[36] F12 0 -1000 200 R 0 50 12 1 W 178 | X VCAP_2 F13 0 -300 200 R 50 50 12 1 P 179 | X VSS[36] F2 0 -1000 200 R 0 50 12 1 W 180 | X VDD[12] F3 0 -400 200 R 0 50 12 1 W 181 | X VSS[36] F6 0 -1000 200 R 0 50 12 1 W 182 | X VSS[36] F7 0 -1000 200 R 0 50 12 1 W 183 | X VSS[36] F8 0 -1000 200 R 0 50 12 1 W 184 | X VSS[36] F9 0 -1000 200 R 0 50 12 1 W 185 | X VSS[36] G10 0 -1000 200 R 0 50 12 1 W 186 | X VSS[36] G12 0 -1000 200 R 0 50 12 1 W 187 | X VDD[12] G13 0 -400 200 R 0 50 12 1 W 188 | X VSS[36] G2 0 -1000 200 R 0 50 12 1 W 189 | X VDD[12] G3 0 -400 200 R 0 50 12 1 W 190 | X VSS[36] G6 0 -1000 200 R 0 50 12 1 W 191 | X VSS[36] G7 0 -1000 200 R 0 50 12 1 W 192 | X VSS[36] G8 0 -1000 200 R 0 50 12 1 W 193 | X VSS[36] G9 0 -1000 200 R 0 50 12 1 W 194 | X VSS[36] H10 0 -1000 200 R 0 50 12 1 W 195 | X VSS[36] H12 0 -1000 200 R 0 50 12 1 W 196 | X VDDUSB H13 0 -700 200 R 50 50 12 1 W 197 | X VSS[36] H6 0 -1000 200 R 0 50 12 1 W 198 | X VSS[36] H7 0 -1000 200 R 0 50 12 1 W 199 | X VSS[36] H8 0 -1000 200 R 0 50 12 1 W 200 | X VSS[36] H9 0 -1000 200 R 0 50 12 1 W 201 | X VSS[36] J10 0 -1000 200 R 0 50 12 1 W 202 | X VDD[12] J12 0 -400 200 R 0 50 12 1 W 203 | X VDD[12] J13 0 -400 200 R 0 50 12 1 W 204 | X V12PHYHS J14 0 0 200 R 50 50 12 1 P 205 | X VSS[36] J6 0 -1000 200 R 0 50 12 1 W 206 | X VSS[36] J7 0 -1000 200 R 0 50 12 1 W 207 | X VSS[36] J8 0 -1000 200 R 0 50 12 1 W 208 | X VSS[36] J9 0 -1000 200 R 0 50 12 1 W 209 | X VSS[36] K10 0 -1000 200 R 0 50 12 1 W 210 | X VDD[12] K4 0 -400 200 R 0 50 12 1 W 211 | X VSS[36] K6 0 -1000 200 R 0 50 12 1 W 212 | X VSS[36] K7 0 -1000 200 R 0 50 12 1 W 213 | X VSS[36] K8 0 -1000 200 R 0 50 12 1 W 214 | X VSS[36] K9 0 -1000 200 R 0 50 12 1 W 215 | X VSSA M1 0 -1100 200 R 50 50 12 1 W 216 | X VCAP_1 M10 0 -200 200 R 50 50 12 1 P 217 | X VSS[36] M8 0 -1000 200 R 0 50 12 1 W 218 | X VSS[36] M9 0 -1000 200 R 0 50 12 1 W 219 | X VREF- N1 0 -900 200 R 50 50 12 1 W 220 | X VDD[12] N10 0 -400 200 R 0 50 12 1 W 221 | X VDD[12] N8 0 -400 200 R 0 50 12 1 W 222 | X VDD[12] N9 0 -400 200 R 0 50 12 1 W 223 | X VREF+ P1 0 -800 200 R 50 50 12 1 W 224 | X VDDA R1 0 -500 200 R 50 50 12 1 W 225 | ENDDRAW 226 | ENDDEF 227 | # 228 | #End Library 229 | -------------------------------------------------------------------------------- /hs-probe-top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/probe-rs/hs-probe/ad59d9da20bd2357ba0c520e6ff09f72eee853c6/hs-probe-top.jpg -------------------------------------------------------------------------------- /hs-probe.ioc: -------------------------------------------------------------------------------- 1 | #MicroXplorer Configuration settings - do not modify 2 | Mcu.Family=STM32F7 3 | ProjectManager.MainLocation=Src 4 | RCC.USART1Freq_Value=108000000 5 | PH0-OSC_IN.Signal=RCC_OSC_IN 6 | RCC.SAI1Freq_Value=96000000 7 | USART2.IPParameters=VirtualMode-Asynchronous 8 | RCC.CortexFreq_Value=216000000 9 | ProjectManager.KeepUserCode=true 10 | Mcu.UserName=STM32F723IEKx 11 | SPI1.VirtualType=VM_MASTER 12 | SPI2.VirtualType=VM_MASTER 13 | PC10.Locked=true 14 | RCC.PLLCLKFreq_Value=216000000 15 | PC10.Signal=GPIO_Output 16 | RCC.PLLQCLKFreq_Value=48000000 17 | ProjectManager.functionlistsort=1-MX_GPIO_Init-GPIO-false-HAL-true,2-SystemClock_Config-RCC-false-HAL-false,3-MX_ADC1_Init-ADC1-false-HAL-true,5-MX_SPI1_Init-SPI1-false-HAL-true,6-MX_SPI2_Init-SPI2-false-HAL-true,7-MX_USART1_UART_Init-USART1-false-HAL-true,8-MX_USART2_UART_Init-USART2-false-HAL-true,9-MX_USB_OTG_FS_PCD_Init-USB_OTG_FS-false-HAL-true,10-MX_USB_OTG_HS_PCD_Init-USB_OTG_HS-false-HAL-true,0-MX_CORTEX_M7_Init-CORTEX_M7-false-HAL-true 18 | PD8.Locked=true 19 | PA11.Mode=Device_Only 20 | RCC.PLLI2SRCLKFreq_Value=96000000 21 | RCC.USART2Freq_Value=54000000 22 | PG14.GPIOParameters=GPIO_Label 23 | USART1.IPParameters=VirtualMode-Asynchronous 24 | PB13.Signal=USB_OTG_HS_VBUS 25 | PB15.Signal=USB_OTG_HS_DP 26 | PG13.Signal=GPIO_Output 27 | PinOutPanel.RotationAngle=0 28 | RCC.SYSCLKSource=RCC_SYSCLKSOURCE_PLLCLK 29 | ProjectManager.StackSize=0x400 30 | RCC.I2C3Freq_Value=54000000 31 | RCC.LPTIM1Freq_Value=54000000 32 | Mcu.IP4=SPI1 33 | RCC.FCLKCortexFreq_Value=216000000 34 | Mcu.IP5=SPI2 35 | Mcu.IP2=NVIC 36 | NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true\:false\:false 37 | Mcu.IP3=RCC 38 | Mcu.IP0=ADC1 39 | Mcu.IP1=CORTEX_M7 40 | PA12.Signal=USB_OTG_FS_DP 41 | Mcu.UserConstants= 42 | RCC.SDMMCFreq_Value=216000000 43 | Mcu.ThirdPartyNb=0 44 | SPI1.Direction=SPI_DIRECTION_2LINES 45 | RCC.HCLKFreq_Value=216000000 46 | SH.ADCx_IN3.0=ADC1_IN3,IN3 47 | Mcu.IPNb=11 48 | RCC.PLLI2SRoutputFreq_Value=96000000 49 | ProjectManager.PreviousToolchain= 50 | RCC.APB2TimFreq_Value=216000000 51 | PB6.Signal=USART1_TX 52 | PB6.Mode=Asynchronous 53 | PD8.GPIOParameters=GPIO_Label 54 | SH.ADCx_IN3.ConfNb=1 55 | SPI1.CalculateBaudRate=54.0 MBits/s 56 | Mcu.Pin6=PB4 57 | RCC.SAI2Freq_Value=96000000 58 | Mcu.Pin7=PB3 59 | PD8.Signal=GPIO_Output 60 | Mcu.Pin8=PA14 61 | Mcu.Pin9=PA13 62 | RCC.VCOSAIOutputFreq_Value=192000000 63 | PI3.Mode=Full_Duplex_Master 64 | RCC.AHBFreq_Value=216000000 65 | SPI2.BaudRatePrescaler=SPI_BAUDRATEPRESCALER_2 66 | PH0-OSC_IN.Mode=HSE-External-Clock-Source 67 | Mcu.Pin0=PE2 68 | Mcu.Pin1=PE0 69 | PD5.Mode=Asynchronous 70 | GPIO.groupedBy= 71 | Mcu.Pin2=PB8 72 | Mcu.Pin3=PB5 73 | RCC.USART3Freq_Value=54000000 74 | PD10.GPIOParameters=GPIO_Label 75 | Mcu.Pin4=PG14 76 | Mcu.Pin5=PG13 77 | ProjectManager.ProjectBuild=false 78 | RCC.HSE_VALUE=12000000 79 | PG13.Locked=true 80 | NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false 81 | NVIC.DebugMonitor_IRQn=true\:0\:0\:false\:false\:true\:false\:false 82 | PB3.Mode=Full_Duplex_Master 83 | USART2.VirtualMode-Asynchronous=VM_ASYNC 84 | Mcu.IP10=USB_OTG_HS 85 | NVIC.SysTick_IRQn=true\:0\:0\:false\:false\:true\:false\:true 86 | ProjectManager.FirmwarePackage=STM32Cube FW_F7 V1.16.0 87 | MxDb.Version=DB.6.0.0 88 | PE0.GPIOParameters=GPIO_Label 89 | PB4.Mode=Full_Duplex_Master 90 | ProjectManager.BackupPrevious=false 91 | RCC.VCOInputFreq_Value=1000000 92 | PA14.Mode=Serial_Wire 93 | PB14.Mode=Internal_Phy_Device 94 | PI3.Signal=SPI2_MOSI 95 | PB5.Mode=Full_Duplex_Master 96 | SPI1.DataSize=SPI_DATASIZE_8BIT 97 | File.Version=6 98 | SPI2.CalculateBaudRate=27.0 MBits/s 99 | PE2.Signal=GPIO_Output 100 | PB7.Signal=USART1_RX 101 | PB8.Locked=true 102 | NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true\:false\:false 103 | USB_OTG_HS.IPParameters=VirtualMode 104 | ProjectManager.HalAssertFull=false 105 | ProjectManager.ProjectName=hs-probe 106 | PH1-OSC_OUT.Mode=HSE-External-Clock-Source 107 | RCC.MCO2PinFreq_Value=216000000 108 | Mcu.Package=UFBGA176 109 | SPI2.Mode=SPI_MODE_MASTER 110 | PG13.GPIOParameters=GPIO_Label 111 | ProjectManager.ToolChainLocation= 112 | RCC.LSI_VALUE=32000 113 | VP_SYS_VS_Systick.Signal=SYS_VS_Systick 114 | USB_OTG_FS.VirtualMode=Device_Only 115 | PE0.GPIO_Label=LED3 116 | PI1.Mode=Full_Duplex_Master 117 | RCC.APB2CLKDivider=RCC_HCLK_DIV2 118 | RCC.APB1TimFreq_Value=108000000 119 | NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false 120 | SPI2.Direction=SPI_DIRECTION_2LINES 121 | USB_OTG_FS.IPParameters=VirtualMode 122 | PB13.Mode=Activate_VBUS_FS 123 | PB10.GPIOParameters=GPIO_Label 124 | PD6.Signal=USART2_RX 125 | SPI1.BaudRatePrescaler=SPI_BAUDRATEPRESCALER_2 126 | PE2.GPIO_Label=T_VCC_EN 127 | ProjectManager.CustomerFirmwarePackage= 128 | REXTPHYHS.Mode=Internal_Phy_Device 129 | RCC.PLLSAIQCLKFreq_Value=96000000 130 | PB4.Signal=SPI1_MISO 131 | PA3.Signal=ADCx_IN3 132 | RCC.I2SFreq_Value=96000000 133 | REXTPHYHS.Signal=USB_OTG_HS_REXTPHYHS 134 | RCC.PLLQoutputFreq_Value=48000000 135 | ProjectManager.ProjectFileName=hs-probe.ioc 136 | PB8.GPIOParameters=GPIO_Label 137 | RCC.UART7Freq_Value=54000000 138 | PC10.GPIO_Label=LED1 139 | Mcu.PinsNb=32 140 | ProjectManager.NoMain=false 141 | SPI1.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate,BaudRatePrescaler,DataSize 142 | ADC1.IPParameters=Rank-1\#ChannelRegularConversion,master,Channel-1\#ChannelRegularConversion,SamplingTime-1\#ChannelRegularConversion,NbrOfConversionFlag 143 | ProjectManager.DefaultFWLocation=true 144 | PD5.Signal=USART2_TX 145 | ProjectManager.DeletePrevious=true 146 | RCC.UART8Freq_Value=54000000 147 | RCC.APB1CLKDivider=RCC_HCLK_DIV4 148 | PB10.Locked=true 149 | PD6.Mode=Asynchronous 150 | PG14.Locked=true 151 | PG13.GPIO_Label=RESET 152 | PI2.Mode=Full_Duplex_Master 153 | PinOutPanel.CurrentBGAView=Top 154 | RCC.FamilyName=M 155 | PD8.GPIO_Label=GPIO1 156 | PD10.Signal=GPIO_Output 157 | USART1.VirtualMode-Asynchronous=VM_ASYNC 158 | PA13.Signal=SYS_JTMS-SWDIO 159 | PB8.GPIO_Label=LED2 160 | PA9.Mode=Activate_VBUS 161 | ProjectManager.TargetToolchain=EWARM V8.32 162 | PB10.GPIO_Label=USB_SEL 163 | RCC.USART6Freq_Value=108000000 164 | PA9.Signal=USB_OTG_FS_VBUS 165 | ADC1.Channel-1\#ChannelRegularConversion=ADC_CHANNEL_3 166 | SPI2.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate,BaudRatePrescaler 167 | PE2.GPIOParameters=GPIO_Label 168 | ProjectManager.RegisterCallBack= 169 | PE0.Locked=true 170 | PI1.Locked=true 171 | RCC.USBFreq_Value=48000000 172 | PD10.GPIO_Label=GPIO2 173 | RCC.PLLSAIoutputFreq_Value=96000000 174 | RCC.LSE_VALUE=32768 175 | PB10.Signal=GPIO_Output 176 | RCC.VCOI2SOutputFreq_Value=192000000 177 | PB14.Signal=USB_OTG_HS_DM 178 | PG14.Signal=GPIO_Output 179 | RCC.PLLSAIPCLKFreq_Value=96000000 180 | board=custom 181 | RCC.VCOOutputFreq_Value=432000000 182 | ProjectManager.LastFirmware=true 183 | PB15.Mode=Internal_Phy_Device 184 | RCC.APB2Freq_Value=108000000 185 | RCC.UART4Freq_Value=54000000 186 | MxCube.Version=6.0.1 187 | RCC.I2C1Freq_Value=54000000 188 | SPI1.Mode=SPI_MODE_MASTER 189 | PI2.Signal=SPI2_MISO 190 | PI1.Signal=SPI2_SCK 191 | RCC.RNGFreq_Value=48000000 192 | Mcu.Pin30=PB15 193 | VP_SYS_VS_Systick.Mode=SysTick 194 | PH1-OSC_OUT.Signal=RCC_OSC_OUT 195 | Mcu.Pin31=VP_SYS_VS_Systick 196 | NVIC.NonMaskableInt_IRQn=true\:0\:0\:false\:false\:true\:false\:false 197 | PC10.GPIOParameters=GPIO_Label 198 | RCC.UART5Freq_Value=54000000 199 | PA13.Mode=Serial_Wire 200 | PG14.GPIO_Label=GNDDet 201 | ProjectManager.FreePins=false 202 | RCC.IPParameters=AHBFreq_Value,APB1CLKDivider,APB1Freq_Value,APB1TimFreq_Value,APB2CLKDivider,APB2Freq_Value,APB2TimFreq_Value,CortexFreq_Value,FCLKCortexFreq_Value,FamilyName,HCLKFreq_Value,HSE_VALUE,HSI_VALUE,I2C1Freq_Value,I2C2Freq_Value,I2C3Freq_Value,I2SFreq_Value,LPTIM1Freq_Value,LSE_VALUE,LSI_VALUE,MCO2PinFreq_Value,PLLCLKFreq_Value,PLLI2SQCLKFreq_Value,PLLI2SRCLKFreq_Value,PLLI2SRoutputFreq_Value,PLLM,PLLN,PLLQ,PLLQCLKFreq_Value,PLLQoutputFreq_Value,PLLSAIPCLKFreq_Value,PLLSAIQCLKFreq_Value,PLLSAIoutputFreq_Value,RNGFreq_Value,SAI1Freq_Value,SAI2Freq_Value,SDMMC2Freq_Value,SDMMCFreq_Value,SYSCLKFreq_VALUE,SYSCLKSource,UART4Freq_Value,UART5Freq_Value,UART7Freq_Value,UART8Freq_Value,USART1Freq_Value,USART2Freq_Value,USART3Freq_Value,USART6Freq_Value,USBFreq_Value,VCOI2SOutputFreq_Value,VCOInputFreq_Value,VCOOutputFreq_Value,VCOSAIOutputFreq_Value 203 | ProjectManager.AskForMigrate=true 204 | PE0.Signal=GPIO_Output 205 | Mcu.Name=STM32F723I(C-E)Kx 206 | RCC.PLLI2SQCLKFreq_Value=96000000 207 | Mcu.Pin26=PD8 208 | Mcu.Pin27=PA3 209 | Mcu.Pin24=PD10 210 | ProjectManager.UnderRoot=false 211 | Mcu.Pin25=PB13 212 | Mcu.IP8=USART2 213 | Mcu.IP9=USB_OTG_FS 214 | Mcu.Pin28=PB10 215 | Mcu.IP6=SYS 216 | Mcu.Pin29=PB14 217 | Mcu.IP7=USART1 218 | ProjectManager.CoupleFile=false 219 | PB3.Signal=SPI1_SCK 220 | ADC1.SamplingTime-1\#ChannelRegularConversion=ADC_SAMPLETIME_3CYCLES 221 | RCC.SYSCLKFreq_VALUE=216000000 222 | PB5.Signal=SPI1_MOSI 223 | Mcu.Pin22=PH1-OSC_OUT 224 | Mcu.Pin23=REXTPHYHS 225 | Mcu.Pin20=PA9 226 | ADC1.master=1 227 | Mcu.Pin21=PH0-OSC_IN 228 | PA12.Mode=Device_Only 229 | PD10.Locked=true 230 | NVIC.ForceEnableDMAVector=true 231 | KeepUserPlacement=false 232 | USB_OTG_HS.VirtualMode=Int_Phy_Device 233 | NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:true\:false\:false 234 | ProjectManager.CompilerOptimize=6 235 | ADC1.Rank-1\#ChannelRegularConversion=1 236 | PA11.Signal=USB_OTG_FS_DM 237 | PB7.Mode=Asynchronous 238 | PA14.Signal=SYS_JTCK-SWCLK 239 | ProjectManager.HeapSize=0x200 240 | Mcu.Pin15=PD5 241 | NVIC.HardFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false 242 | Mcu.Pin16=PI3 243 | Mcu.Pin13=PC10 244 | Mcu.Pin14=PA12 245 | Mcu.Pin19=PI1 246 | ProjectManager.ComputerToolchain=false 247 | Mcu.Pin17=PI2 248 | RCC.HSI_VALUE=16000000 249 | Mcu.Pin18=PA11 250 | RCC.PLLQ=9 251 | NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4 252 | ADC1.NbrOfConversionFlag=1 253 | Mcu.Pin11=PB6 254 | Mcu.Pin12=PD6 255 | RCC.PLLM=12 256 | RCC.PLLN=432 257 | Mcu.Pin10=PB7 258 | PB8.Signal=GPIO_Output 259 | PE2.Locked=true 260 | RCC.I2C2Freq_Value=54000000 261 | RCC.SDMMC2Freq_Value=216000000 262 | RCC.APB1Freq_Value=54000000 263 | ProjectManager.DeviceId=STM32F723IEKx 264 | ProjectManager.LibraryCopy=0 265 | -------------------------------------------------------------------------------- /hs-probe.pro: -------------------------------------------------------------------------------- 1 | update=Sun 19 Jul 2020 12:22:37 PM CEST 2 | version=1 3 | last_client=kicad 4 | [general] 5 | version=1 6 | RootSch= 7 | BoardNm= 8 | [cvpcb] 9 | version=1 10 | NetIExt=net 11 | [eeschema] 12 | version=1 13 | LibDir= 14 | [eeschema/libraries] 15 | [schematic_editor] 16 | version=1 17 | PageLayoutDescrFile= 18 | PlotDirectoryName= 19 | SubpartIdSeparator=0 20 | SubpartFirstId=65 21 | NetFmtName=Pcbnew 22 | SpiceAjustPassiveValues=0 23 | LabSize=50 24 | ERC_TestSimilarLabels=1 25 | [pcbnew] 26 | version=1 27 | PageLayoutDescrFile= 28 | LastNetListRead= 29 | CopperLayerCount=4 30 | BoardThickness=1.6 31 | AllowMicroVias=0 32 | AllowBlindVias=0 33 | RequireCourtyardDefinitions=0 34 | ProhibitOverlappingCourtyards=1 35 | MinTrackWidth=0.09999999999999999 36 | MinViaDiameter=0.4 37 | MinViaDrill=0.2 38 | MinMicroViaDiameter=0.2 39 | MinMicroViaDrill=0.09999999999999999 40 | MinHoleToHole=0.25 41 | TrackWidth1=0.1 42 | ViaDiameter1=0.45 43 | ViaDrill1=0.2 44 | dPairWidth1=0.2286 45 | dPairGap1=0.15 46 | dPairViaGap1=0.25 47 | SilkLineWidth=0.15 48 | SilkTextSizeV=1 49 | SilkTextSizeH=1 50 | SilkTextSizeThickness=0.15 51 | SilkTextItalic=0 52 | SilkTextUpright=1 53 | CopperLineWidth=0.2 54 | CopperTextSizeV=1.5 55 | CopperTextSizeH=1.5 56 | CopperTextThickness=0.3 57 | CopperTextItalic=0 58 | CopperTextUpright=1 59 | EdgeCutLineWidth=0.09999999999999999 60 | CourtyardLineWidth=0.05 61 | OthersLineWidth=0.15 62 | OthersTextSizeV=1 63 | OthersTextSizeH=1 64 | OthersTextSizeThickness=0.15 65 | OthersTextItalic=0 66 | OthersTextUpright=1 67 | SolderMaskClearance=0.05 68 | SolderMaskMinWidth=0.05 69 | SolderPasteClearance=0 70 | SolderPasteRatio=-0 71 | [pcbnew/Layer.F.Cu] 72 | Name=F.Cu 73 | Type=0 74 | Enabled=1 75 | [pcbnew/Layer.In1.Cu] 76 | Name=In1.Cu 77 | Type=0 78 | Enabled=1 79 | [pcbnew/Layer.In2.Cu] 80 | Name=In2.Cu 81 | Type=0 82 | Enabled=1 83 | [pcbnew/Layer.In3.Cu] 84 | Name=In3.Cu 85 | Type=0 86 | Enabled=0 87 | [pcbnew/Layer.In4.Cu] 88 | Name=In4.Cu 89 | Type=0 90 | Enabled=0 91 | [pcbnew/Layer.In5.Cu] 92 | Name=In5.Cu 93 | Type=0 94 | Enabled=0 95 | [pcbnew/Layer.In6.Cu] 96 | Name=In6.Cu 97 | Type=0 98 | Enabled=0 99 | [pcbnew/Layer.In7.Cu] 100 | Name=In7.Cu 101 | Type=0 102 | Enabled=0 103 | [pcbnew/Layer.In8.Cu] 104 | Name=In8.Cu 105 | Type=0 106 | Enabled=0 107 | [pcbnew/Layer.In9.Cu] 108 | Name=In9.Cu 109 | Type=0 110 | Enabled=0 111 | [pcbnew/Layer.In10.Cu] 112 | Name=In10.Cu 113 | Type=0 114 | Enabled=0 115 | [pcbnew/Layer.In11.Cu] 116 | Name=In11.Cu 117 | Type=0 118 | Enabled=0 119 | [pcbnew/Layer.In12.Cu] 120 | Name=In12.Cu 121 | Type=0 122 | Enabled=0 123 | [pcbnew/Layer.In13.Cu] 124 | Name=In13.Cu 125 | Type=0 126 | Enabled=0 127 | [pcbnew/Layer.In14.Cu] 128 | Name=In14.Cu 129 | Type=0 130 | Enabled=0 131 | [pcbnew/Layer.In15.Cu] 132 | Name=In15.Cu 133 | Type=0 134 | Enabled=0 135 | [pcbnew/Layer.In16.Cu] 136 | Name=In16.Cu 137 | Type=0 138 | Enabled=0 139 | [pcbnew/Layer.In17.Cu] 140 | Name=In17.Cu 141 | Type=0 142 | Enabled=0 143 | [pcbnew/Layer.In18.Cu] 144 | Name=In18.Cu 145 | Type=0 146 | Enabled=0 147 | [pcbnew/Layer.In19.Cu] 148 | Name=In19.Cu 149 | Type=0 150 | Enabled=0 151 | [pcbnew/Layer.In20.Cu] 152 | Name=In20.Cu 153 | Type=0 154 | Enabled=0 155 | [pcbnew/Layer.In21.Cu] 156 | Name=In21.Cu 157 | Type=0 158 | Enabled=0 159 | [pcbnew/Layer.In22.Cu] 160 | Name=In22.Cu 161 | Type=0 162 | Enabled=0 163 | [pcbnew/Layer.In23.Cu] 164 | Name=In23.Cu 165 | Type=0 166 | Enabled=0 167 | [pcbnew/Layer.In24.Cu] 168 | Name=In24.Cu 169 | Type=0 170 | Enabled=0 171 | [pcbnew/Layer.In25.Cu] 172 | Name=In25.Cu 173 | Type=0 174 | Enabled=0 175 | [pcbnew/Layer.In26.Cu] 176 | Name=In26.Cu 177 | Type=0 178 | Enabled=0 179 | [pcbnew/Layer.In27.Cu] 180 | Name=In27.Cu 181 | Type=0 182 | Enabled=0 183 | [pcbnew/Layer.In28.Cu] 184 | Name=In28.Cu 185 | Type=0 186 | Enabled=0 187 | [pcbnew/Layer.In29.Cu] 188 | Name=In29.Cu 189 | Type=0 190 | Enabled=0 191 | [pcbnew/Layer.In30.Cu] 192 | Name=In30.Cu 193 | Type=0 194 | Enabled=0 195 | [pcbnew/Layer.B.Cu] 196 | Name=B.Cu 197 | Type=0 198 | Enabled=1 199 | [pcbnew/Layer.B.Adhes] 200 | Enabled=1 201 | [pcbnew/Layer.F.Adhes] 202 | Enabled=1 203 | [pcbnew/Layer.B.Paste] 204 | Enabled=1 205 | [pcbnew/Layer.F.Paste] 206 | Enabled=1 207 | [pcbnew/Layer.B.SilkS] 208 | Enabled=1 209 | [pcbnew/Layer.F.SilkS] 210 | Enabled=1 211 | [pcbnew/Layer.B.Mask] 212 | Enabled=1 213 | [pcbnew/Layer.F.Mask] 214 | Enabled=1 215 | [pcbnew/Layer.Dwgs.User] 216 | Enabled=1 217 | [pcbnew/Layer.Cmts.User] 218 | Enabled=1 219 | [pcbnew/Layer.Eco1.User] 220 | Enabled=1 221 | [pcbnew/Layer.Eco2.User] 222 | Enabled=1 223 | [pcbnew/Layer.Edge.Cuts] 224 | Enabled=1 225 | [pcbnew/Layer.Margin] 226 | Enabled=1 227 | [pcbnew/Layer.B.CrtYd] 228 | Enabled=1 229 | [pcbnew/Layer.F.CrtYd] 230 | Enabled=1 231 | [pcbnew/Layer.B.Fab] 232 | Enabled=1 233 | [pcbnew/Layer.F.Fab] 234 | Enabled=1 235 | [pcbnew/Layer.Rescue] 236 | Enabled=0 237 | [pcbnew/Netclasses] 238 | [pcbnew/Netclasses/Default] 239 | Name=Default 240 | Clearance=0.1 241 | TrackWidth=0.1 242 | ViaDiameter=0.45 243 | ViaDrill=0.2 244 | uViaDiameter=0.3 245 | uViaDrill=0.1 246 | dPairWidth=0.2286 247 | dPairGap=0.15 248 | dPairViaGap=0.25 249 | -------------------------------------------------------------------------------- /hs-probe.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A3 16535 11693 5 | encoding utf-8 6 | Sheet 1 1 7 | Title "Rusty High-Speed Probe" 8 | Date "2021-05-21" 9 | Rev "v1.4" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | $Comp 17 | L Connector:USB_C_Receptacle_USB2.0 J1 18 | U 1 1 5E84C2D2 19 | P 9500 9650 20 | F 0 "J1" H 9550 10400 50 0000 R CNN 21 | F 1 "USB_C_Receptacle_USB2.0" H 9070 9498 50 0001 R CNN 22 | F 2 "connectors:USB_C_Receptacle_USB4105" H 9650 9650 50 0001 C CNN 23 | F 3 "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" H 9650 9650 50 0001 C CNN 24 | F 4 "C167321 (lcsc.com)" H 9500 9650 50 0001 C CNN "MPN" 25 | 1 9500 9650 26 | -1 0 0 -1 27 | $EndComp 28 | Wire Wire Line 29 | 8900 9750 8800 9750 30 | Wire Wire Line 31 | 8900 9550 8800 9550 32 | Wire Wire Line 33 | 8800 9550 8800 9650 34 | Wire Wire Line 35 | 8800 9650 8900 9650 36 | Wire Wire Line 37 | 8900 9850 8800 9850 38 | Wire Wire Line 39 | 8800 9850 8800 9750 40 | $Comp 41 | L power:GND #PWR06 42 | U 1 1 5E85A741 43 | P 9800 10550 44 | F 0 "#PWR06" H 9800 10300 50 0001 C CNN 45 | F 1 "GND" H 9805 10377 50 0001 C CNN 46 | F 2 "" H 9800 10550 50 0001 C CNN 47 | F 3 "" H 9800 10550 50 0001 C CNN 48 | 1 9800 10550 49 | 1 0 0 -1 50 | $EndComp 51 | $Comp 52 | L power:GND #PWR05 53 | U 1 1 5E85C4BB 54 | P 9500 10550 55 | F 0 "#PWR05" H 9500 10300 50 0001 C CNN 56 | F 1 "GND" H 9505 10377 50 0001 C CNN 57 | F 2 "" H 9500 10550 50 0001 C CNN 58 | F 3 "" H 9500 10550 50 0001 C CNN 59 | 1 9500 10550 60 | 1 0 0 -1 61 | $EndComp 62 | $Comp 63 | L Device:R_Small R3 64 | U 1 1 5E91191B 65 | P 8500 9250 66 | F 0 "R3" V 8304 9250 50 0000 C CNN 67 | F 1 "5.1k" V 8395 9250 50 0000 C CNN 68 | F 2 "passive:R_0402" H 8500 9250 50 0001 C CNN 69 | F 3 "~" H 8500 9250 50 0001 C CNN 70 | F 4 "1%" H 8500 9250 50 0001 C CNN "Tolerance" 71 | 1 8500 9250 72 | 0 1 1 0 73 | $EndComp 74 | $Comp 75 | L Device:R_Small R4 76 | U 1 1 5E918684 77 | P 8500 9350 78 | F 0 "R4" V 8604 9350 50 0000 C CNN 79 | F 1 "5.1k" V 8695 9350 50 0000 C CNN 80 | F 2 "passive:R_0402" H 8500 9350 50 0001 C CNN 81 | F 3 "~" H 8500 9350 50 0001 C CNN 82 | F 4 "1%" H 8500 9350 50 0001 C CNN "Tolerance" 83 | 1 8500 9350 84 | 0 1 1 0 85 | $EndComp 86 | Wire Wire Line 87 | 8600 9250 8900 9250 88 | Wire Wire Line 89 | 8900 9350 8600 9350 90 | $Comp 91 | L power:GND #PWR020 92 | U 1 1 5E92DFF3 93 | P 8400 9250 94 | F 0 "#PWR020" H 8400 9000 50 0001 C CNN 95 | F 1 "GND" H 8405 9077 50 0001 C CNN 96 | F 2 "" H 8400 9250 50 0001 C CNN 97 | F 3 "" H 8400 9250 50 0001 C CNN 98 | 1 8400 9250 99 | 0 1 1 0 100 | $EndComp 101 | $Comp 102 | L power:GND #PWR021 103 | U 1 1 5E93053E 104 | P 8400 9350 105 | F 0 "#PWR021" H 8400 9100 50 0001 C CNN 106 | F 1 "GND" H 8405 9177 50 0001 C CNN 107 | F 2 "" H 8400 9350 50 0001 C CNN 108 | F 3 "" H 8400 9350 50 0001 C CNN 109 | 1 8400 9350 110 | 0 1 1 0 111 | $EndComp 112 | NoConn ~ 8900 10150 113 | NoConn ~ 8900 10250 114 | $Comp 115 | L power:+5V #PWR024 116 | U 1 1 5E947B8E 117 | P 8600 8950 118 | F 0 "#PWR024" H 8600 8800 50 0001 C CNN 119 | F 1 "+5V" H 8615 9123 50 0000 C CNN 120 | F 2 "" H 8600 8950 50 0001 C CNN 121 | F 3 "" H 8600 8950 50 0001 C CNN 122 | 1 8600 8950 123 | 1 0 0 -1 124 | $EndComp 125 | Wire Wire Line 126 | 8900 9050 8850 9050 127 | Wire Wire Line 128 | 8600 9050 8600 8950 129 | $Comp 130 | L power:+5V #PWR025 131 | U 1 1 5EA8AD5C 132 | P 6850 6950 133 | F 0 "#PWR025" H 6850 6800 50 0001 C CNN 134 | F 1 "+5V" V 6865 7078 50 0000 L CNN 135 | F 2 "" H 6850 6950 50 0001 C CNN 136 | F 3 "" H 6850 6950 50 0001 C CNN 137 | 1 6850 6950 138 | 0 -1 -1 0 139 | $EndComp 140 | Wire Wire Line 141 | 6900 6950 6850 6950 142 | Wire Wire Line 143 | 8650 6950 8650 7000 144 | Connection ~ 8650 6950 145 | Wire Wire Line 146 | 8650 6950 7400 6950 147 | Wire Wire Line 148 | 9900 6950 10200 6950 149 | Wire Wire Line 150 | 10200 6950 10200 7000 151 | Wire Wire Line 152 | 10200 6950 10350 6950 153 | Connection ~ 10200 6950 154 | $Comp 155 | L power:+3.3V #PWR029 156 | U 1 1 5EACA10B 157 | P 10350 6950 158 | F 0 "#PWR029" H 10350 6800 50 0001 C CNN 159 | F 1 "+3.3V" V 10365 7078 50 0000 L CNN 160 | F 2 "" H 10350 6950 50 0001 C CNN 161 | F 3 "" H 10350 6950 50 0001 C CNN 162 | 1 10350 6950 163 | 0 1 1 0 164 | $EndComp 165 | $Comp 166 | L power:GND #PWR028 167 | U 1 1 5EACBF23 168 | P 10200 7200 169 | F 0 "#PWR028" H 10200 6950 50 0001 C CNN 170 | F 1 "GND" H 10205 7027 50 0001 C CNN 171 | F 2 "" H 10200 7200 50 0001 C CNN 172 | F 3 "" H 10200 7200 50 0001 C CNN 173 | 1 10200 7200 174 | 1 0 0 -1 175 | $EndComp 176 | $Comp 177 | L power:GND #PWR027 178 | U 1 1 5EACC372 179 | P 9200 7150 180 | F 0 "#PWR027" H 9200 6900 50 0001 C CNN 181 | F 1 "GND" H 9205 6977 50 0001 C CNN 182 | F 2 "" H 9200 7150 50 0001 C CNN 183 | F 3 "" H 9200 7150 50 0001 C CNN 184 | 1 9200 7150 185 | 0 1 1 0 186 | $EndComp 187 | $Comp 188 | L power:GND #PWR026 189 | U 1 1 5EACC760 190 | P 8650 7200 191 | F 0 "#PWR026" H 8650 6950 50 0001 C CNN 192 | F 1 "GND" H 8655 7027 50 0001 C CNN 193 | F 2 "" H 8650 7200 50 0001 C CNN 194 | F 3 "" H 8650 7200 50 0001 C CNN 195 | 1 8650 7200 196 | 1 0 0 -1 197 | $EndComp 198 | $Comp 199 | L ldo:MIC5259 U3 200 | U 1 1 5E8D0A87 201 | P 9300 6850 202 | F 0 "U3" H 9550 7015 50 0000 C CNN 203 | F 1 "MIC5353" H 9550 6924 50 0000 C CNN 204 | F 2 "dfn:DFN-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm" H 9300 6850 50 0001 C CNN 205 | F 3 "https://ww1.microchip.com/downloads/en/DeviceDoc/mic5353.pdf" H 9300 6850 50 0001 C CNN 206 | F 4 "MIC5353-3.3YMT" H 9300 6850 50 0001 C CNN "MPN" 207 | 1 9300 6850 208 | 1 0 0 -1 209 | $EndComp 210 | Wire Wire Line 211 | 8650 6950 8750 6950 212 | Wire Wire Line 213 | 9200 7050 9100 7050 214 | Wire Wire Line 215 | 9100 7050 9100 6950 216 | Connection ~ 9100 6950 217 | Wire Wire Line 218 | 9100 6950 9200 6950 219 | $Comp 220 | L Device:C_Small C25 221 | U 1 1 5E8F5635 222 | P 10200 7100 223 | F 0 "C25" H 10292 7146 50 0000 L CNN 224 | F 1 "2.2u" H 10292 7055 50 0000 L CNN 225 | F 2 "passive:C_0402" H 10200 7100 50 0001 C CNN 226 | F 3 "~" H 10200 7100 50 0001 C CNN 227 | F 4 "10V, X5R" H 10200 7100 50 0001 C CNN "Tolerance" 228 | 1 10200 7100 229 | 1 0 0 -1 230 | $EndComp 231 | NoConn ~ 9900 7050 232 | $Comp 233 | L power:GND #PWR0104 234 | U 1 1 5E929AEB 235 | P 9900 7150 236 | F 0 "#PWR0104" H 9900 6900 50 0001 C CNN 237 | F 1 "GND" H 9905 6977 50 0001 C CNN 238 | F 2 "" H 9900 7150 50 0001 C CNN 239 | F 3 "" H 9900 7150 50 0001 C CNN 240 | 1 9900 7150 241 | 0 -1 -1 0 242 | $EndComp 243 | Wire Wire Line 244 | 9900 7700 10200 7700 245 | Wire Wire Line 246 | 10200 7700 10200 7750 247 | Wire Wire Line 248 | 10200 7700 10350 7700 249 | Connection ~ 10200 7700 250 | $Comp 251 | L power:GND #PWR035 252 | U 1 1 5E935376 253 | P 10200 7950 254 | F 0 "#PWR035" H 10200 7700 50 0001 C CNN 255 | F 1 "GND" H 10205 7777 50 0001 C CNN 256 | F 2 "" H 10200 7950 50 0001 C CNN 257 | F 3 "" H 10200 7950 50 0001 C CNN 258 | 1 10200 7950 259 | 1 0 0 -1 260 | $EndComp 261 | $Comp 262 | L power:GND #PWR033 263 | U 1 1 5E93537C 264 | P 9200 7900 265 | F 0 "#PWR033" H 9200 7650 50 0001 C CNN 266 | F 1 "GND" H 9205 7727 50 0001 C CNN 267 | F 2 "" H 9200 7900 50 0001 C CNN 268 | F 3 "" H 9200 7900 50 0001 C CNN 269 | 1 9200 7900 270 | 0 1 1 0 271 | $EndComp 272 | $Comp 273 | L ldo:MIC5259 U7 274 | U 1 1 5E935388 275 | P 9300 7600 276 | F 0 "U7" H 9550 7765 50 0000 C CNN 277 | F 1 "MIC5353" H 9550 7674 50 0000 C CNN 278 | F 2 "dfn:DFN-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm" H 9300 7600 50 0001 C CNN 279 | F 3 "https://ww1.microchip.com/downloads/en/DeviceDoc/mic5353.pdf" H 9300 7600 50 0001 C CNN 280 | F 4 "MIC5353-3.3YMT" H 9300 7600 50 0001 C CNN "MPN" 281 | 1 9300 7600 282 | 1 0 0 -1 283 | $EndComp 284 | $Comp 285 | L Device:C_Small C27 286 | U 1 1 5E935393 287 | P 10200 7850 288 | F 0 "C27" H 10292 7896 50 0000 L CNN 289 | F 1 "2.2u" H 10292 7805 50 0000 L CNN 290 | F 2 "passive:C_0402" H 10200 7850 50 0001 C CNN 291 | F 3 "~" H 10200 7850 50 0001 C CNN 292 | F 4 "10V, X5R" H 10200 7850 50 0001 C CNN "Tolerance" 293 | 1 10200 7850 294 | 1 0 0 -1 295 | $EndComp 296 | NoConn ~ 9900 7800 297 | $Comp 298 | L power:GND #PWR034 299 | U 1 1 5E93539A 300 | P 9900 7900 301 | F 0 "#PWR034" H 9900 7650 50 0001 C CNN 302 | F 1 "GND" H 9905 7727 50 0001 C CNN 303 | F 2 "" H 9900 7900 50 0001 C CNN 304 | F 3 "" H 9900 7900 50 0001 C CNN 305 | 1 9900 7900 306 | 0 -1 -1 0 307 | $EndComp 308 | Wire Wire Line 309 | 9200 7800 8950 7800 310 | Wire Wire Line 311 | 8950 7800 8950 8250 312 | Wire Wire Line 313 | 8950 8250 8700 8250 314 | Text Label 8700 8250 2 50 ~ 0 315 | T_VCC_EN 316 | Text Label 10350 7700 0 50 ~ 0 317 | T_VCC 318 | $Comp 319 | L power:GND #PWR032 320 | U 1 1 5E935382 321 | P 8650 7950 322 | F 0 "#PWR032" H 8650 7700 50 0001 C CNN 323 | F 1 "GND" H 8655 7777 50 0001 C CNN 324 | F 2 "" H 8650 7950 50 0001 C CNN 325 | F 3 "" H 8650 7950 50 0001 C CNN 326 | 1 8650 7950 327 | 1 0 0 -1 328 | $EndComp 329 | Wire Wire Line 330 | 8650 7700 9200 7700 331 | Connection ~ 8650 7700 332 | Wire Wire Line 333 | 8650 7700 8650 7750 334 | $Comp 335 | L Device:C_Small C24 336 | U 1 1 5E9D42F6 337 | P 8650 7100 338 | F 0 "C24" H 8742 7146 50 0000 L CNN 339 | F 1 "2.2u" H 8742 7055 50 0000 L CNN 340 | F 2 "passive:C_0402" H 8650 7100 50 0001 C CNN 341 | F 3 "~" H 8650 7100 50 0001 C CNN 342 | F 4 "10V, X5R" H 8650 7100 50 0001 C CNN "Tolerance" 343 | 1 8650 7100 344 | 1 0 0 -1 345 | $EndComp 346 | Text Label 8700 9650 2 50 ~ 0 347 | D_N 348 | Text Label 8700 9750 2 50 ~ 0 349 | D_P 350 | Connection ~ 8800 9650 351 | Connection ~ 8800 9750 352 | Text Label 6750 9750 2 50 ~ 0 353 | D_HS_N 354 | Text Label 6750 9650 2 50 ~ 0 355 | D_HS_P 356 | Text Label 6750 10100 2 50 ~ 0 357 | D_FS_N 358 | Text Label 6750 10000 2 50 ~ 0 359 | D_FS_P 360 | $Comp 361 | L Connector:Conn_01x09_Female J2 362 | U 1 1 5F1433E5 363 | P 6050 4100 364 | F 0 "J2" H 5942 3567 50 0000 C CNN 365 | F 1 "Castellated Vias" H 5942 3566 50 0001 C CNN 366 | F 2 "connectors:1x9_1.5mm_castellated" H 6050 4100 50 0001 C CNN 367 | F 3 "~" H 6050 4100 50 0001 C CNN 368 | 1 6050 4100 369 | 1 0 0 1 370 | $EndComp 371 | $Comp 372 | L Connector:Conn_01x02_Female J3 373 | U 1 1 5F14E17B 374 | P 7100 3850 375 | F 0 "J3" H 6992 3617 50 0000 C CNN 376 | F 1 "Castellated Vias" H 6992 3616 50 0001 C CNN 377 | F 2 "connectors:1x2_1.5mm_castellated" H 7100 3850 50 0001 C CNN 378 | F 3 "~" H 7100 3850 50 0001 C CNN 379 | 1 7100 3850 380 | 1 0 0 1 381 | $EndComp 382 | $Comp 383 | L Connector:Conn_01x03_Female J4 384 | U 1 1 5F14F2FD 385 | P 7100 4400 386 | F 0 "J4" H 6992 4167 50 0000 C CNN 387 | F 1 "Castellated Vias" H 6992 4166 50 0001 C CNN 388 | F 2 "connectors:1x3_1.5mm_castellated" H 7100 4400 50 0001 C CNN 389 | F 3 "~" H 7100 4400 50 0001 C CNN 390 | 1 7100 4400 391 | 1 0 0 1 392 | $EndComp 393 | Wire Wire Line 394 | 5850 3800 5750 3800 395 | Wire Wire Line 396 | 5850 3900 5750 3900 397 | Wire Wire Line 398 | 5850 4000 5750 4000 399 | Wire Wire Line 400 | 5850 4200 5750 4200 401 | Wire Wire Line 402 | 5750 3700 5850 3700 403 | Text Label 5750 4200 2 50 ~ 0 404 | T_~RESET 405 | Text Label 5750 3900 2 50 ~ 0 406 | T_SWO_TDO 407 | Text Label 5750 3800 2 50 ~ 0 408 | T_SWDCLK_JCLK 409 | Text Label 5750 3700 2 50 ~ 0 410 | T_SWDIO_TMS 411 | Text Label 5750 4000 2 50 ~ 0 412 | T_GNDDetect 413 | $Comp 414 | L power:GND #PWR037 415 | U 1 1 5F15CE32 416 | P 6800 3750 417 | F 0 "#PWR037" H 6800 3500 50 0001 C CNN 418 | F 1 "GND" H 6805 3577 50 0001 C CNN 419 | F 2 "" H 6800 3750 50 0001 C CNN 420 | F 3 "" H 6800 3750 50 0001 C CNN 421 | 1 6800 3750 422 | 0 1 1 0 423 | $EndComp 424 | Text Label 5750 4400 2 50 ~ 0 425 | T_VCP_RX 426 | Text Label 5750 4300 2 50 ~ 0 427 | T_VCP_TX 428 | Wire Wire Line 429 | 5750 4300 5850 4300 430 | Wire Wire Line 431 | 5750 4400 5850 4400 432 | Wire Wire Line 433 | 5850 4100 5750 4100 434 | Text Label 5750 4100 2 50 ~ 0 435 | T_TDI 436 | Wire Wire Line 437 | 6800 4300 6900 4300 438 | Text Label 6800 4300 2 50 ~ 0 439 | T_VCC 440 | Wire Wire Line 441 | 6800 3750 6900 3750 442 | Wire Wire Line 443 | 6800 3850 6900 3850 444 | $Comp 445 | L power:GND #PWR0103 446 | U 1 1 5F299365 447 | P 5750 4500 448 | F 0 "#PWR0103" H 5750 4250 50 0001 C CNN 449 | F 1 "GND" H 5755 4327 50 0001 C CNN 450 | F 2 "" H 5750 4500 50 0001 C CNN 451 | F 3 "" H 5750 4500 50 0001 C CNN 452 | 1 5750 4500 453 | 0 1 1 0 454 | $EndComp 455 | Wire Wire Line 456 | 5750 4500 5850 4500 457 | Text Label 6800 4400 2 50 ~ 0 458 | GPIO1 459 | Text Label 6800 4500 2 50 ~ 0 460 | GPIO2 461 | Wire Wire Line 462 | 6800 4400 6900 4400 463 | Wire Wire Line 464 | 6800 4500 6900 4500 465 | Wire Wire Line 466 | 8350 9750 8250 9650 467 | Wire Wire Line 468 | 8350 9750 8800 9750 469 | Wire Wire Line 470 | 8350 9650 8250 9750 471 | Wire Wire Line 472 | 8350 9650 8800 9650 473 | Text Notes 6400 8700 0 100 ~ 0 474 | USB-C port with USB MUX 475 | Wire Notes Line 476 | 6350 8500 10100 8500 477 | Wire Notes Line 478 | 10100 8500 10100 11100 479 | Wire Notes Line 480 | 10100 11100 6350 11100 481 | Wire Notes Line 482 | 6350 11100 6350 8500 483 | Text Notes 6550 10900 0 50 ~ 0 484 | DESIGN NOTE:\nOn startup the FS port is connected for access to the \nSTM32 USB bootloader. The firmware can then switch \nover to the HS port. 485 | Wire Notes Line 486 | 6500 10550 8750 10550 487 | Wire Notes Line 488 | 8750 10550 8750 10950 489 | Wire Notes Line 490 | 8750 10950 6500 10950 491 | Wire Notes Line 492 | 6500 10950 6500 10550 493 | Text Notes 5150 3350 0 100 ~ 0 494 | Board-edge castellated vias 495 | Wire Notes Line 496 | 5100 3150 7400 3150 497 | Wire Notes Line 498 | 7400 3150 7400 4650 499 | Wire Notes Line 500 | 7400 4650 5100 4650 501 | Wire Notes Line 502 | 5100 4650 5100 3150 503 | Text Notes 7800 5050 0 100 ~ 0 504 | Probe power and optional target power 505 | Wire Notes Line 506 | 6350 4850 10900 4850 507 | Wire Notes Line 508 | 10900 4850 10900 8350 509 | Wire Notes Line 510 | 10900 8350 6350 8350 511 | Wire Notes Line 512 | 6350 8350 6350 4850 513 | Wire Notes Line 514 | 700 11100 700 4850 515 | Wire Notes Line 516 | 6150 11100 700 11100 517 | Wire Notes Line 518 | 6150 4850 6150 11100 519 | Wire Notes Line 520 | 700 4850 6150 4850 521 | Text Notes 800 5050 0 100 ~ 0 522 | MCU I/O 523 | $Comp 524 | L hs-probe-stm32:hs-probe-stm32 U1 525 | U 9 1 5F18CA2E 526 | P 5550 5500 527 | F 0 "U1" H 6042 5787 60 0000 C CNN 528 | F 1 "hs-probe-stm32" H 6042 5681 60 0000 C CNN 529 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 5750 5550 60 0001 L CNN 530 | F 3 "" H 5750 5350 60 0001 L CNN 531 | F 4 "STM32F723IEK6" H 5550 5500 50 0001 C CNN "MPN" 532 | 9 5550 5500 533 | -1 0 0 -1 534 | $EndComp 535 | $Comp 536 | L hs-probe-stm32:hs-probe-stm32 U1 537 | U 7 1 5F17D932 538 | P 3900 9500 539 | F 0 "U1" H 4342 9787 60 0000 C CNN 540 | F 1 "hs-probe-stm32" H 4342 9681 60 0000 C CNN 541 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 4100 9550 60 0001 L CNN 542 | F 3 "" H 4100 9350 60 0001 L CNN 543 | F 4 "STM32F723IEK6" H 3900 9500 50 0001 C CNN "MPN" 544 | 7 3900 9500 545 | -1 0 0 -1 546 | $EndComp 547 | $Comp 548 | L hs-probe-stm32:hs-probe-stm32 U1 549 | U 5 1 5F175F3E 550 | P 3900 7500 551 | F 0 "U1" H 4342 7787 60 0000 C CNN 552 | F 1 "hs-probe-stm32" H 4342 7681 60 0000 C CNN 553 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 4100 7550 60 0001 L CNN 554 | F 3 "" H 4100 7350 60 0001 L CNN 555 | F 4 "STM32F723IEK6" H 3900 7500 50 0001 C CNN "MPN" 556 | 5 3900 7500 557 | -1 0 0 -1 558 | $EndComp 559 | $Comp 560 | L hs-probe-stm32:hs-probe-stm32 U1 561 | U 4 1 5F17144F 562 | P 3900 5500 563 | F 0 "U1" H 4392 5787 60 0000 C CNN 564 | F 1 "hs-probe-stm32" H 4392 5681 60 0000 C CNN 565 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 4100 5550 60 0001 L CNN 566 | F 3 "" H 4100 5350 60 0001 L CNN 567 | F 4 "STM32F723IEK6" H 3900 5500 50 0001 C CNN "MPN" 568 | 4 3900 5500 569 | -1 0 0 -1 570 | $EndComp 571 | $Comp 572 | L hs-probe-stm32:hs-probe-stm32 U1 573 | U 3 1 5F16E354 574 | P 2150 9300 575 | F 0 "U1" H 2642 9587 60 0000 C CNN 576 | F 1 "hs-probe-stm32" H 2642 9481 60 0000 C CNN 577 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 2350 9350 60 0001 L CNN 578 | F 3 "" H 2350 9150 60 0001 L CNN 579 | F 4 "STM32F723IEK6" H 2150 9300 50 0001 C CNN "MPN" 580 | 3 2150 9300 581 | -1 0 0 -1 582 | $EndComp 583 | $Comp 584 | L hs-probe-stm32:hs-probe-stm32 U1 585 | U 2 1 5F165849 586 | P 2150 7300 587 | F 0 "U1" H 2792 7587 60 0000 C CNN 588 | F 1 "hs-probe-stm32" H 2792 7481 60 0000 C CNN 589 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 2350 7350 60 0001 L CNN 590 | F 3 "" H 2350 7150 60 0001 L CNN 591 | F 4 "STM32F723IEK6" H 2150 7300 50 0001 C CNN "MPN" 592 | 2 2150 7300 593 | -1 0 0 -1 594 | $EndComp 595 | $Comp 596 | L hs-probe-stm32:hs-probe-stm32 U1 597 | U 1 1 5F160B70 598 | P 2150 5500 599 | F 0 "U1" H 2792 5787 60 0000 C CNN 600 | F 1 "hs-probe-stm32" H 2792 5681 60 0000 C CNN 601 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 2350 5550 60 0001 L CNN 602 | F 3 "" H 2350 5350 60 0001 L CNN 603 | F 4 "STM32F723IEK6" H 2150 5500 50 0001 C CNN "MPN" 604 | 1 2150 5500 605 | -1 0 0 -1 606 | $EndComp 607 | Text Label 5150 8850 2 50 ~ 0 608 | HS_VBUS 609 | Text Label 5150 8650 2 50 ~ 0 610 | FS_VBUS 611 | Connection ~ 5250 8750 612 | Wire Wire Line 613 | 5250 8750 5250 8850 614 | Wire Wire Line 615 | 5250 8850 5150 8850 616 | Wire Wire Line 617 | 5250 8650 5150 8650 618 | Wire Wire Line 619 | 5250 8750 5250 8650 620 | Wire Wire Line 621 | 5350 8750 5250 8750 622 | Wire Wire Line 623 | 5700 8750 5550 8750 624 | $Comp 625 | L power:+5V #PWR038 626 | U 1 1 5F1A9A32 627 | P 5700 8750 628 | F 0 "#PWR038" H 5700 8600 50 0001 C CNN 629 | F 1 "+5V" H 5715 8923 50 0000 C CNN 630 | F 2 "" H 5700 8750 50 0001 C CNN 631 | F 3 "" H 5700 8750 50 0001 C CNN 632 | 1 5700 8750 633 | 0 1 1 0 634 | $EndComp 635 | $Comp 636 | L Device:R_Small R9 637 | U 1 1 5F1A949A 638 | P 5450 8750 639 | F 0 "R9" V 5254 8750 50 0000 C CNN 640 | F 1 "3k" V 5345 8750 50 0000 C CNN 641 | F 2 "passive:R_0402" H 5450 8750 50 0001 C CNN 642 | F 3 "~" H 5450 8750 50 0001 C CNN 643 | F 4 "1%" H 5450 8750 50 0001 C CNN "Tolerance" 644 | 1 5450 8750 645 | 0 1 1 0 646 | $EndComp 647 | Wire Wire Line 648 | 2250 8600 2150 8600 649 | Text Label 2250 8600 0 50 ~ 0 650 | HS_VBUS 651 | Wire Wire Line 652 | 2250 6400 2150 6400 653 | Text Label 2250 6400 0 50 ~ 0 654 | FS_VBUS 655 | Wire Wire Line 656 | 4000 6500 3900 6500 657 | Text Label 4000 6500 0 50 ~ 0 658 | GPIO2 659 | Wire Wire Line 660 | 4000 6300 3900 6300 661 | Text Label 4000 6300 0 50 ~ 0 662 | GPIO1 663 | Wire Wire Line 664 | 4000 7500 3900 7500 665 | Wire Wire Line 666 | 2250 8100 2150 8100 667 | Text Label 2250 6700 0 50 ~ 0 668 | D_FS_P 669 | Text Label 2250 6600 0 50 ~ 0 670 | D_FS_N 671 | Wire Wire Line 672 | 2150 8800 2250 8800 673 | Wire Wire Line 674 | 2250 8700 2150 8700 675 | Wire Wire Line 676 | 2150 5800 2300 5800 677 | Text Label 2300 5800 0 50 ~ 0 678 | T_VCC_MEAS 679 | Text Label 5200 7800 2 50 ~ 0 680 | T_VCC_MEAS 681 | Wire Wire Line 682 | 5600 7800 5600 7700 683 | Connection ~ 5600 7800 684 | Wire Wire Line 685 | 5600 7800 5200 7800 686 | Wire Wire Line 687 | 5600 7900 5600 7800 688 | Wire Wire Line 689 | 5600 7450 5600 7500 690 | Text Label 5600 7450 1 50 ~ 0 691 | T_VCC 692 | $Comp 693 | L power:GND #PWR0105 694 | U 1 1 5EF1A195 695 | P 5600 8100 696 | F 0 "#PWR0105" H 5600 7850 50 0001 C CNN 697 | F 1 "GND" H 5605 7927 50 0001 C CNN 698 | F 2 "" H 5600 8100 50 0001 C CNN 699 | F 3 "" H 5600 8100 50 0001 C CNN 700 | 1 5600 8100 701 | 1 0 0 -1 702 | $EndComp 703 | $Comp 704 | L Device:R_Small R102 705 | U 1 1 5EF19F7D 706 | P 5600 7600 707 | F 0 "R102" V 5500 7600 50 0000 C CNN 708 | F 1 "5.1k" V 5700 7600 50 0000 C CNN 709 | F 2 "passive:R_0402" H 5600 7600 50 0001 C CNN 710 | F 3 "~" H 5600 7600 50 0001 C CNN 711 | F 4 "1%" H 5600 7600 50 0001 C CNN "Tolerance" 712 | 1 5600 7600 713 | 1 0 0 -1 714 | $EndComp 715 | $Comp 716 | L Device:R_Small R101 717 | U 1 1 5EF17F05 718 | P 5600 8000 719 | F 0 "R101" V 5500 8000 50 0000 C CNN 720 | F 1 "5.1k" V 5700 8000 50 0000 C CNN 721 | F 2 "passive:R_0402" H 5600 8000 50 0001 C CNN 722 | F 3 "~" H 5600 8000 50 0001 C CNN 723 | F 4 "1%" H 5600 8000 50 0001 C CNN "Tolerance" 724 | 1 5600 8000 725 | 1 0 0 -1 726 | $EndComp 727 | Wire Wire Line 728 | 5600 10050 5650 10050 729 | $Comp 730 | L Device:LED_RGBA D1 731 | U 1 1 5E8EC8DB 732 | P 5400 10050 733 | F 0 "D1" H 5400 10547 50 0000 C CNN 734 | F 1 "LTST-C19HE1WT" H 5400 10456 50 0000 C CNN 735 | F 2 "LED_SMD:LED_LiteOn_LTST-C19HE1WT" H 5400 10000 50 0001 C CNN 736 | F 3 "https://optoelectronics.liteon.com/upload/download/DS22-2008-0044/LTST-C19HE1WT.pdf" H 5400 10000 50 0001 C CNN 737 | F 4 "LTST-C19HE1WT" H 5400 10050 50 0001 C CNN "MPN" 738 | 1 5400 10050 739 | 1 0 0 -1 740 | $EndComp 741 | Wire Wire Line 742 | 4000 7700 3900 7700 743 | Text Label 4000 7700 0 50 ~ 0 744 | T_VCC_EN 745 | Wire Wire Line 746 | 5650 5800 5550 5800 747 | Wire Wire Line 748 | 5650 5700 5550 5700 749 | Wire Wire Line 750 | 5650 5600 5550 5600 751 | Text Label 5650 5600 0 50 ~ 0 752 | SPI2_CLK 753 | Text Label 5650 5700 0 50 ~ 0 754 | SPI2_MISO 755 | Text Label 5650 5800 0 50 ~ 0 756 | SPI2_MOSI 757 | Wire Wire Line 758 | 2250 6600 2150 6600 759 | Wire Wire Line 760 | 2150 6700 2250 6700 761 | Wire Wire Line 762 | 2250 10300 2150 10300 763 | Text Label 4000 7500 0 50 ~ 0 764 | LED3 765 | Text Label 2250 8100 0 50 ~ 0 766 | LED2 767 | Text Label 2250 10300 0 50 ~ 0 768 | LED1 769 | Wire Wire Line 770 | 4700 10250 4800 10250 771 | Wire Wire Line 772 | 4800 10050 4700 10050 773 | Wire Wire Line 774 | 4700 9850 4800 9850 775 | Text Label 4700 10250 2 50 ~ 0 776 | LED3 777 | Text Label 4700 10050 2 50 ~ 0 778 | LED2 779 | Text Label 4700 9850 2 50 ~ 0 780 | LED1 781 | $Comp 782 | L power:+5V #PWR031 783 | U 1 1 5EF2C3C5 784 | P 5650 10050 785 | F 0 "#PWR031" H 5650 9900 50 0001 C CNN 786 | F 1 "+5V" V 5665 10178 50 0000 L CNN 787 | F 2 "" H 5650 10050 50 0001 C CNN 788 | F 3 "" H 5650 10050 50 0001 C CNN 789 | 1 5650 10050 790 | 0 1 1 0 791 | $EndComp 792 | Wire Wire Line 793 | 5200 10250 5000 10250 794 | Wire Wire Line 795 | 5000 10050 5200 10050 796 | Wire Wire Line 797 | 5000 9850 5200 9850 798 | $Comp 799 | L Device:R_Small R7 800 | U 1 1 5EF08A5D 801 | P 4900 10250 802 | F 0 "R7" V 4800 10250 50 0000 C CNN 803 | F 1 "3k" V 4900 10250 50 0000 C CNN 804 | F 2 "passive:R_0402" H 4900 10250 50 0001 C CNN 805 | F 3 "~" H 4900 10250 50 0001 C CNN 806 | F 4 "1%" H 4900 10250 50 0001 C CNN "Tolerance" 807 | 1 4900 10250 808 | 0 1 1 0 809 | $EndComp 810 | $Comp 811 | L Device:R_Small R6 812 | U 1 1 5EF085EA 813 | P 4900 10050 814 | F 0 "R6" V 4800 10050 50 0000 C CNN 815 | F 1 "3k" V 4900 10050 50 0000 C CNN 816 | F 2 "passive:R_0402" H 4900 10050 50 0001 C CNN 817 | F 3 "~" H 4900 10050 50 0001 C CNN 818 | F 4 "1%" H 4900 10050 50 0001 C CNN "Tolerance" 819 | 1 4900 10050 820 | 0 1 1 0 821 | $EndComp 822 | $Comp 823 | L Device:R_Small R5 824 | U 1 1 5EF06EA3 825 | P 4900 9850 826 | F 0 "R5" V 4800 9850 50 0000 C CNN 827 | F 1 "3k" V 4900 9850 50 0000 C CNN 828 | F 2 "passive:R_0402" H 4900 9850 50 0001 C CNN 829 | F 3 "~" H 4900 9850 50 0001 C CNN 830 | F 4 "1%" H 4900 9850 50 0001 C CNN "Tolerance" 831 | 1 4900 9850 832 | 0 1 1 0 833 | $EndComp 834 | Text Label 4000 6000 0 50 ~ 0 835 | USART2_TX 836 | Text Label 4000 6100 0 50 ~ 0 837 | USART2_RX 838 | Wire Wire Line 839 | 3900 6100 4000 6100 840 | Wire Wire Line 841 | 3900 6000 4000 6000 842 | Wire Wire Line 843 | 4000 10700 3900 10700 844 | Wire Wire Line 845 | 3900 10600 4000 10600 846 | Text Label 4000 10700 0 50 ~ 0 847 | GNDDetect 848 | Text Label 4000 10600 0 50 ~ 0 849 | RESET 850 | Wire Wire Line 851 | 2150 8000 2250 8000 852 | Wire Wire Line 853 | 2150 7900 2250 7900 854 | Text Label 2250 8000 0 50 ~ 0 855 | USART1_RX 856 | Text Label 2250 7900 0 50 ~ 0 857 | USART1_TX 858 | Wire Wire Line 859 | 2150 7800 2250 7800 860 | Wire Wire Line 861 | 2150 7700 2250 7700 862 | Wire Wire Line 863 | 2150 7600 2250 7600 864 | Text Label 2250 7600 0 50 ~ 0 865 | SPI1_CLK 866 | Text Label 2250 7700 0 50 ~ 0 867 | SPI1_MISO 868 | Text Label 2250 7800 0 50 ~ 0 869 | SPI1_MOSI 870 | Text Label 2250 8800 0 50 ~ 0 871 | D_HS_P 872 | Text Label 2250 8700 0 50 ~ 0 873 | D_HS_N 874 | Wire Notes Line 875 | 700 600 4900 600 876 | Wire Notes Line 877 | 700 4650 700 600 878 | Wire Notes Line 879 | 4900 4650 700 4650 880 | Wire Notes Line 881 | 4900 600 4900 4650 882 | Text Notes 750 800 0 100 ~ 0 883 | MCU Power, Config and Clock 884 | $Comp 885 | L power:GND #PWR0111 886 | U 1 1 60551B53 887 | P 1400 1150 888 | F 0 "#PWR0111" H 1400 900 50 0001 C CNN 889 | F 1 "GND" H 1405 977 50 0001 C CNN 890 | F 2 "" H 1400 1150 50 0001 C CNN 891 | F 3 "" H 1400 1150 50 0001 C CNN 892 | 1 1400 1150 893 | 0 1 1 0 894 | $EndComp 895 | $Comp 896 | L power:+3.3V #PWR0112 897 | U 1 1 605510F3 898 | P 1400 950 899 | F 0 "#PWR0112" H 1400 800 50 0001 C CNN 900 | F 1 "+3.3V" V 1415 1078 50 0000 L CNN 901 | F 2 "" H 1400 950 50 0001 C CNN 902 | F 3 "" H 1400 950 50 0001 C CNN 903 | 1 1400 950 904 | 0 -1 -1 0 905 | $EndComp 906 | NoConn ~ 2350 4250 907 | Text Label 3050 4150 2 50 ~ 0 908 | OSC 909 | $Comp 910 | L power:+3.3V #PWR016 911 | U 1 1 5E966FDF 912 | P 2350 4050 913 | F 0 "#PWR016" H 2350 3900 50 0001 C CNN 914 | F 1 "+3.3V" V 2365 4178 50 0000 L CNN 915 | F 2 "" H 2350 4050 50 0001 C CNN 916 | F 3 "" H 2350 4050 50 0001 C CNN 917 | 1 2350 4050 918 | 0 1 1 0 919 | $EndComp 920 | Wire Wire Line 921 | 2350 4150 3200 4150 922 | $Comp 923 | L power:+3.3V #PWR03 924 | U 1 1 5F49CCE0 925 | P 1550 2100 926 | F 0 "#PWR03" H 1550 1950 50 0001 C CNN 927 | F 1 "+3.3V" V 1565 2228 50 0000 L CNN 928 | F 2 "" H 1550 2100 50 0001 C CNN 929 | F 3 "" H 1550 2100 50 0001 C CNN 930 | 1 1550 2100 931 | 0 1 1 0 932 | $EndComp 933 | $Comp 934 | L power:+3.3V #PWR039 935 | U 1 1 5F418608 936 | P 1550 2400 937 | F 0 "#PWR039" H 1550 2250 50 0001 C CNN 938 | F 1 "+3.3V" V 1565 2528 50 0000 L CNN 939 | F 2 "" H 1550 2400 50 0001 C CNN 940 | F 3 "" H 1550 2400 50 0001 C CNN 941 | 1 1550 2400 942 | 0 1 1 0 943 | $EndComp 944 | $Comp 945 | L power:GND #PWR043 946 | U 1 1 5F417EE2 947 | P 1550 3100 948 | F 0 "#PWR043" H 1550 2850 50 0001 C CNN 949 | F 1 "GND" H 1555 2927 50 0001 C CNN 950 | F 2 "" H 1550 3100 50 0001 C CNN 951 | F 3 "" H 1550 3100 50 0001 C CNN 952 | 1 1550 3100 953 | 0 -1 -1 0 954 | $EndComp 955 | $Comp 956 | L power:GND #PWR042 957 | U 1 1 5F417812 958 | P 1550 3000 959 | F 0 "#PWR042" H 1550 2750 50 0001 C CNN 960 | F 1 "GND" H 1555 2827 50 0001 C CNN 961 | F 2 "" H 1550 3000 50 0001 C CNN 962 | F 3 "" H 1550 3000 50 0001 C CNN 963 | 1 1550 3000 964 | 0 -1 -1 0 965 | $EndComp 966 | $Comp 967 | L power:+3.3V #PWR041 968 | U 1 1 5F4166B6 969 | P 1550 2700 970 | F 0 "#PWR041" H 1550 2550 50 0001 C CNN 971 | F 1 "+3.3V" V 1565 2828 50 0000 L CNN 972 | F 2 "" H 1550 2700 50 0001 C CNN 973 | F 3 "" H 1550 2700 50 0001 C CNN 974 | 1 1550 2700 975 | 0 1 1 0 976 | $EndComp 977 | $Comp 978 | L power:+3.3V #PWR040 979 | U 1 1 5F4160EA 980 | P 1550 2600 981 | F 0 "#PWR040" H 1550 2450 50 0001 C CNN 982 | F 1 "+3.3V" V 1565 2728 50 0000 L CNN 983 | F 2 "" H 1550 2600 50 0001 C CNN 984 | F 3 "" H 1550 2600 50 0001 C CNN 985 | 1 1550 2600 986 | 0 1 1 0 987 | $EndComp 988 | $Comp 989 | L hs-probe-stm32:hs-probe-stm32 U1 990 | U 12 1 5F19B372 991 | P 1550 2000 992 | F 0 "U1" H 1892 2287 60 0000 C CNN 993 | F 1 "hs-probe-stm32" H 1892 2181 60 0000 C CNN 994 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 1750 2050 60 0001 L CNN 995 | F 3 "" H 1750 1850 60 0001 L CNN 996 | F 4 "STM32F723IEK6" H 1550 2000 50 0001 C CNN "MPN" 997 | 12 1550 2000 998 | -1 0 0 -1 999 | $EndComp 1000 | $Comp 1001 | L hs-probe-stm32:hs-probe-stm32 U1 1002 | U 11 1 5F19563C 1003 | P 4100 2000 1004 | F 0 "U1" H 4517 2287 60 0000 C CNN 1005 | F 1 "hs-probe-stm32" H 4517 2181 60 0000 C CNN 1006 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 4300 2050 60 0001 L CNN 1007 | F 3 "" H 4300 1850 60 0001 L CNN 1008 | F 4 "STM32F723IEK6" H 4100 2000 50 0001 C CNN "MPN" 1009 | 11 4100 2000 1010 | -1 0 0 -1 1011 | $EndComp 1012 | $Comp 1013 | L hs-probe-stm32:hs-probe-stm32 U1 1014 | U 10 1 5F190F67 1015 | P 2350 3650 1016 | F 0 "U1" H 3092 3937 60 0000 C CNN 1017 | F 1 "hs-probe-stm32" H 3092 3831 60 0000 C CNN 1018 | F 2 "bga:UFBGA-201_10x10mm_Layout15x15_P0.65mm" H 2550 3700 60 0001 L CNN 1019 | F 3 "" H 2550 3500 60 0001 L CNN 1020 | F 4 "STM32F723IEK6" H 2350 3650 50 0001 C CNN "MPN" 1021 | 10 2350 3650 1022 | -1 0 0 -1 1023 | $EndComp 1024 | Wire Wire Line 1025 | 3150 3750 3150 3600 1026 | Wire Wire Line 1027 | 4150 3150 4250 3150 1028 | Text Label 4150 3150 2 50 ~ 0 1029 | NRST 1030 | NoConn ~ 4250 3450 1031 | $Comp 1032 | L power:GND #PWR0102 1033 | U 1 1 5F023F3F 1034 | P 4250 3350 1035 | F 0 "#PWR0102" H 4250 3100 50 0001 C CNN 1036 | F 1 "GND" H 4255 3177 50 0001 C CNN 1037 | F 2 "" H 4250 3350 50 0001 C CNN 1038 | F 3 "" H 4250 3350 50 0001 C CNN 1039 | 1 4250 3350 1040 | 0 1 1 0 1041 | $EndComp 1042 | Wire Wire Line 1043 | 4150 2950 4250 2950 1044 | Wire Wire Line 1045 | 4150 3050 4250 3050 1046 | Wire Wire Line 1047 | 4150 3250 4250 3250 1048 | Text Label 4150 3250 2 50 ~ 0 1049 | P_SWCLK 1050 | Text Label 4150 3050 2 50 ~ 0 1051 | P_SWDIO 1052 | Wire Wire Line 1053 | 2350 3850 2450 3850 1054 | Wire Wire Line 1055 | 2450 3950 2350 3950 1056 | Text Label 2450 3950 0 50 ~ 0 1057 | P_SWCLK 1058 | Text Label 2450 3850 0 50 ~ 0 1059 | P_SWDIO 1060 | $Comp 1061 | L power:GND #PWR017 1062 | U 1 1 5E966B7B 1063 | P 4100 2000 1064 | F 0 "#PWR017" H 4100 1750 50 0001 C CNN 1065 | F 1 "GND" H 4105 1827 50 0001 C CNN 1066 | F 2 "" H 4100 2000 50 0001 C CNN 1067 | F 3 "" H 4100 2000 50 0001 C CNN 1068 | 1 4100 2000 1069 | 0 -1 -1 0 1070 | $EndComp 1071 | Text Label 2450 3650 0 50 ~ 0 1072 | BOOT0 1073 | Wire Wire Line 1074 | 2750 3650 2350 3650 1075 | $Comp 1076 | L power:GND #PWR010 1077 | U 1 1 5E95A74C 1078 | P 2950 3650 1079 | F 0 "#PWR010" H 2950 3400 50 0001 C CNN 1080 | F 1 "GND" H 2955 3477 50 0001 C CNN 1081 | F 2 "" H 2950 3650 50 0001 C CNN 1082 | F 3 "" H 2950 3650 50 0001 C CNN 1083 | 1 2950 3650 1084 | 0 -1 -1 0 1085 | $EndComp 1086 | $Comp 1087 | L Device:R_Small R1 1088 | U 1 1 5E9583AD 1089 | P 2850 3650 1090 | F 0 "R1" V 2750 3650 50 0000 C CNN 1091 | F 1 "5.1k" V 2950 3650 50 0000 C CNN 1092 | F 2 "passive:R_0402" H 2850 3650 50 0001 C CNN 1093 | F 3 "~" H 2850 3650 50 0001 C CNN 1094 | F 4 "1%" H 2850 3650 50 0001 C CNN "Tolerance" 1095 | 1 2850 3650 1096 | 0 -1 -1 0 1097 | $EndComp 1098 | NoConn ~ 4000 4150 1099 | $Comp 1100 | L power:+3.3V #PWR015 1101 | U 1 1 5E8F73DC 1102 | P 1550 2800 1103 | F 0 "#PWR015" H 1550 2650 50 0001 C CNN 1104 | F 1 "+3.3V" V 1565 2928 50 0000 L CNN 1105 | F 2 "" H 1550 2800 50 0001 C CNN 1106 | F 3 "" H 1550 2800 50 0001 C CNN 1107 | 1 1550 2800 1108 | 0 1 1 0 1109 | $EndComp 1110 | $Comp 1111 | L power:GND #PWR018 1112 | U 1 1 5E8F6A2A 1113 | P 1550 2900 1114 | F 0 "#PWR018" H 1550 2650 50 0001 C CNN 1115 | F 1 "GND" H 1555 2727 50 0001 C CNN 1116 | F 2 "" H 1550 2900 50 0001 C CNN 1117 | F 3 "" H 1550 2900 50 0001 C CNN 1118 | 1 1550 2900 1119 | 0 -1 -1 0 1120 | $EndComp 1121 | Text Label 4450 2100 2 50 ~ 0 1122 | RPHY 1123 | $Comp 1124 | L power:GND #PWR014 1125 | U 1 1 5E8F4D66 1126 | P 4550 2450 1127 | F 0 "#PWR014" H 4550 2200 50 0001 C CNN 1128 | F 1 "GND" H 4555 2277 50 0001 C CNN 1129 | F 2 "" H 4550 2450 50 0001 C CNN 1130 | F 3 "" H 4550 2450 50 0001 C CNN 1131 | 1 4550 2450 1132 | -1 0 0 -1 1133 | $EndComp 1134 | Wire Wire Line 1135 | 4550 2100 4550 2250 1136 | Wire Wire Line 1137 | 4100 2100 4550 2100 1138 | $Comp 1139 | L Device:R_Small R2 1140 | U 1 1 5E8EDBFC 1141 | P 4550 2350 1142 | F 0 "R2" H 4609 2396 50 0000 L CNN 1143 | F 1 "3k" H 4609 2305 50 0000 L CNN 1144 | F 2 "passive:R_0402" H 4550 2350 50 0001 C CNN 1145 | F 3 "~" H 4550 2350 50 0001 C CNN 1146 | F 4 "1%" H 4550 2350 50 0001 C CNN "Tolerance" 1147 | 1 4550 2350 1148 | -1 0 0 -1 1149 | $EndComp 1150 | Text Label 2450 3750 0 50 ~ 0 1151 | NRST 1152 | Wire Wire Line 1153 | 2350 3750 3150 3750 1154 | $Comp 1155 | L power:GND #PWR09 1156 | U 1 1 5E8D2877 1157 | P 3150 3400 1158 | F 0 "#PWR09" H 3150 3150 50 0001 C CNN 1159 | F 1 "GND" H 3155 3227 50 0001 C CNN 1160 | F 2 "" H 3150 3400 50 0001 C CNN 1161 | F 3 "" H 3150 3400 50 0001 C CNN 1162 | 1 3150 3400 1163 | 1 0 0 1 1164 | $EndComp 1165 | $Comp 1166 | L Device:C_Small C3 1167 | U 1 1 5E8D1C1D 1168 | P 3150 3500 1169 | F 0 "C3" H 3242 3454 50 0000 L CNN 1170 | F 1 "0.1u" H 3242 3545 50 0000 L CNN 1171 | F 2 "passive:C_0402" H 3150 3500 50 0001 C CNN 1172 | F 3 "~" H 3150 3500 50 0001 C CNN 1173 | F 4 "25V, X7R" H 3150 3500 50 0001 C CNN "Tolerance" 1174 | 1 3150 3500 1175 | 1 0 0 1 1176 | $EndComp 1177 | Text Label 2300 2000 2 50 ~ 0 1178 | V12PHY 1179 | Text Label 2300 2300 2 50 ~ 0 1180 | VCAP2 1181 | Text Label 2300 2200 2 50 ~ 0 1182 | VCAP1 1183 | $Comp 1184 | L power:GND #PWR013 1185 | U 1 1 5E8CD76B 1186 | P 2300 2550 1187 | F 0 "#PWR013" H 2300 2300 50 0001 C CNN 1188 | F 1 "GND" H 2305 2377 50 0001 C CNN 1189 | F 2 "" H 2300 2550 50 0001 C CNN 1190 | F 3 "" H 2300 2550 50 0001 C CNN 1191 | 1 2300 2550 1192 | -1 0 0 -1 1193 | $EndComp 1194 | $Comp 1195 | L power:GND #PWR08 1196 | U 1 1 5E8CD313 1197 | P 2650 2550 1198 | F 0 "#PWR08" H 2650 2300 50 0001 C CNN 1199 | F 1 "GND" H 2655 2377 50 0001 C CNN 1200 | F 2 "" H 2650 2550 50 0001 C CNN 1201 | F 3 "" H 2650 2550 50 0001 C CNN 1202 | 1 2650 2550 1203 | -1 0 0 -1 1204 | $EndComp 1205 | $Comp 1206 | L power:GND #PWR07 1207 | U 1 1 5E8CCBB5 1208 | P 3000 2550 1209 | F 0 "#PWR07" H 3000 2300 50 0001 C CNN 1210 | F 1 "GND" H 3005 2377 50 0001 C CNN 1211 | F 2 "" H 3000 2550 50 0001 C CNN 1212 | F 3 "" H 3000 2550 50 0001 C CNN 1213 | 1 3000 2550 1214 | -1 0 0 -1 1215 | $EndComp 1216 | Wire Wire Line 1217 | 3000 2000 3000 2350 1218 | Wire Wire Line 1219 | 1550 2000 3000 2000 1220 | Wire Wire Line 1221 | 2650 2200 2650 2350 1222 | Wire Wire Line 1223 | 1550 2200 2650 2200 1224 | Wire Wire Line 1225 | 2300 2300 2300 2350 1226 | Wire Wire Line 1227 | 1550 2300 2300 2300 1228 | $Comp 1229 | L Device:C_Small C1 1230 | U 1 1 5E8B3676 1231 | P 3000 2450 1232 | F 0 "C1" H 2908 2496 50 0000 R CNN 1233 | F 1 "2.2u" H 2908 2405 50 0000 R CNN 1234 | F 2 "passive:C_0402" H 3000 2450 50 0001 C CNN 1235 | F 3 "~" H 3000 2450 50 0001 C CNN 1236 | F 4 "10V, X5R" H 3000 2450 50 0001 C CNN "Tolerance" 1237 | 1 3000 2450 1238 | -1 0 0 -1 1239 | $EndComp 1240 | $Comp 1241 | L Device:C_Small C2 1242 | U 1 1 5E8B31E0 1243 | P 2650 2450 1244 | F 0 "C2" H 2558 2496 50 0000 R CNN 1245 | F 1 "2.2u" H 2558 2405 50 0000 R CNN 1246 | F 2 "passive:C_0402" H 2650 2450 50 0001 C CNN 1247 | F 3 "~" H 2650 2450 50 0001 C CNN 1248 | F 4 "10V, X5R" H 2650 2450 50 0001 C CNN "Tolerance" 1249 | 1 2650 2450 1250 | -1 0 0 -1 1251 | $EndComp 1252 | $Comp 1253 | L Device:C_Small C4 1254 | U 1 1 5E8B2B70 1255 | P 2300 2450 1256 | F 0 "C4" H 2208 2496 50 0000 R CNN 1257 | F 1 "2.2u" H 2208 2405 50 0000 R CNN 1258 | F 2 "passive:C_0402" H 2300 2450 50 0001 C CNN 1259 | F 3 "~" H 2300 2450 50 0001 C CNN 1260 | F 4 "10V, X5R" H 2300 2450 50 0001 C CNN "Tolerance" 1261 | 1 2300 2450 1262 | -1 0 0 -1 1263 | $EndComp 1264 | Wire Wire Line 1265 | 1750 1500 1550 1500 1266 | Connection ~ 1750 1500 1267 | Wire Wire Line 1268 | 1750 1300 2100 1300 1269 | Connection ~ 1750 1300 1270 | $Comp 1271 | L Device:C_Small C5 1272 | U 1 1 5E8B273C 1273 | P 1750 1400 1274 | F 0 "C5" H 1842 1446 50 0000 L CNN 1275 | F 1 "2.2u" H 1842 1355 50 0000 L CNN 1276 | F 2 "passive:C_0402" H 1750 1400 50 0001 C CNN 1277 | F 3 "~" H 1750 1400 50 0001 C CNN 1278 | F 4 "10V, X5R" H 1750 1400 50 0001 C CNN "Tolerance" 1279 | 1 1750 1400 1280 | 1 0 0 -1 1281 | $EndComp 1282 | $Comp 1283 | L power:+3.3V #PWR011 1284 | U 1 1 5E88A300 1285 | P 1550 1300 1286 | F 0 "#PWR011" H 1550 1150 50 0001 C CNN 1287 | F 1 "+3.3V" V 1565 1428 50 0000 L CNN 1288 | F 2 "" H 1550 1300 50 0001 C CNN 1289 | F 3 "" H 1550 1300 50 0001 C CNN 1290 | 1 1550 1300 1291 | 0 -1 -1 0 1292 | $EndComp 1293 | $Comp 1294 | L power:GND #PWR012 1295 | U 1 1 5E88BD1F 1296 | P 1550 1500 1297 | F 0 "#PWR012" H 1550 1250 50 0001 C CNN 1298 | F 1 "GND" H 1555 1327 50 0001 C CNN 1299 | F 2 "" H 1550 1500 50 0001 C CNN 1300 | F 3 "" H 1550 1500 50 0001 C CNN 1301 | 1 1550 1500 1302 | 0 1 1 0 1303 | $EndComp 1304 | Wire Wire Line 1305 | 1550 1300 1750 1300 1306 | Wire Wire Line 1307 | 2100 1500 1750 1500 1308 | Connection ~ 2100 1500 1309 | Wire Wire Line 1310 | 2100 1300 2450 1300 1311 | Connection ~ 2100 1300 1312 | $Comp 1313 | L Device:C_Small C6 1314 | U 1 1 5E8A497A 1315 | P 2100 1400 1316 | F 0 "C6" H 2192 1446 50 0000 L CNN 1317 | F 1 "2.2u" H 2192 1355 50 0000 L CNN 1318 | F 2 "passive:C_0402" H 2100 1400 50 0001 C CNN 1319 | F 3 "~" H 2100 1400 50 0001 C CNN 1320 | F 4 "10V, X5R" H 2100 1400 50 0001 C CNN "Tolerance" 1321 | 1 2100 1400 1322 | 1 0 0 -1 1323 | $EndComp 1324 | Wire Wire Line 1325 | 2450 1500 2100 1500 1326 | Connection ~ 2450 1500 1327 | Wire Wire Line 1328 | 2450 1300 2800 1300 1329 | Connection ~ 2450 1300 1330 | $Comp 1331 | L Device:C_Small C7 1332 | U 1 1 5E8A42AD 1333 | P 2450 1400 1334 | F 0 "C7" H 2542 1446 50 0000 L CNN 1335 | F 1 "2.2u" H 2542 1355 50 0000 L CNN 1336 | F 2 "passive:C_0402" H 2450 1400 50 0001 C CNN 1337 | F 3 "~" H 2450 1400 50 0001 C CNN 1338 | F 4 "10V, X5R" H 2450 1400 50 0001 C CNN "Tolerance" 1339 | 1 2450 1400 1340 | 1 0 0 -1 1341 | $EndComp 1342 | Wire Wire Line 1343 | 4200 1150 3850 1150 1344 | Connection ~ 4200 1150 1345 | Wire Wire Line 1346 | 3850 1150 3500 1150 1347 | Connection ~ 3850 1150 1348 | Wire Wire Line 1349 | 3500 1150 3150 1150 1350 | Connection ~ 3500 1150 1351 | Wire Wire Line 1352 | 3150 1150 2800 1150 1353 | Connection ~ 3150 1150 1354 | Wire Wire Line 1355 | 2800 1150 2450 1150 1356 | Connection ~ 2800 1150 1357 | Wire Wire Line 1358 | 2450 1150 2100 1150 1359 | Connection ~ 2450 1150 1360 | Wire Wire Line 1361 | 2100 1150 1750 1150 1362 | Connection ~ 2100 1150 1363 | Wire Wire Line 1364 | 1750 1150 1400 1150 1365 | Connection ~ 1750 1150 1366 | Wire Wire Line 1367 | 4550 1500 4200 1500 1368 | Wire Wire Line 1369 | 4200 1500 3850 1500 1370 | Connection ~ 4200 1500 1371 | Wire Wire Line 1372 | 3850 1500 3500 1500 1373 | Connection ~ 3850 1500 1374 | Connection ~ 3500 1500 1375 | Wire Wire Line 1376 | 3150 1500 2800 1500 1377 | Connection ~ 3150 1500 1378 | Wire Wire Line 1379 | 2800 1500 2450 1500 1380 | Connection ~ 2800 1500 1381 | Wire Wire Line 1382 | 4550 1150 4200 1150 1383 | Wire Wire Line 1384 | 4200 950 4550 950 1385 | Connection ~ 4200 950 1386 | Wire Wire Line 1387 | 3850 950 4200 950 1388 | Connection ~ 3850 950 1389 | Wire Wire Line 1390 | 3500 950 3850 950 1391 | Connection ~ 3500 950 1392 | Wire Wire Line 1393 | 3150 950 3500 950 1394 | Connection ~ 3150 950 1395 | Wire Wire Line 1396 | 2800 950 3150 950 1397 | Connection ~ 2800 950 1398 | Wire Wire Line 1399 | 2450 950 2800 950 1400 | Connection ~ 2450 950 1401 | Wire Wire Line 1402 | 2100 950 2450 950 1403 | Connection ~ 2100 950 1404 | Wire Wire Line 1405 | 1750 950 2100 950 1406 | Connection ~ 1750 950 1407 | Wire Wire Line 1408 | 1400 950 1750 950 1409 | Wire Wire Line 1410 | 4200 1300 4550 1300 1411 | Connection ~ 4200 1300 1412 | Wire Wire Line 1413 | 3850 1300 4200 1300 1414 | Connection ~ 3850 1300 1415 | Wire Wire Line 1416 | 3500 1300 3850 1300 1417 | Connection ~ 3500 1300 1418 | Connection ~ 3150 1300 1419 | Wire Wire Line 1420 | 2800 1300 3150 1300 1421 | Connection ~ 2800 1300 1422 | $Comp 1423 | L Device:C_Small C23 1424 | U 1 1 5E887B63 1425 | P 4550 1050 1426 | F 0 "C23" H 4642 1096 50 0000 L CNN 1427 | F 1 "0.1u" H 4642 1005 50 0000 L CNN 1428 | F 2 "passive:C_0402" H 4550 1050 50 0001 C CNN 1429 | F 3 "~" H 4550 1050 50 0001 C CNN 1430 | F 4 "25V, X7R" H 4550 1050 50 0001 C CNN "Tolerance" 1431 | 1 4550 1050 1432 | 1 0 0 -1 1433 | $EndComp 1434 | $Comp 1435 | L Device:C_Small C22 1436 | U 1 1 5E887B5D 1437 | P 4200 1050 1438 | F 0 "C22" H 4292 1096 50 0000 L CNN 1439 | F 1 "0.1u" H 4292 1005 50 0000 L CNN 1440 | F 2 "passive:C_0402" H 4200 1050 50 0001 C CNN 1441 | F 3 "~" H 4200 1050 50 0001 C CNN 1442 | F 4 "25V, X7R" H 4200 1050 50 0001 C CNN "Tolerance" 1443 | 1 4200 1050 1444 | 1 0 0 -1 1445 | $EndComp 1446 | $Comp 1447 | L Device:C_Small C21 1448 | U 1 1 5E887B57 1449 | P 3850 1050 1450 | F 0 "C21" H 3942 1096 50 0000 L CNN 1451 | F 1 "0.1u" H 3942 1005 50 0000 L CNN 1452 | F 2 "passive:C_0402" H 3850 1050 50 0001 C CNN 1453 | F 3 "~" H 3850 1050 50 0001 C CNN 1454 | F 4 "25V, X7R" H 3850 1050 50 0001 C CNN "Tolerance" 1455 | 1 3850 1050 1456 | 1 0 0 -1 1457 | $EndComp 1458 | $Comp 1459 | L Device:C_Small C20 1460 | U 1 1 5E887B51 1461 | P 3500 1050 1462 | F 0 "C20" H 3592 1096 50 0000 L CNN 1463 | F 1 "0.1u" H 3592 1005 50 0000 L CNN 1464 | F 2 "passive:C_0402" H 3500 1050 50 0001 C CNN 1465 | F 3 "~" H 3500 1050 50 0001 C CNN 1466 | F 4 "25V, X7R" H 3500 1050 50 0001 C CNN "Tolerance" 1467 | 1 3500 1050 1468 | 1 0 0 -1 1469 | $EndComp 1470 | $Comp 1471 | L Device:C_Small C19 1472 | U 1 1 5E887B4B 1473 | P 3150 1050 1474 | F 0 "C19" H 3242 1096 50 0000 L CNN 1475 | F 1 "0.1u" H 3242 1005 50 0000 L CNN 1476 | F 2 "passive:C_0402" H 3150 1050 50 0001 C CNN 1477 | F 3 "~" H 3150 1050 50 0001 C CNN 1478 | F 4 "25V, X7R" H 3150 1050 50 0001 C CNN "Tolerance" 1479 | 1 3150 1050 1480 | 1 0 0 -1 1481 | $EndComp 1482 | $Comp 1483 | L Device:C_Small C18 1484 | U 1 1 5E887B45 1485 | P 2800 1050 1486 | F 0 "C18" H 2892 1096 50 0000 L CNN 1487 | F 1 "0.1u" H 2892 1005 50 0000 L CNN 1488 | F 2 "passive:C_0402" H 2800 1050 50 0001 C CNN 1489 | F 3 "~" H 2800 1050 50 0001 C CNN 1490 | F 4 "25V, X7R" H 2800 1050 50 0001 C CNN "Tolerance" 1491 | 1 2800 1050 1492 | 1 0 0 -1 1493 | $EndComp 1494 | $Comp 1495 | L Device:C_Small C17 1496 | U 1 1 5E887B3F 1497 | P 2450 1050 1498 | F 0 "C17" H 2542 1096 50 0000 L CNN 1499 | F 1 "0.1u" H 2542 1005 50 0000 L CNN 1500 | F 2 "passive:C_0402" H 2450 1050 50 0001 C CNN 1501 | F 3 "~" H 2450 1050 50 0001 C CNN 1502 | F 4 "25V, X7R" H 2450 1050 50 0001 C CNN "Tolerance" 1503 | 1 2450 1050 1504 | 1 0 0 -1 1505 | $EndComp 1506 | $Comp 1507 | L Device:C_Small C16 1508 | U 1 1 5E887B39 1509 | P 2100 1050 1510 | F 0 "C16" H 2192 1096 50 0000 L CNN 1511 | F 1 "0.1u" H 2192 1005 50 0000 L CNN 1512 | F 2 "passive:C_0402" H 2100 1050 50 0001 C CNN 1513 | F 3 "~" H 2100 1050 50 0001 C CNN 1514 | F 4 "25V, X7R" H 2100 1050 50 0001 C CNN "Tolerance" 1515 | 1 2100 1050 1516 | 1 0 0 -1 1517 | $EndComp 1518 | $Comp 1519 | L Device:C_Small C15 1520 | U 1 1 5E883370 1521 | P 1750 1050 1522 | F 0 "C15" H 1842 1096 50 0000 L CNN 1523 | F 1 "0.1u" H 1842 1005 50 0000 L CNN 1524 | F 2 "passive:C_0402" H 1750 1050 50 0001 C CNN 1525 | F 3 "~" H 1750 1050 50 0001 C CNN 1526 | F 4 "25V, X7R" H 1750 1050 50 0001 C CNN "Tolerance" 1527 | 1 1750 1050 1528 | 1 0 0 -1 1529 | $EndComp 1530 | $Comp 1531 | L Device:C_Small C14 1532 | U 1 1 5E88336A 1533 | P 4550 1400 1534 | F 0 "C14" H 4642 1446 50 0000 L CNN 1535 | F 1 "0.1u" H 4642 1355 50 0000 L CNN 1536 | F 2 "passive:C_0402" H 4550 1400 50 0001 C CNN 1537 | F 3 "~" H 4550 1400 50 0001 C CNN 1538 | F 4 "25V, X7R" H 4550 1400 50 0001 C CNN "Tolerance" 1539 | 1 4550 1400 1540 | 1 0 0 -1 1541 | $EndComp 1542 | $Comp 1543 | L Device:C_Small C13 1544 | U 1 1 5E883364 1545 | P 4200 1400 1546 | F 0 "C13" H 4292 1446 50 0000 L CNN 1547 | F 1 "0.1u" H 4292 1355 50 0000 L CNN 1548 | F 2 "passive:C_0402" H 4200 1400 50 0001 C CNN 1549 | F 3 "~" H 4200 1400 50 0001 C CNN 1550 | F 4 "25V, X7R" H 4200 1400 50 0001 C CNN "Tolerance" 1551 | 1 4200 1400 1552 | 1 0 0 -1 1553 | $EndComp 1554 | $Comp 1555 | L Device:C_Small C12 1556 | U 1 1 5E88335E 1557 | P 3850 1400 1558 | F 0 "C12" H 3942 1446 50 0000 L CNN 1559 | F 1 "0.1u" H 3942 1355 50 0000 L CNN 1560 | F 2 "passive:C_0402" H 3850 1400 50 0001 C CNN 1561 | F 3 "~" H 3850 1400 50 0001 C CNN 1562 | F 4 "25V, X7R" H 3850 1400 50 0001 C CNN "Tolerance" 1563 | 1 3850 1400 1564 | 1 0 0 -1 1565 | $EndComp 1566 | $Comp 1567 | L Device:C_Small C11 1568 | U 1 1 5E8817D1 1569 | P 3500 1400 1570 | F 0 "C11" H 3592 1446 50 0000 L CNN 1571 | F 1 "0.1u" H 3592 1355 50 0000 L CNN 1572 | F 2 "passive:C_0402" H 3500 1400 50 0001 C CNN 1573 | F 3 "~" H 3500 1400 50 0001 C CNN 1574 | F 4 "25V, X7R" H 3500 1400 50 0001 C CNN "Tolerance" 1575 | 1 3500 1400 1576 | 1 0 0 -1 1577 | $EndComp 1578 | $Comp 1579 | L Device:C_Small C9 1580 | U 1 1 5E881162 1581 | P 3150 1400 1582 | F 0 "C9" H 3242 1446 50 0000 L CNN 1583 | F 1 "0.1u" H 3242 1355 50 0000 L CNN 1584 | F 2 "passive:C_0402" H 3150 1400 50 0001 C CNN 1585 | F 3 "~" H 3150 1400 50 0001 C CNN 1586 | F 4 "25V, X7R" H 3150 1400 50 0001 C CNN "Tolerance" 1587 | 1 3150 1400 1588 | 1 0 0 -1 1589 | $EndComp 1590 | $Comp 1591 | L Device:C_Small C8 1592 | U 1 1 5E87AE09 1593 | P 2800 1400 1594 | F 0 "C8" H 2892 1446 50 0000 L CNN 1595 | F 1 "0.1u" H 2892 1355 50 0000 L CNN 1596 | F 2 "passive:C_0402" H 2800 1400 50 0001 C CNN 1597 | F 3 "~" H 2800 1400 50 0001 C CNN 1598 | F 4 "25V, X7R" H 2800 1400 50 0001 C CNN "Tolerance" 1599 | 1 2800 1400 1600 | 1 0 0 -1 1601 | $EndComp 1602 | $Comp 1603 | L power:GND #PWR02 1604 | U 1 1 5E875314 1605 | P 3500 4450 1606 | F 0 "#PWR02" H 3500 4200 50 0001 C CNN 1607 | F 1 "GND" H 3505 4277 50 0001 C CNN 1608 | F 2 "" H 3500 4450 50 0001 C CNN 1609 | F 3 "" H 3500 4450 50 0001 C CNN 1610 | 1 3500 4450 1611 | -1 0 0 -1 1612 | $EndComp 1613 | $Comp 1614 | L power:+3.3V #PWR01 1615 | U 1 1 5E872EDB 1616 | P 3500 3850 1617 | F 0 "#PWR01" H 3500 3700 50 0001 C CNN 1618 | F 1 "+3.3V" H 3515 4023 50 0000 C CNN 1619 | F 2 "" H 3500 3850 50 0001 C CNN 1620 | F 3 "" H 3500 3850 50 0001 C CNN 1621 | 1 3500 3850 1622 | -1 0 0 -1 1623 | $EndComp 1624 | $Comp 1625 | L Oscillator:ASDMB-xxxMHz U2 1626 | U 1 1 5E866432 1627 | P 3600 4150 1628 | F 0 "U2" H 3550 4400 50 0000 R CNN 1629 | F 1 "12 MHz" H 3550 3900 50 0000 R CNN 1630 | F 2 "crystals:Crystal_4Pin_2.0x1.6mm" H 3600 4150 50 0001 C CNN 1631 | F 3 "https://global.kyocera.com/prdct/electro/product/pdf/clock_z_xz_e.pdf" H 3900 4600 50 0001 C CNN 1632 | F 4 "KC2016Z12.0000C15XXK" H 3600 4150 50 0001 C CNN "MPN" 1633 | 1 3600 4150 1634 | -1 0 0 -1 1635 | $EndComp 1636 | $Comp 1637 | L power:+3.3V #PWR04 1638 | U 1 1 5E85FEC3 1639 | P 1550 2500 1640 | F 0 "#PWR04" H 1550 2350 50 0001 C CNN 1641 | F 1 "+3.3V" V 1565 2628 50 0000 L CNN 1642 | F 2 "" H 1550 2500 50 0001 C CNN 1643 | F 3 "" H 1550 2500 50 0001 C CNN 1644 | 1 1550 2500 1645 | 0 1 1 0 1646 | $EndComp 1647 | Wire Notes Line 1648 | 5100 2950 5100 600 1649 | Wire Notes Line 1650 | 9800 2950 5100 2950 1651 | Wire Notes Line 1652 | 9800 600 9800 2950 1653 | Wire Notes Line 1654 | 5100 600 9800 600 1655 | Text Notes 5150 800 0 100 ~ 0 1656 | Target SWD/JTAG port with ESD protection 1657 | Wire Wire Line 1658 | 8700 1300 8800 1300 1659 | Text Label 8700 1300 2 50 ~ 0 1660 | T_VCC 1661 | Wire Wire Line 1662 | 8700 1400 8800 1400 1663 | Text Label 8700 1400 2 50 ~ 0 1664 | T_VCC 1665 | Text Label 5600 1700 2 50 ~ 0 1666 | SPI1_MISO 1667 | Wire Wire Line 1668 | 5700 1900 5950 1900 1669 | Connection ~ 5700 1900 1670 | Wire Wire Line 1671 | 5700 1700 5700 1900 1672 | Wire Wire Line 1673 | 5600 1700 5700 1700 1674 | Wire Notes Line 1675 | 7150 1300 7150 950 1676 | Wire Notes Line 1677 | 8050 1300 7150 1300 1678 | Wire Notes Line 1679 | 8050 950 8050 1300 1680 | Wire Notes Line 1681 | 7150 950 8050 950 1682 | Text Notes 7200 1250 0 50 ~ 0 1683 | DESIGN NOTE:\nT_VCC is read before \nenabling 3.3V power. 1684 | Wire Notes Line 1685 | 5200 1300 5200 950 1686 | Wire Notes Line 1687 | 6950 1300 5200 1300 1688 | Wire Notes Line 1689 | 6950 950 6950 1300 1690 | Wire Notes Line 1691 | 5200 950 6950 950 1692 | Wire Wire Line 1693 | 5900 1800 5950 1800 1694 | Connection ~ 5900 1800 1695 | Wire Wire Line 1696 | 5900 1500 5900 1800 1697 | Wire Wire Line 1698 | 5600 1500 5900 1500 1699 | Wire Wire Line 1700 | 6600 2500 6500 2500 1701 | Text Label 6600 2500 0 50 ~ 0 1702 | T_TDI 1703 | Wire Wire Line 1704 | 5600 2500 5950 2500 1705 | Wire Wire Line 1706 | 5800 2200 5950 2200 1707 | Connection ~ 5800 2200 1708 | Wire Wire Line 1709 | 5800 1600 5800 2200 1710 | Wire Wire Line 1711 | 5600 1600 5800 1600 1712 | Wire Wire Line 1713 | 5600 2200 5800 2200 1714 | Text Notes 5250 1250 0 50 ~ 0 1715 | DESIGN NOTE:\nFor SWD + SWO, SPI1 + USART1 is used\nFor JTAG, SPI2 is used (SWO not available) 1716 | Text Label 8700 2300 2 50 ~ 0 1717 | T_TDI 1718 | Wire Wire Line 1719 | 8800 2300 8700 2300 1720 | Text Label 5600 1600 2 50 ~ 0 1721 | SPI2_CLK 1722 | Text Label 5600 1500 2 50 ~ 0 1723 | SPI2_MISO 1724 | Text Label 5600 2500 2 50 ~ 0 1725 | SPI2_MOSI 1726 | NoConn ~ 8800 2200 1727 | Text Label 5600 2400 2 50 ~ 0 1728 | USART2_TX 1729 | Text Label 5600 2300 2 50 ~ 0 1730 | USART2_RX 1731 | Wire Wire Line 1732 | 5600 2300 5950 2300 1733 | Wire Wire Line 1734 | 5600 2400 5950 2400 1735 | Wire Wire Line 1736 | 6600 2300 6500 2300 1737 | Wire Wire Line 1738 | 6500 2400 6600 2400 1739 | Text Label 6600 2300 0 50 ~ 0 1740 | T_VCP_TX 1741 | Text Label 6600 2400 0 50 ~ 0 1742 | T_VCP_RX 1743 | Wire Wire Line 1744 | 8700 2700 8800 2700 1745 | Wire Wire Line 1746 | 8700 2600 8800 2600 1747 | Text Label 8700 2700 2 50 ~ 0 1748 | T_VCP_TX 1749 | Text Label 8700 2600 2 50 ~ 0 1750 | T_VCP_RX 1751 | Wire Wire Line 1752 | 5600 2100 5950 2100 1753 | Wire Wire Line 1754 | 5600 2000 5950 2000 1755 | Wire Wire Line 1756 | 5600 1900 5700 1900 1757 | Wire Wire Line 1758 | 5600 1800 5900 1800 1759 | Wire Wire Line 1760 | 6500 2100 6600 2100 1761 | Wire Wire Line 1762 | 6500 2000 6600 2000 1763 | Wire Wire Line 1764 | 6500 1900 6600 1900 1765 | Wire Wire Line 1766 | 6500 2200 6600 2200 1767 | Wire Wire Line 1768 | 6500 1800 6600 1800 1769 | $Comp 1770 | L power:GND #PWR022 1771 | U 1 1 5EB916C7 1772 | P 6500 2600 1773 | F 0 "#PWR022" H 6500 2350 50 0001 C CNN 1774 | F 1 "GND" H 6505 2427 50 0001 C CNN 1775 | F 2 "" H 6500 2600 50 0001 C CNN 1776 | F 3 "" H 6500 2600 50 0001 C CNN 1777 | 1 6500 2600 1778 | 0 -1 -1 0 1779 | $EndComp 1780 | $Comp 1781 | L interface_esd:NUF8401MNT4G U4 1782 | U 1 1 5EB8B66C 1783 | P 6050 1750 1784 | F 0 "U4" H 6225 1925 50 0000 C CNN 1785 | F 1 "NUF8401MNT4G" H 6225 1834 50 0000 C CNN 1786 | F 2 "dfn:DFN-16-1EP_1.6x4mm_P0.5mm" H 6050 1600 50 0001 C CNN 1787 | F 3 "http://www.onsemi.com/pub/Collateral/NUF8401MN-D.PDF" H 6250 700 50 0001 C CNN 1788 | F 4 "NUF8401MNT4G" H 6050 1750 50 0001 C CNN "MPN" 1789 | 1 6050 1750 1790 | 1 0 0 -1 1791 | $EndComp 1792 | $Comp 1793 | L power:GND #PWR023 1794 | U 1 1 5EB7AA62 1795 | P 8800 1500 1796 | F 0 "#PWR023" H 8800 1250 50 0001 C CNN 1797 | F 1 "GND" H 8805 1327 50 0001 C CNN 1798 | F 2 "" H 8800 1500 50 0001 C CNN 1799 | F 3 "" H 8800 1500 50 0001 C CNN 1800 | 1 8800 1500 1801 | 0 1 1 0 1802 | $EndComp 1803 | Text Label 8700 1700 2 50 ~ 0 1804 | T_GNDDetect 1805 | Text Label 8700 1900 2 50 ~ 0 1806 | T_SWDIO_TMS 1807 | Text Label 8700 2000 2 50 ~ 0 1808 | T_SWDCLK_JCLK 1809 | Text Label 8700 2100 2 50 ~ 0 1810 | T_SWO_TDO 1811 | Text Label 8700 2400 2 50 ~ 0 1812 | T_~RESET 1813 | Wire Wire Line 1814 | 8700 1700 8800 1700 1815 | Wire Wire Line 1816 | 8800 2400 8700 2400 1817 | Wire Wire Line 1818 | 8800 2100 8700 2100 1819 | Wire Wire Line 1820 | 8800 2000 8700 2000 1821 | Wire Wire Line 1822 | 8800 1900 8700 1900 1823 | $Comp 1824 | L connectors:STDC14 U5 1825 | U 1 1 5EB7AA49 1826 | P 8900 1100 1827 | F 0 "U5" H 8900 1150 50 0000 L CNN 1828 | F 1 "STDC14" H 9350 1150 50 0000 L CNN 1829 | F 2 "connectors:PinHeader_2x07_FTSH-107-01-L-DV-K" H 8900 1100 50 0001 C CNN 1830 | F 3 "" H 8900 1100 50 0001 C CNN 1831 | F 4 "FTSH-107-01-L-DV-K" H 8900 1100 50 0001 C CNN "MPN" 1832 | 1 8900 1100 1833 | 1 0 0 -1 1834 | $EndComp 1835 | Text Label 5600 2000 2 50 ~ 0 1836 | GNDDetect 1837 | Text Label 5600 2100 2 50 ~ 0 1838 | RESET 1839 | Text Label 6600 2000 0 50 ~ 0 1840 | T_GNDDetect 1841 | Text Label 6600 2100 0 50 ~ 0 1842 | T_~RESET 1843 | Text Label 6600 1800 0 50 ~ 0 1844 | T_SWO_TDO 1845 | Text Label 6600 2200 0 50 ~ 0 1846 | T_SWDCLK_JCLK 1847 | Text Label 6600 1900 0 50 ~ 0 1848 | T_SWDIO_TMS 1849 | Text Label 5600 1800 2 50 ~ 0 1850 | USART1_RX 1851 | Text Label 5600 2200 2 50 ~ 0 1852 | SPI1_CLK 1853 | Text Label 5600 1900 2 50 ~ 0 1854 | SPI1_MOSI 1855 | Text Notes 11900 10500 0 100 ~ 0 1856 | Designed by: Emil Fresk\nTwitter / Github: @korken89\nLink: https://github.com/probe-rs/hs-probe 1857 | NoConn ~ 2150 5500 1858 | NoConn ~ 2150 5600 1859 | NoConn ~ 2150 5700 1860 | NoConn ~ 2150 5900 1861 | NoConn ~ 2150 6000 1862 | NoConn ~ 2150 6100 1863 | NoConn ~ 2150 6200 1864 | NoConn ~ 2150 6300 1865 | NoConn ~ 2150 6500 1866 | NoConn ~ 2150 6800 1867 | NoConn ~ 2150 7500 1868 | NoConn ~ 2150 8200 1869 | NoConn ~ 2150 8400 1870 | NoConn ~ 2150 8500 1871 | NoConn ~ 2150 9300 1872 | NoConn ~ 2150 9400 1873 | NoConn ~ 2150 9500 1874 | NoConn ~ 2150 9600 1875 | NoConn ~ 2150 9700 1876 | NoConn ~ 2150 9800 1877 | NoConn ~ 2150 9900 1878 | NoConn ~ 2150 10000 1879 | NoConn ~ 2150 10100 1880 | NoConn ~ 2150 10200 1881 | NoConn ~ 2150 10400 1882 | NoConn ~ 2150 10500 1883 | NoConn ~ 2150 10600 1884 | NoConn ~ 2150 10700 1885 | NoConn ~ 2150 10800 1886 | NoConn ~ 3900 9500 1887 | NoConn ~ 3900 9600 1888 | NoConn ~ 3900 9700 1889 | NoConn ~ 3900 9800 1890 | NoConn ~ 3900 9900 1891 | NoConn ~ 3900 10000 1892 | NoConn ~ 3900 10100 1893 | NoConn ~ 3900 10200 1894 | NoConn ~ 3900 10300 1895 | NoConn ~ 3900 10400 1896 | NoConn ~ 3900 10500 1897 | NoConn ~ 3900 10800 1898 | NoConn ~ 3900 7600 1899 | NoConn ~ 3900 7800 1900 | NoConn ~ 3900 7900 1901 | NoConn ~ 3900 8000 1902 | NoConn ~ 3900 8100 1903 | NoConn ~ 3900 8200 1904 | NoConn ~ 3900 8300 1905 | NoConn ~ 3900 8400 1906 | NoConn ~ 3900 8500 1907 | NoConn ~ 3900 8600 1908 | NoConn ~ 3900 8700 1909 | NoConn ~ 3900 8800 1910 | NoConn ~ 3900 8900 1911 | NoConn ~ 3900 9000 1912 | NoConn ~ 3900 5500 1913 | NoConn ~ 3900 5600 1914 | NoConn ~ 3900 5700 1915 | NoConn ~ 3900 5800 1916 | NoConn ~ 3900 5900 1917 | NoConn ~ 3900 6400 1918 | NoConn ~ 3900 6600 1919 | NoConn ~ 3900 6700 1920 | NoConn ~ 3900 6800 1921 | NoConn ~ 3900 6900 1922 | NoConn ~ 3900 7000 1923 | NoConn ~ 5550 5500 1924 | NoConn ~ 5550 5900 1925 | NoConn ~ 5550 6000 1926 | NoConn ~ 5550 6100 1927 | NoConn ~ 5550 6200 1928 | NoConn ~ 5550 6300 1929 | NoConn ~ 5550 6400 1930 | NoConn ~ 5550 6500 1931 | NoConn ~ 5550 6600 1932 | $Comp 1933 | L connectors:tag-connect-swd J5 1934 | U 1 1 612A596E 1935 | P 4450 3150 1936 | F 0 "J5" H 4400 3450 50 0000 L CNN 1937 | F 1 "tag-connect-swd" H 4100 2750 50 0000 L CNN 1938 | F 2 "Connector:Tag-Connect_TC2030-IDC-NL_2x03_P1.27mm_Vertical" H 4450 3550 50 0001 C CNN 1939 | F 3 "~" H 4450 3150 50 0001 C CNN 1940 | 1 4450 3150 1941 | 1 0 0 -1 1942 | $EndComp 1943 | $Comp 1944 | L power:+3.3V #PWR0101 1945 | U 1 1 6132BC89 1946 | P 4150 2950 1947 | F 0 "#PWR0101" H 4150 2800 50 0001 C CNN 1948 | F 1 "+3.3V" H 4165 3123 50 0000 C CNN 1949 | F 2 "" H 4150 2950 50 0001 C CNN 1950 | F 3 "" H 4150 2950 50 0001 C CNN 1951 | 1 4150 2950 1952 | -1 0 0 -1 1953 | $EndComp 1954 | NoConn ~ 2150 7900 1955 | $Comp 1956 | L power:PWR_FLAG #FLG0101 1957 | U 1 1 6138C98D 1958 | P 8750 6950 1959 | F 0 "#FLG0101" H 8750 7025 50 0001 C CNN 1960 | F 1 "PWR_FLAG" H 8750 7123 50 0000 C CNN 1961 | F 2 "" H 8750 6950 50 0001 C CNN 1962 | F 3 "~" H 8750 6950 50 0001 C CNN 1963 | 1 8750 6950 1964 | 1 0 0 -1 1965 | $EndComp 1966 | Connection ~ 8750 6950 1967 | Wire Wire Line 1968 | 8750 6950 9100 6950 1969 | $Comp 1970 | L power:PWR_FLAG #FLG0102 1971 | U 1 1 613A98D8 1972 | P 8850 9050 1973 | F 0 "#FLG0102" H 8850 9125 50 0001 C CNN 1974 | F 1 "PWR_FLAG" H 8850 9223 50 0000 C CNN 1975 | F 2 "" H 8850 9050 50 0001 C CNN 1976 | F 3 "~" H 8850 9050 50 0001 C CNN 1977 | 1 8850 9050 1978 | 1 0 0 -1 1979 | $EndComp 1980 | Connection ~ 8850 9050 1981 | Wire Wire Line 1982 | 8850 9050 8600 9050 1983 | $Comp 1984 | L power:PWR_FLAG #FLG0103 1985 | U 1 1 613E4E60 1986 | P 9400 10550 1987 | F 0 "#FLG0103" H 9400 10625 50 0001 C CNN 1988 | F 1 "PWR_FLAG" V 9400 10677 50 0000 L CNN 1989 | F 2 "" H 9400 10550 50 0001 C CNN 1990 | F 3 "~" H 9400 10550 50 0001 C CNN 1991 | 1 9400 10550 1992 | 0 -1 -1 0 1993 | $EndComp 1994 | Wire Wire Line 1995 | 9400 10550 9500 10550 1996 | Connection ~ 9500 10550 1997 | Text Notes 11900 9800 0 100 ~ 0 1998 | LICENSE:\nThis work is licensed under CERN-OHL-P. 1999 | Text Notes 5300 2800 0 50 ~ 0 2000 | ESD protection + 100 ohm current limiting chip 2001 | $Comp 2002 | L Analog_Switch:MAX40200AUK U6 2003 | U 1 1 5F903964 2004 | P 7950 7800 2005 | F 0 "U6" H 7950 8167 50 0000 C CNN 2006 | F 1 "MAX40203AUK or MAX40200AUK" H 7950 8076 50 0000 C CNN 2007 | F 2 "sot:SOT-23-5" H 7950 8300 50 0001 C CNN 2008 | F 3 "https://datasheets.maximintegrated.com/en/ds/MAX40203.pdf" H 7950 8300 50 0001 C CNN 2009 | 1 7950 7800 2010 | 1 0 0 -1 2011 | $EndComp 2012 | Wire Wire Line 2013 | 7400 7700 7550 7700 2014 | Text Label 8650 7700 0 50 ~ 0 2015 | PROTECTED_5V 2016 | $Comp 2017 | L power:GND #PWR019 2018 | U 1 1 5F94ABBE 2019 | P 7950 8100 2020 | F 0 "#PWR019" H 7950 7850 50 0001 C CNN 2021 | F 1 "GND" H 7955 7927 50 0001 C CNN 2022 | F 2 "" H 7950 8100 50 0001 C CNN 2023 | F 3 "" H 7950 8100 50 0001 C CNN 2024 | 1 7950 8100 2025 | 1 0 0 -1 2026 | $EndComp 2027 | Wire Wire Line 2028 | 8350 7700 8500 7700 2029 | Text Label 8700 1200 2 50 ~ 0 2030 | PROTECTED_5V 2031 | Wire Wire Line 2032 | 8800 1200 8700 1200 2033 | Text Label 6800 3850 2 50 ~ 0 2034 | PROTECTED_5V 2035 | Wire Wire Line 2036 | 7400 7700 7400 6950 2037 | Connection ~ 7400 6950 2038 | Wire Wire Line 2039 | 7400 6950 7100 6950 2040 | Text Label 7300 7900 2 50 ~ 0 2041 | T_ENABLE 2042 | Wire Wire Line 2043 | 7300 7900 7450 7900 2044 | Text Label 2250 7400 0 50 ~ 0 2045 | T_ENABLE 2046 | Wire Wire Line 2047 | 2150 7400 2250 7400 2048 | $Comp 2049 | L Device:R_Small R10 2050 | U 1 1 5FCC6AAD 2051 | P 7450 8050 2052 | F 0 "R10" H 7509 8096 50 0000 L CNN 2053 | F 1 "5.1k" H 7509 8005 50 0000 L CNN 2054 | F 2 "passive:R_0402" H 7450 8050 50 0001 C CNN 2055 | F 3 "~" H 7450 8050 50 0001 C CNN 2056 | F 4 "1%" H 7450 8050 50 0001 C CNN "Tolerance" 2057 | 1 7450 8050 2058 | 1 0 0 -1 2059 | $EndComp 2060 | $Comp 2061 | L power:GND #PWR036 2062 | U 1 1 5FCC6AB3 2063 | P 7450 8150 2064 | F 0 "#PWR036" H 7450 7900 50 0001 C CNN 2065 | F 1 "GND" H 7455 7977 50 0001 C CNN 2066 | F 2 "" H 7450 8150 50 0001 C CNN 2067 | F 3 "" H 7450 8150 50 0001 C CNN 2068 | 1 7450 8150 2069 | 1 0 0 -1 2070 | $EndComp 2071 | Wire Wire Line 2072 | 7450 7950 7450 7900 2073 | Connection ~ 7450 7900 2074 | Wire Wire Line 2075 | 7450 7900 7550 7900 2076 | $Comp 2077 | L Device:R_Small R103 2078 | U 1 1 5FB7207F 2079 | P 5350 7050 2080 | F 0 "R103" V 5250 7050 50 0000 C CNN 2081 | F 1 "5.1k" V 5450 7050 50 0000 C CNN 2082 | F 2 "passive:R_0402" H 5350 7050 50 0001 C CNN 2083 | F 3 "~" H 5350 7050 50 0001 C CNN 2084 | F 4 "1%" H 5350 7050 50 0001 C CNN "Tolerance" 2085 | 1 5350 7050 2086 | 0 1 1 0 2087 | $EndComp 2088 | Text Label 5500 7050 0 50 ~ 0 2089 | PROTECTED_5V 2090 | Wire Wire Line 2091 | 5500 7050 5450 7050 2092 | Wire Wire Line 2093 | 5250 7050 5200 7050 2094 | Text Label 5200 7050 2 50 ~ 0 2095 | PROT_5V_SENSE 2096 | Text Label 2250 7300 0 50 ~ 0 2097 | PROT_5V_SENSE 2098 | Wire Wire Line 2099 | 2150 7300 2250 7300 2100 | Wire Wire Line 2101 | 3150 1300 3500 1300 2102 | Wire Wire Line 2103 | 3150 1500 3500 1500 2104 | $Comp 2105 | L Device:Q_PMOS_GSD Q101 2106 | U 1 1 5FCC5D1C 2107 | P 8550 5650 2108 | F 0 "Q101" V 8892 5650 50 0000 C CNN 2109 | F 1 " DMP2110UW-7" V 8801 5650 50 0000 C CNN 2110 | F 2 "sot:SOT-323" H 8750 5750 50 0001 C CNN 2111 | F 3 "https://www.diodes.com/assets/Datasheets/DMP2110UW.pdf" H 8550 5650 50 0001 C CNN 2112 | F 4 " DMP2110UW-7" H 8550 5650 50 0001 C CNN "MFPN" 2113 | 1 8550 5650 2114 | 0 1 -1 0 2115 | $EndComp 2116 | Text Label 8050 5550 2 50 ~ 0 2117 | PROTECTED_5V 2118 | Wire Wire Line 2119 | 8050 5550 8150 5550 2120 | Wire Wire Line 2121 | 8750 5550 8850 5550 2122 | Text Label 8850 5550 0 50 ~ 0 2123 | 5V_KEY 2124 | $Comp 2125 | L Device:R_Small R104 2126 | U 1 1 5FCF1320 2127 | P 8350 5950 2128 | F 0 "R104" V 8250 5950 50 0000 C CNN 2129 | F 1 "5.1k" V 8450 5950 50 0000 C CNN 2130 | F 2 "passive:R_0402" H 8350 5950 50 0001 C CNN 2131 | F 3 "~" H 8350 5950 50 0001 C CNN 2132 | F 4 "1%" H 8350 5950 50 0001 C CNN "Tolerance" 2133 | 1 8350 5950 2134 | 0 1 1 0 2135 | $EndComp 2136 | Wire Wire Line 2137 | 8450 5950 8550 5950 2138 | Wire Wire Line 2139 | 8550 5950 8550 5850 2140 | Wire Wire Line 2141 | 8550 5950 8550 6050 2142 | Connection ~ 8550 5950 2143 | Wire Wire Line 2144 | 8250 5950 8150 5950 2145 | Wire Wire Line 2146 | 8150 5950 8150 5550 2147 | Connection ~ 8150 5550 2148 | Wire Wire Line 2149 | 8150 5550 8350 5550 2150 | Text Label 8550 6050 3 50 ~ 0 2151 | 5V_KEY_EN 2152 | Text Label 4000 6200 0 50 ~ 0 2153 | 5V_KEY_EN 2154 | Wire Wire Line 2155 | 4000 6200 3900 6200 2156 | Text Label 8700 1600 2 50 ~ 0 2157 | 5V_KEY 2158 | Wire Wire Line 2159 | 8700 1600 8800 1600 2160 | $Comp 2161 | L power:PWR_FLAG #FLG0104 2162 | U 1 1 5FF2DABB 2163 | P 8500 7700 2164 | F 0 "#FLG0104" H 8500 7775 50 0001 C CNN 2165 | F 1 "PWR_FLAG" H 8500 7873 50 0000 C CNN 2166 | F 2 "" H 8500 7700 50 0001 C CNN 2167 | F 3 "~" H 8500 7700 50 0001 C CNN 2168 | 1 8500 7700 2169 | -1 0 0 1 2170 | $EndComp 2171 | Connection ~ 8500 7700 2172 | Wire Wire Line 2173 | 8500 7700 8650 7700 2174 | $Comp 2175 | L Device:Fuse_Small F101 2176 | U 1 1 5FC42F3E 2177 | P 7000 6950 2178 | F 0 "F101" H 7000 7043 50 0000 C CNN 2179 | F 1 "Fuse_Small" H 7000 7044 50 0001 C CNN 2180 | F 2 "Fuse:Fuse_0603_1608Metric" H 7000 6950 50 0001 C CNN 2181 | F 3 "https://www.bourns.com/docs/Product-Datasheets/mffsmf.pdf" H 7000 6950 50 0001 C CNN 2182 | F 4 " MF-FSMF050X-2" H 7000 6950 50 0001 C CNN "MFPN" 2183 | 1 7000 6950 2184 | 1 0 0 -1 2185 | $EndComp 2186 | Text Notes 6650 7100 0 50 ~ 0 2187 | 0.5A hold, 1A trip 2188 | $Comp 2189 | L Device:C_Small C26 2190 | U 1 1 5E935363 2191 | P 8650 7850 2192 | F 0 "C26" H 8742 7896 50 0000 L CNN 2193 | F 1 "2.2u" H 8742 7805 50 0000 L CNN 2194 | F 2 "passive:C_0402" H 8650 7850 50 0001 C CNN 2195 | F 3 "~" H 8650 7850 50 0001 C CNN 2196 | F 4 "10V, X5R" H 8650 7850 50 0001 C CNN "Tolerance" 2197 | 1 8650 7850 2198 | 1 0 0 -1 2199 | $EndComp 2200 | Wire Wire Line 2201 | 6750 9650 7000 9650 2202 | Wire Wire Line 2203 | 6750 9750 7400 9750 2204 | $Comp 2205 | L Device:R_Small R11 2206 | U 1 1 60B173EB 2207 | P 7100 10100 2208 | F 0 "R11" V 7204 10100 50 0000 C CNN 2209 | F 1 "39" V 7295 10100 50 0000 C CNN 2210 | F 2 "passive:R_0402" H 7100 10100 50 0001 C CNN 2211 | F 3 "~" H 7100 10100 50 0001 C CNN 2212 | F 4 "1%" H 7100 10100 50 0001 C CNN "Tolerance" 2213 | 1 7100 10100 2214 | 0 1 1 0 2215 | $EndComp 2216 | $Comp 2217 | L Device:R_Small R8 2218 | U 1 1 60B17924 2219 | P 7100 10000 2220 | F 0 "R8" V 6900 10000 50 0000 C CNN 2221 | F 1 "39" V 7000 10000 50 0000 C CNN 2222 | F 2 "passive:R_0402" H 7100 10000 50 0001 C CNN 2223 | F 3 "~" H 7100 10000 50 0001 C CNN 2224 | F 4 "1%" H 7100 10000 50 0001 C CNN "Tolerance" 2225 | 1 7100 10000 2226 | 0 1 1 0 2227 | $EndComp 2228 | Wire Wire Line 2229 | 6750 10000 7000 10000 2230 | Wire Wire Line 2231 | 6750 10100 7000 10100 2232 | Wire Wire Line 2233 | 7200 10000 7300 10000 2234 | Wire Wire Line 2235 | 7300 10000 7300 9650 2236 | Connection ~ 7300 9650 2237 | Wire Wire Line 2238 | 7300 9650 8250 9650 2239 | Wire Wire Line 2240 | 7200 10100 7400 10100 2241 | Wire Wire Line 2242 | 7400 10100 7400 9750 2243 | Connection ~ 7400 9750 2244 | Wire Wire Line 2245 | 7400 9750 7800 9750 2246 | $Comp 2247 | L Device:D_Zener_x2_ACom_KKA D2 2248 | U 1 1 60B85F80 2249 | P 7400 9250 2250 | F 0 "D2" H 7400 9375 50 0000 C CNN 2251 | F 1 "ESD7002WTT1G" H 7400 9466 50 0000 C CNN 2252 | F 2 "sot:SOT-323" H 7400 9250 50 0001 C CNN 2253 | F 3 "https://www.onsemi.com/pdf/datasheet/esd7002-d.pdf" H 7400 9250 50 0001 C CNN 2254 | F 4 "ESD7002WTT1G" H 7400 9250 50 0001 C CNN "MFPN" 2255 | 1 7400 9250 2256 | -1 0 0 1 2257 | $EndComp 2258 | $Comp 2259 | L power:GND #PWR030 2260 | U 1 1 60BAD99F 2261 | P 7400 9050 2262 | F 0 "#PWR030" H 7400 8800 50 0001 C CNN 2263 | F 1 "GND" H 7405 8877 50 0001 C CNN 2264 | F 2 "" H 7400 9050 50 0001 C CNN 2265 | F 3 "" H 7400 9050 50 0001 C CNN 2266 | 1 7400 9050 2267 | -1 0 0 1 2268 | $EndComp 2269 | Wire Wire Line 2270 | 7100 9250 7000 9250 2271 | Wire Wire Line 2272 | 7000 9250 7000 9650 2273 | Connection ~ 7000 9650 2274 | Wire Wire Line 2275 | 7000 9650 7300 9650 2276 | Wire Wire Line 2277 | 7700 9250 7800 9250 2278 | Wire Wire Line 2279 | 7800 9250 7800 9750 2280 | Connection ~ 7800 9750 2281 | Wire Wire Line 2282 | 7800 9750 8250 9750 2283 | NoConn ~ 2150 8300 2284 | $EndSCHEMATC 2285 | -------------------------------------------------------------------------------- /schematic-v1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/probe-rs/hs-probe/ad59d9da20bd2357ba0c520e6ff09f72eee853c6/schematic-v1.1.pdf -------------------------------------------------------------------------------- /schematic-v1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/probe-rs/hs-probe/ad59d9da20bd2357ba0c520e6ff09f72eee853c6/schematic-v1.2.pdf -------------------------------------------------------------------------------- /schematic-v1.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/probe-rs/hs-probe/ad59d9da20bd2357ba0c520e6ff09f72eee853c6/schematic-v1.3.pdf -------------------------------------------------------------------------------- /schematic-v1.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/probe-rs/hs-probe/ad59d9da20bd2357ba0c520e6ff09f72eee853c6/schematic-v1.4.pdf -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (lib (name accelerometers)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/accelerometers.lib)(options "")(descr "")) 3 | (lib (name antennas)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/antennas.lib)(options "")(descr "")) 4 | (lib (name baluns)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/baluns.lib)(options "")(descr "")) 5 | (lib (name barometers)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/barometers.lib)(options "")(descr "")) 6 | (lib (name cameras)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/cameras.lib)(options "")(descr "")) 7 | (lib (name connectors)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/connectors.lib)(options "")(descr "")) 8 | (lib (name dart-6ul)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/dart-6ul.lib)(options "")(descr "")) 9 | (lib (name dc_dc_regulators)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/dc_dc_regulators.lib)(options "")(descr "")) 10 | (lib (name ddr)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/ddr.lib)(options "")(descr "")) 11 | (lib (name drone_connectors)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/drone_connectors.lib)(options "")(descr "")) 12 | (lib (name efm32)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/efm32.lib)(options "")(descr "")) 13 | (lib (name ethernet)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/ethernet.lib)(options "")(descr "")) 14 | (lib (name ftdi)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/ftdi.lib)(options "")(descr "")) 15 | (lib (name imu)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/imu.lib)(options "")(descr "")) 16 | (lib (name interface_esd)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/interface_esd.lib)(options "")(descr "")) 17 | (lib (name interface_ethernet)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/interface_ethernet.lib)(options "")(descr "")) 18 | (lib (name ldo)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/ldo.lib)(options "")(descr "")) 19 | (lib (name memory_ic)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/memory_ic.lib)(options "")(descr "")) 20 | (lib (name modules)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/modules.lib)(options "")(descr "")) 21 | (lib (name mosfet)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/mosfet.lib)(options "")(descr "")) 22 | (lib (name nordic_mcu)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/nordic_mcu.lib)(options "")(descr "")) 23 | (lib (name oscillators)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/oscillators.lib)(options "")(descr "")) 24 | (lib (name passives)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/passives.lib)(options "")(descr "")) 25 | (lib (name powermanagers)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/powermanagers.lib)(options "")(descr "")) 26 | (lib (name programmers)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/programmers.lib)(options "")(descr "")) 27 | (lib (name rf_ic)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/rf_ic.lib)(options "")(descr "")) 28 | (lib (name stm32)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/stm32.lib)(options "")(descr "")) 29 | (lib (name switches)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/switches.lib)(options "")(descr "")) 30 | (lib (name texas_instrument)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/texas_instrument.lib)(options "")(descr "")) 31 | (lib (name transcievers)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/transcievers.lib)(options "")(descr "")) 32 | (lib (name usb_ic)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/usb_ic.lib)(options "")(descr "")) 33 | (lib (name usb_otg)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/usb_otg.lib)(options "")(descr "")) 34 | (lib (name xilinx7)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/xilinx7.lib)(options "")(descr "")) 35 | (lib (name xilinxultra)(type Legacy)(uri ${KIPRJMOD}/kicad_libs/symbols/xilinxultra.lib)(options "")(descr "")) 36 | (lib (name hs-probe-stm32)(type Legacy)(uri ${KIPRJMOD}/hs-probe-stm32.lib)(options "")(descr "")) 37 | ) 38 | --------------------------------------------------------------------------------