【P244】kiCAD中的ST link V2示意图和PCB图

2021-09-22 16:23:36      索炜达电子      804     

项目编号:P244

文件大小:1.95M

图纸说明:PCB图

开发环境:KiCAD

简要概述:

ST-link V2 schematic and PCB in kiCAD with initial firmware through UART.

  1. PCB templates for prototyping at home are photoresist.svg and lut.svg, also you can convert PCB to any of appropriate formats using KiCAD.

  2. As you seen above, for this solution you do not need any other st-link, you need only usb-uart adapter.

  3. When you got a board, pull up pin 44 BOOT0 to Vbus by R4 resistor, so after power connect the MCU starts up from the UART bootloader.

  4. Power up board by USB and connect it to your PC through UART by RX and TX pads.

  5. Write dummy firmware from STLinkV2_bin.zip using the flasher utility (ST UM0462).

  6. Return pull down resistor to pin 44 BOOT0 (change location of 10-100K resistor from R4 to R5 place).

  7. Then connect it to USB and write the firmware from ST using upgrade utility stlink-V2.J21.S4.zip. Now you got a working st-link clone.

【P244】kiCAD中的ST link V2示意图和PCB图

【P244】kiCAD中的ST link V2示意图和PCB图

目录│文件列表:

 └ stlinkv2

    │ components.txt

    │ irl.JPG

    │ jtag pinout.jpg

    │ lut.svg

    │ photoresist.svg

    │ schematic.png

    │ stlink-V2.J21.S4.zip

    │ stlinkv2.kicad_pcb

    │ stlinkv2.net

    │ stlinkv2.pro

    │ stlinkv2.sch

    │ STLinkV2_bin.zip

    │ stlinkv2_sborki.kicad_pcb

    │ stlinkv2_sborki.sch

    │ swimm pinout.png

    │ sym-lib-table

    │ v2.lib

    ├ micro

    │  │ lut.svg

    │  │ stlinkv2.kicad_pcb

    │  │ stlinkv2.net

    │  │ stlinkv2.pro

    │  │ stlinkv2.sch

    │  │ sym-lib-table

    │  └ micro.pretty

    │     └ PinSocket_2x10_P2.54mm_Vertical.kicad_mod

    ├ stlinkv2.pretty

    │  └ PinSocket_2x10_P2.54mm_Vertical.kicad_mod

    └ wire

       │ stlinkv2-F_Cu.svg

       │ stlinkv2.kicad_pcb

       │ stlinkv2.net

       │ stlinkv2.pro

       │ stlinkv2.sch

       │ sym-lib-table

       └ micro.pretty

          └ PinSocket_2x10_P2.54mm_Vertical.kicad_mod

TAGST link V2
  • 6 次
  • 10 分