Arduino Due

From SEGGER Wiki
Revision as of 15:59, 30 September 2020 by Nino (talk | contribs) (Created page with " This article describes how a J-Link probe can be used together with an Arduino Due board. == Minimum requirements == * Any [https://www.segger.com/products/debug-probes/j-li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article describes how a J-Link probe can be used together with an Arduino Due board.

Minimum requirements

Preparing for J-Link

As the Arduino Due board comes with a presoldered 10-pin debug connector labled JTAG all you need is a connector/adapter for that interface. If you are using the full size or compact models of J-Link the 9-Pin Cortex-M Adapter can be used. In this example we are using a J-Link Plus Compact. The resulting connection will then look like this:

Due Wired.png

  • Power the board via one of the USB-Mini ports
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Due Connect.png

Debugging in SEGGER Embedded Studio

Example projects for SEGGER Embedded Studio

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Arduino Due board. It is a simple Hello World sample and can be downloaded here:

Hello World sample