• Target configuration detection not working

    I am trying to debug a project and keep getting the error "Cannot get configuration options for target.", and the reason given is "Failed to automatically detect what devices are present."

    I get as far as "Reading ROM Tables" before…

  • DS5-debugger cannot connect to target

    I'm trying to test the DS5-debugger, I have ARM development studio professional edition with an evaluation license. For this purpose, I'm following this tutorial https://developer.arm.com/tools-and-software/embedded/legacy-tools/ds-5-development…

  • How can I debug two A53 cores in DS-5 tool

    Dear all,

    I want to debug our Soc chip with DS-5 tool, the SoC has two Cortex-A53 cores.
    When I debug Bare-metal code in DS-5, I only can debug one of two A53 with Bare-metal code ,
    Any one of two A53 can run exactly. When I debug two A53 at the same time…

  • Does armv8 foundation model built in ds5 support multicore?

    Hi guys,

    When I using ds5 with armv8 foundation model, I noticed that it's armv8-Ax1, seems only 1 core is supported. I do have another separate download of v8 foundation model installed, which supports 4 cores.

    My questions is, is is possible to…

  • el2 debugging

    Hi guys,

    I'm trying to debug a hypervisor program at EL2 on QEMU with gdb, and a few questions coming up.

    I can step thru the code at EL1 before hitting the hvc instruction, once that instruction invoked, the gdb hangs.

    I read the spec, and follow…

  • DS-5 debugger hover functionality not working

    I'm using the DS-5 debugger in eclipse in Ubuntu with FVP models and when stopped at a breakpoint, when I hover a variable it shows me its declaration and not its current value. Does somebody know how to fix this?

  • Failed to create Jython interpreter

    Hello,

    I am new to DS-5 and trying to finish the first tutorial below.

    https://developer.arm.com/products/software-development-tools/ds-5-development-studio/resources/tutorials/getting-started-with-ds-5-development-studio

    At 3-f in the tutorial, I've…

  • DS-5 bare metal wait error after run "debug"

    I tried to run the bare metal script ("Hello World ANSI C Project - ARM Compiler 5 DS-5 built-in") on DS-5 debug software. However, it hangs on somewhere on "wait" commands as below which is not yet reached the breakpoint on main function. Notes, it could…

  • DS-5 Breakpoints not working on code loaded from QSPI

     have a project that I built/debugged just fine when I connect to my hardware (Intel Cyclone V FPGA on a custom board). Now, when I put my executable, the same one with debugging symbols and all, into a QSPI flash memory and boot it, I would expect I could…

  • Raspberry PI 3 DSTREAM JTAG debugging

    I have trouble with RPi-3 bare metal debugging. I use DSTREAM unit with DS-5 (upgraded, the latest version).

    1. U-boot was added a startup code that sets up GPIO pins to support JTAG connection

    2. DS-5 properly does boundary scanning, result is similar…

  • loadfile option for 32 bit access only

    Hi,

    I use the loadfile command in DStream to laod program elf that contains code and data for several cores (M4, A53,..) and also some extensa core.

    For this core the data must be written on 32 bits only.

    It sounds the loadfile just write bytes.

    Other debugger…

  • Plot and export variables during debug

    I've just started using DS-5 to develop for Vybrid.

    During the debug I have some variables added to Expressions view. Some of them are C arrays.

    I need to show these arrays as plots (charts) and to export them in text files (for example csv) to load…

  • Debug server for multiple cores SOC

    Hi,

    I see the latest feature in DS5 v5.27 concerning the possibility to open a debug server.

    I successfully connect to one CPU core on my SOC remotly, by ethernet, but how to open multiple servers, on distinct CPUs?

    I try to use different port numbers…

  • Breakpoints numbering issue

    Hi

    When  I remove some breakpoints in my code, and  re enable it just after  I have a non constant breakpoint index

    For example:

    Execution stopped in Thread mode at 0x1FFE447A
    0x1FFE447A   9,0   return result;
    break -p "I:/try_env/src/tests/D_IP_ISI_SYN/imx8qm…

  • DS5 DEBUGGER ERROR(CMD441-TAD1-NAL85)

    What does the following error message mean?!

    ERROR(CMD441-TAD1-NAL85):
    OS has locked out debug during OS save restore.

  • DS-5 debugger doesn't work

    DS-5 debugger doesn't work. In Run->Debug Configurationn->DS-5 Debugger-> New Configuration, the button Debug is always in grey, can't be clicked. I tried both floating license and 30-trial license. 

    The License Manager Diagnostics shows…

  • Debug Registers

    What is the usecases of peripheral ID and component ID registers?

  • DAP Related question

    What is the limit of DAP means hw many BST instruction it can excute ?

  • DAP

    What is the meaning of below BST Code :-

    BST "DAP_READ_AP  AXI0 0x00 0x30806012"

    BST "DAP_READ_AP  AXI0 0xfc 0x04770004 0xf0000000"

  • RDDI Trace Clock Error

    Hello,

    I am writing a program using the RDDI API to stream trace from a DSTREAM-ST. The problem is that whenever I start up the DSTREAM-ST and then connect using RDDI from my program, the connection works fine, but once I begin tracing, the TRC_CLK light…

  • How do I debug NXP-iMX7 SABRE board using MD-5?

    I am trying to connect to NXP iMX7 SABRE board using usb cable as a serial connection.

    How should I configure the debugger to connect?

  • Connect with Custom Board (am5726 SoC) using DStream

    Hi 

    I am using custom board (am5726) with DStream and unable to connect (RVC file is attached)

    tmdsevm572x_a15 (2).txt
    <?xml version="1.0"?>
    
    <?RVConfigUtility MajorVersion = "0" MinorVersion = "0" PatchVersion = "0"?>
    <RVConfigUtility>
       <redistributable…

  • losing execution highlight after a few step thru while debugging

    Hi guys,

    I was debugging a bare metal program in DS-5 with Cortex-A15 FVP. Debugger works pretty well for the first half every time when I debug the program. But then loses source highlight on execution line. The program is alive when this happens, and…

  • DS-5 CE Hello World debugging error

    I'm following the guide here (Getting started with DS-5 CE and ARMv8 Foundation Platform), on Windows 7. I've added the Linaro aarch64-elf toolchain -- there were two (I believe) symbolic link errors extracting it to Windows, but I can compile a Hello…