• Debugging Cortex-M3 on HiKey Board with DS-5 and Dstream

    Hello, all.

    I'm trying to attach Dstream JTAG debugger to a Cortex-M3 core on HiKey Board with DS-5 v5.23.0 Ultimate Edition on Windows.

    I tried the following procedure but it took more than one minute to connect to the target.

    That is too slow to be…

  • MMU enabled while loading elf file with DS-5 debugger

    Hi,

    Used board : Freescale SABRE SD board with iMX6Q (A9 processor).

    Using Bare-metal code.

    Using ARM DS-5 stream to load the binary while u-boot is running.

    When I download the binary using the DS-5 debugger the MMU is enabled before launching the application…

  • Can ARM DS-5 debugger debug 2-core with different images via FVP?

    I am trying to develop an app that requires the communication between two cores. My question is, I have built two different images for two different cores (Cortex-M3 and Cortex-M4)  in axf format. I also have FVP model that includes two cores (Cortex…

  • Could not initialize class com.arm.productconfig.flex.X86FlexWrapper on DSTREAM connect

    I am seeing a failure to connect to the DSTREAM debugger from DS-5 version 5.20

    Just upgraded the debugger firmware to 4.20 which came with this DS-5 version.  When I double-click to connect I get this error.  Can't find any history on this problem.  Anyone…

  • Upgrade to 5.20 and plugins fail to load, how to fix?

    1

    1

    One of the errors I see:

    Plug-in com.arm.debugger.ux was unable to load class com.arm.debugger.views.control.ControlView.

    I installed 5.20 as an upgrade to 5.17 and it seems as if none of the plugins will work now.  Can't open up Debugger view, etc.…

  • DSTREAM supported list of Debuggers

    Hi,

    I know that DSTREAM may work best with DS-5 studio. But out of curiosity, will this debug/trace unit work with some other (maybe free?) combinations of tools like GDB + OpenOCD? On its documentation it says DSTREAM "supports" 3rd party debuggers, but…

  • DS-5 Debugger : How to add peripherals memory mapped registers of a Freescale i.MX25 ?

    Hi,

    I am debugging a software in a board based on a Freescale i.MX25 CPU.

    But default debug configurations does not embed the memory mapped registers of the peripherals of the CPU. I am not able to see the peripherals registers value.

    I have tried to create…

  • DS 5 ultimate debugger error TAB89-TAB180

    Hi

    I am getting following error from DS5 ultimate version, while launching the startup_AEMv8x4_FVP at the debugger

    set semihosting enabled off

    set semihosting file-base E:\DS5\Baremetal

    set semihosting enabled on

    ERROR(TAB89-TAB180):

    ! Could not change semihosting…

  • DS-5 Debugger hang issue, while debugging c/c++  application on Baremetal cortex-A8 using RTSM model?

    I am using DS5 Evaluation version. I am trying to debug baremetal cortex-A8 executable.The debugger freezes when it tries to connect with Baremetal Cortex-A8 RTSM model?

    How to resolve the hang issue?

  • How to connect ARM-DS debugger to Qemu

    Hi All,

    Qemu is a machine emulator software with inbuilt GDB server support for remote debugging through TCP.

    I am trying emulate VerstailePB board and boot linux kernel over it . I am freezing the execution of cpu after restart and connecting it from…