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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
Hi,
i think my screenshot describes my problem clearly, i couldn't understand why it says <not in scope>

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…
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…
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…
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,
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…
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,…
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…
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…
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…
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…
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?
Hello,
I am new to DS-5 and trying to finish the first tutorial below.
At 3-f in the tutorial, I've…
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…
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…