Giter Club home page Giter Club logo

dap42-hardware's Introduction

dap42-hardware

Hardware design files for the dap42 debug probe.

Bare PCBs can be ordered from OSHPark

See https://github.com/devanlai/dap42 for firmware source code.

Both original DipTrace CAD files and gerber production files are included. For convenience, a PDF of the schematic and PNG renders of the top and bottom side of the board are included.

Assembled DAP42v2.1 with quarter for scale

Parts

  • 1x STM32F042F6 (TSSOP-20)
  • 2x 0.05" 2x5 SWD headers, one for debugging the target, one for debugging the probe (optional)
  • 1x mini-USB type B connector
  • 1x 5V -> 3.3V linear regulator (MIC5504-3.3YM5)
  • 2x 3mm momentary pushbuttons for reset and bootloader (optional)
  • 3x LEDs (optional, but fun to look at)

See the bill of materials for a more detailed list.

License

CC0 Public Domain badge

To the extent possible under law, Devan Lai has waived all copyright and related or neighboring rights to the dap42 schematic, PCB layout, and associated CAD and gerber production files. This work is published from: United States.

dap42-hardware's People

Contributors

devanlai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dap42-hardware's Issues

Feature request: full JTAG support

There are some scenarios where it is necessary to us the full JTAG interface instead of the SWD interface to connect the DAP to the DUT, for example a JTAG daisy chain, a Cortex-A target like the Raspberry Pi, or when the older ARM7/ARM9/ARM11 chips gets involved. Is it possible to implement full JTAG on top of the current hardware and software?

JTAG uses a few existing SWD pins along with a few more:

  • JTMS / SWDIO (Existing pin, bidirectional in SWD, output in JTAG, with pull up)
  • JTCK / SWCLK (Existing pin, output with pull down)
  • JTDI (new pin, output with pull up)
  • JTDO / SWO (Existing pin, input with pull up)
  • nJTRST (new pin, output with pull up)
  • RTCK (new pin, input with pull down)

The RTCK pin worths some special mentioning: it is used on ARM7/ARM9/ARM11/Cortex-A chips to implement adaptive JTAG clocking. However this feature is entirely optional. You can just pull this pin down with a resistor and ignore it otherwise, if you have no plan on implementing JTAG adaptive clocking. There do exist some chips (like NXP LPC2103) that uses the pull down on RTCK to detect the presence of a debugger though.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.