Remote Target Debugging (Run-mode) Tutorial

In this example we demonstrate how to debug applications on a remote device using the CODA (Carbide On-device Debug Agent). This enables you to test programs on the actual device it will operate on while observing its behavior using the Carbide debugger.

CODA process flow

Figure 1. CODA process flow

The steps to do this include:

  1. Connect target device for PC
  2. Install CODA v4.x or later on the target device
  3. Configure project for downloading
  4. Debug project on target device

Other references