• Target configuration detection not working

    JakeSays
    JakeSays

    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…

    • 19 days ago
    • Software Tools
    • Arm Development Studio forum
  • Reverse engeneering / debug / emulate .bin stripped firmware

    davidtgbe
    davidtgbe

    Hello,

    I am trying to find out GPIO mapping on a board with an STM32F407 (which firmware function is related to which GPIO). I know I could do it using a LA, but pins are note very accesible.

    I have no access to source code so... I only have a firmware…

    • 1 month ago
    • Software Tools
    • Keil forum
  • Program does not run with optimization disabled, except if debugging

    Enzo Redivo
    Enzo Redivo

    Hello.

    I've been having issues with a program of mine that works perfectly fine while running with optimizations enabled but if I disable it, it doesn't seem to get to main, the only exception being running in debug mode.  I have set up the pins…

    • 1 month ago
    • Software Tools
    • Keil forum
  • Cannot step over empty FOR loop

    David Torres
    David Torres

    Dear all,

    I'm currently evaluating uVision4.74 as a preparation for a course in embedded systems, so we would like to test the simulation capabilities of this IDE for the TM4C123GH6PM microcontroller. So far the debugging tools are great, however when…

    • 2 months ago
    • Software Tools
    • Keil forum
  • Debugging and Optimizing Performance of Applications on AWS Graviton2

    Florent Lebeau
    Florent Lebeau

    If you like movies, you may spend a lot of time browsing which one you are going to watch next… What if we ask the world for advice?

    Let us use one of the many movie review databases available online. In this article, we are going to write a simple…

    • 28 days ago
    • Software Tools
    • Tools, Software and IDEs blog
  • Flash download routine for Custom SOC with Cortex M0

    eugch
    eugch

    Our team has developed a custom SoC with embedded flash blocks and a Cortex M0. Given that the code flash download routine will have to be customized, I am looking for some help and information on how to get started. The SoC as a 2 wire SWD interface…

    • 5 months ago
    • Software Tools
    • Keil forum
  • Can't debug a project

    Aikuka
    Aikuka

    Hello

    I’ve been using my STM32L053 DISCOVERY board for a few months. It worked until yesterday. I wrote a program to write a 4 char array to eeprom, under my lecturers supervision, and suddenly my and four of my student mates boards “crashed“ during debugging…

    • Answered
    • 6 months ago
    • Software Tools
    • Keil forum
  • DS5-debugger cannot connect to target

    TakiEddine
    TakiEddine

    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…

    • Answered
    • 6 months ago
    • Software Tools
    • Arm Development Studio forum
  • KEIL debugger behavior different on two different computers - using STM32F303K8 Nucleo board

    daveanderson130
    daveanderson130

    I am developing simple applications for the STM32F303k8 Nucleo board. I have the same version of KEIL uvision and MDK-Lite (5.28.0.0) installed on both a personal computer and a networked computer at my institution. I have developed simple code to test…

    • 8 months ago
    • Software Tools
    • Keil forum
  • I can't see my variable in watch. <not in scope> error.

    hernancrespo89
    hernancrespo89

    Hi,

    i think my screenshot describes my problem clearly, i couldn't understand why it says <not in scope>

    Note: my optimization level is 0

    • Answered
    • 8 months ago
    • Software Tools
    • Keil forum
  • My program doesn't run when i download but it runs when i debug

    hernancrespo89
    hernancrespo89

    Hi,

    i did my configuration using CubeMX. Then i wrote this simple program.

    HAL_GPIO_TogglePin(GPIOD,GPIO_PIN_14);
    HAL_Delay(1000);

    I builded and downloaded my program and nothing happened. Then, i started debug session and i clicked run  and program worked…

    • Answered
    • 8 months ago
    • Software Tools
    • Keil forum
  • 'Step' and 'Step Over' doesn't work while debugging

    hernancrespo89
    hernancrespo89

    Hi,

    i am new with Keil and STM32F407VG. I tried to run a simple code (blinking 4 leds). And it worked with no problem. Afterwards, i tried to learn some simple debugging basics.

    And I can't reach breakpoint when i press 'Run'. 

    Here is my try…

    • 8 months ago
    • Software Tools
    • Keil forum
  • Debugging a compiled file compiled on Eclipse

    Alan.Blumenstein
    Alan.Blumenstein

    Hi everyone,

    I'm trying to debug a file compiled in Eclipse with the uVision version V5.14.0.0 in a microcontroller STR912FAW47. I can insert breakpoints in the assembler windows but the option is disable when I try to do the same in the windows with…

    • 9 months ago
    • Software Tools
    • Keil forum
  • How to change program counter in a C program?

    SreenadhS SreenadhS
    SreenadhS SreenadhS
    Note: This was originally posted on 7th January 2008 at http://forums.arm.com

    How to change program counter in a C program?
    • over 6 years ago
    • Software Tools
    • Arm Compilers forum
  • How to update the firmware of DSTREAM? Which tool to use exactly? I am not getting sufficient information on web.

    jagdish
    jagdish

    I am trying to debug my code using DSTREAM. DS-5 version is 5.24.1. I am getting error related to DSTREAM firmware and asking me to update it's firmware.

    For that, I am not getting sufficient information on web.

    for example, on below link,

    ARM Information…

    • over 3 years ago
    • Software Tools
    • Arm Development Studio forum
  • Code is not run after loading into chip

    Toolchain missing
    Toolchain missing

    Hi,

    Thanks to member for the solution providing.

    I have generate led blinking project for MDK ARM Keil uvision5.25 using STM32CUbeX IDE. 
    Project is compiled successfully with 0 error and  load successfully into STM32L151CB microcontroller via ST-LINK/V2…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • in debug mode, won't enter main()

    Peter Choudek
    Peter Choudek

    Hello,

    I am looking for some help with my Keil uVision 5.27.  I am able to run some example code for my chip that I downloaded from NXP.  I have 0 errors and 0 warnings.  I am able to go into the debug mode, but when I set a breakpoint in the main code,…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • How can I debug two A53 cores in DS-5 tool

    DriverLike
    DriverLike

    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…

    • Answered
    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • Does armv8 foundation model built in ds5 support multicore?

    fshark
    fshark

    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…

    • Answered
    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • el2 debugging

    fshark
    fshark

    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…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • Debug an INVPC exception

    safeg
    safeg

    Hi. I have an INVPC exception that I am trying to debug on a Cortex M4 STM32. The stack contains the following values:

    0x08003555 xPSR
    0x08006824 PC
    0x08006824 LR
    0x00000000 R12
    0x08003341 R3
    0x08006824 R2
    0xFFFFFFFD R2
    0x0000FFFF R0

    The PC and LR both point…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • DS-5 debugger hover functionality not working

    josecm
    josecm

    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?

    • Answered
    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • Failed to create Jython interpreter

    Sung
    Sung

    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…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • DS-5 bare metal wait error after run "debug"

    CKO
    CKO

    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…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • DS-5 Breakpoints not working on code loaded from QSPI

    bsnGuy
    bsnGuy

     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…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • View related content from anywhere
  • More
  • Cancel
>