Skip to main content
  • Products
  • Evaluate our Software
  • Downloads
  • Free Utilities
  • Purchase
  • Silicon Vendors
  • Support
  • About Us
  • Blog
  • Forum
  • Search
  • Jobs
  • Newsletter
  • Blog
  • Contact
  • Shop
  • J-Link debug probes
  • J-Scope

    J-Scope
    Real-time data visualization

    J-Scope is a software to analyze and visualize data on a microcontroller in real-time, while the target is running.

    Contact us
    Downloads
    Documentation
    SEGGER Debug & Trace Probes
    1. 1.Licensing
    2. 2.System requirements
    3. 3.Getting started
    4. 4.Data acquisition methods
      1. 4.1.Data acquisition via RTT
      2. 4.2.Data acquisition via HSS
    5. 5.Supported targets
    6. 6.Model comparison
    7. 7.Latest news

    Overview

    It does not require features like SWO or any extra pin on the target, but uses the available standard debug port.

    J-Scope can show the value of multiple variables in an oscilloscope-like style. It reads an elf file and allows selection of a number of variables to visualize. You can simply connect the target microcontroller to your J-Link, flash your application and start J-Scope.

    With a few steps you can configure J-Scope, and select the symbols to be shown. The configuration can be stored in project files for easy re-use and portability.

    Each symbol selected in J-Scope can be configured separately. Move the graph up and down to change the zero-base-line or change its resolution. Choose whether to visualize the symbol in the graph or only show its value in the watch panel.

    Analyze the collected data, scroll through the visualized graphs, zoom in and out or save the data to a file for further analysis.

    J-Scope can be used in parallel to your debugging environment and extends your IDE's debugging experience.

    JScope Main Window

    Licensing

    J-Scope comes as part of the J-Link Software and Documentation Package. The software package is free for any J-Link or J-Trace device and can be downloaded here:

    DownloadJ-Link Software and Documentation Pack

    System requirements

    Supported OS
    WindowsMicrosoft Windows (x86/x64)
    macOSmacOS (x86/Apple Silicon)
    LinuxLinux (x86/x64/Arm)

    Getting started

    • Start J-Scope by double-clicking on the executable.
    • In the configuration dialog, select your elf-file. For most targets, the configuration does not have to be specified. If there are any problems, select your target device and configure the interface accordingly.
    • Click OK. The Symbol Selection Dialog opens.
    • Select the symbols of your application, you want to watch and analyze. Click OK to start J-Scope.

    Data sampling can be started via the record-button(red dot) in the toolbar. The configuration of elf-file and selected symbols can be saved into a J-Scope Project to be easily reused. J-Scope Projects can be opened via the menu or simply dropping them onto the executable.

    For more information about how to use J-Scope, please refer to the SEGGER Knowledge Base.

    JScope Config

    Data acquisition methods

    J-Scope provides two techniques of data acquisition:

    • SEGGER High-Speed-Sampling (HSS).
    • SEGGER Real-Time-Transfer (RTT). More info...

    Both do not need extra hardware on the target like the provide the SWO pin on Cortex-M targets, everything is done via the normal debug signals used for debug communication when debugging a target. Both acquisition methods require the target to support background memory access, meaning J-Link can access the memory of the target system while the application is running and without the need to stop the CPU. For a list of targets CPUs which support background memory access, please see below on this page. This allows non-intrusive analysis of the data without breaking any real-time behaviour of the target application. For best results and experience, a J-Link Pro / ULTRA+ is recommended.

    Data acquisition via RTT

    When using this technique, the target application performs the sampling of the data and stores the results in a RTT buffer, residing in the target's memory. J-Link periodically reads data from the RTT buffer and transfers it to the J-Scope application. In the following, the pro and contra of this technique are explained.

    Pros:

    • Allows much higher data throughput than HSS. Up to 2 MB/s can be achieved. Even with a small buffer of 512 bytes on the target, up to 1 MB/s can be achieved
    • Data acquisition is synchronous to the target application execution as the application decides when and what data is sampled
    • Location of variables does not need to be known to J-Scope. Location of RTT buffer is automatically detected by J-Scope on connect.
    • Timestamps etc. can be added to the data samples, allowing to set acquired data in a context to the target application execution state
    • No additional hardware (like an extra pin for SWO on Cortex-M) are needed

    Cons:

    • Requires instrumentation of the target application to provide a buffer and store sampling data to it where required
    • Small RTT buffer is required

    Data acquisition via HSS

    When using this technique, J-Link periodically reads data from specified addresses on the target in the background, in fixed intervals, and transfers the data to the J-Scope application. In the following, the pro and contra of this technique are explained.

    Pros:

    • Does not require any instrumentation of the target application. J-Scope can just attach to an existing application and start sampling
    • No additional hardware (like an extra pin for SWO on Cortex-M) are needed

    Cons:

    • Relatively low sampling frequency and max. data throughput compared to the RTT method.
    • Max. sampling frequency heavily depends on the J-Link model and number of variables being sampled. For a list of max. sampling frequency with 1 variable watched, please refer to the tab "Supported Targets"
    • Data acquisition happens in fixed intervalls and is asynchronous to the application execution making it not really possible to sync acquired data to the application execution state

    Supported targets

    J-Scope and HSS can be used with any target, which is supported by J-Link and allows background memory access while the target is running.

    CoreHSS
    ARM7, ARM9, ARM11

    Cortex-M0

    Cortex-M1

    Cortex-M3

    Cortex-M4

    Cortex-M7

    Cortex-M23

    Cortex-M33

    Cortex-M52

    Cortex-M55

    Cortex-M85

    Cortex-A, Cortex-R

    RX100

    RX200

    RX600

    RX700

    PIC32

    Model comparison

    J-Link ModelMax. no. of variablesMax. sampling frequency
    J-Link Pro (V4 or later)100Unlimited1
    J-Link ULTRA+ (V4 or later)100Unlimited1
    Other models101 kHz2

    1 Only limited by the bandwidth of the debug interface. Typical sampling frequency of one variable: > 10 kHz.

    2Max. sampling frequency is guaranteed for sampling one variable and for appropriate target interface speeds being selected (min. 1 MHz).
    Sampling more than one variable in parallel, may lead to a smaller max. sampling frequency. When this threshold of sampling frequency decrease is hit, depends on different factors (Number of variables to be sampled in parallel, size of each variable, selected target interface speed, ...)

    Latest news

    2025
    Sep.04
    J-Link
    SEGGER and Winbond logos with handshake graphic

    SEGGER establishes programming-support partnership with Winbond Electronics Corporation

    Effective immediately, SEGGER programming support is available for selected SPI flash-memory devices from Winbond Electronics Corporation. SEGGER's highly regarded J-Link and Flasher product lines are now fully compatible with Winbond's high-performance W25H, W25Q, and W25X SpiFlash® multi-input/-output (I/O) serial-flash-memory-unit families.

    [Read more...]

    All news

    • Knowledge Base
    • Release notes
    • Update notification
    • Pricing
    • Support
    • Silicon vendor resources
    • J-Link Prime

    Headquarters

    SEGGER Microcontroller GmbH

    Ecolab-Allee 5
    40789 Monheim am Rhein, Germany
    info@segger.com
    Tel.: +49-2173-99312-0
    Fax: +49-2173-99312-28

    Locations

    USA: SEGGER Microcontroller Systems LLC

    Boston area
    101 Suffolk Lane
    Gardner, MA 01440, USA
    us-east@segger.com
    Tel.: +1-978-874-0299
    Fax: +1-978-874-0599

    Silicon Valley
    Milpitas, CA 95035, USA
    us-west@segger.com
    Tel.: +1-408-767-4068

    China: SEGGER Microcontroller China Co., Ltd.

    Room 218, Block A, Dahongqiaoguoji
    No. 133 Xiulian Road
    Minhang District, Shanghai 201199, China
    china@segger.com
    Tel.: +86-133-619-907-60

    ISO 9001 certified

    ISO 9001

    30+ years of experience

    First-class embedded software tools since 1992
    • Imprint
    • Disclaimer
    • Code of Conduct
    • Privacy Policy
    © 2025 SEGGER - All rights reserved.