Today’s project is a rushed one, and part of our development effort for DIYPinball: our own PCB for the Black Magic Probe.

Overview

The Black Magic Probe is a debugging and programming tool for working with microcontrollers - more specifically, ARM Cortex-M series microcontrollers. It allows you to download code to the chips from your computer, and control the execution of that code, so you can develop and debug your projects more easily. We’re looking at using it for the next series of DIYPinball boards as we try and move to a more Open Source-friendly development environment.

Black Magic Probe board, front Black Magic Probe board, top

The design is open source, and is available for sale, but the Black Magic Probe Minis that are currently sold don’t seem have level shifting functionality - so they only work at 3.3V - and they only have one style of connector. Further, we needed a bunch, and shipping to Canada costs almost as much as the device itself. Since the design is open source, we decided to try doing our own design for the board, and make them ourselves.

Hardware

This is an advanced project - lots of tiny parts - so I’m not going to go into a ton of detail on this. The intended audience should be able to figure out the parts list and how to assemble it from the schematic and board layout. Also, I’m writing this on a deadline, and want to get this up on time, and that’s really more of a factor at this point.

Schematic

Basically, we’ve combined some of the alternative designs of the Black Magic Probe from their GitHub, and added a connector for the LPCXpresso LPC-Link to the board, so we can use some of our existing boards with the probe.

The schematic, layout and CAM files can all be downloaded from our GitHub.

Future plans

We have tons of future plans for this project - mostly because it hasn’t been tested yet. I’ve got a stack of 4 of them on my desk to be tested, and to be loaded with the USB bootloader, followed by the Black Magic Probe firmware itself. I intend to document the process for that when we get there (hopefully soon). I’ll also write up the actual parts list, and we’re hoping to put together a 3D printed case to protect the probe as well.

Conclusion

This one isn’t actually done yet, but I needed to get something up before midnight, and I’ve been meaning to release this design anyways. So, loss-win-win, I guess.