Sie sind auf Seite 1von 4

Skip to content

Personal Open source Business Explore


Pricing Blog Support
This repository

48
174

118

blacksphere/blackmagic
Code Issues 8 Pull requests 5 Projects 0 Wiki Pulse Graphs

Home
Piotr Esden-Tempski edited this page on Jun 22 10 revisions

Pages 9

Home

Debugger Hardware

Frequently Asked Questions

Getting Started

Hacking

Related Projects

Semihosting Host IO Support

Upgrading Firmware

Useful GDB commands

Clone this wiki locally

https://githu

The Black Magic Probe is a modern, in-application debugging tool for embedded
microprocessors. It allows you see what is going on 'inside' an application running on an
embedded microprocessor while it executes. It is able to control and examine the state of the
target microprocessor using a JTAG or Serial Wire Debugging (SWD) port and on-chip debug
logic provided by the microprocessor. The probe connects to a host computer using a standard
USB interface. The user is able to control exactly what happens using the GNU source level
debugging software, GDB.

Features:

Targets ARM Cortex-M and Cortex-A based microcontrollers.

Connects to the target processor using the JTAG or Serial Wire Debug (SWD) interface.

Provides full debugging functionality, including: watchpoints, flash memory breakpoints,


memory and register examination, flash memory programming, etc.

Semihosting / Host IO support

Interface to the host computer is a standard USB CDC ACM device (virtual serial port),
which does not require special drivers on Linux or OS X.

Implements the GDB extended remote debugging protocol for seamless integration with
the GNU debugger and other GNU development tools.

Implements USB DFU class for easy firmware upgrade as updates become available.

Works with Windows, Linux and Mac environments.

The Black Magic Probe allows you to:

Load your application into the target Flash memory or RAM.

Single step through your program.

Run your program in real-time and halt on demand.

Examine and modify CPU registers and memory.

Obtain a call stack backtrace.

Set up to 6 hardware assisted breakpoints.

Set up to 4 hardware assisted read, write or access watchpoints.

Set unlimited software breakpoints when executing your application from RAM.

Getting Hardware:
The Black Magic Probe firmware supports a large selection host hardware. You can find an in
depth description of supported Debugger-Hardware on it's own wiki page. There is also "native"
hardware which you can buy from a few vendors, and it was specifically designed with Black
Magic Probe in mind.
The official Black Magic Probe hardware is available from these distributors in alphabetical
order:

DE: 1BitSquared Germany

NZ / AU: Greenstage

USA: 1BitSquared US Now the new BMPM V2

USA: Tag-Connect

USA: Transition Robotics

By buying the official hardware you are supporting the continued development of the Black
Magic Probe software. Thank you! :)

Contact:

If you have questions or suggestions feel free to join us on

There is also a mailinglist

Resources

Frequently Asked Questions

Getting Started

Debugging with GDB (gzipped pdf)

Gitter channel

Mailing list

Contact GitHub

API

Training

Shop

Blog

About

2016 GitHub, Inc.

Terms

Privacy

Security

Status

Help

Das könnte Ihnen auch gefallen