• How to load sections to LMA, not VMA, during debugging with elf file?
    Please help me on ARM DS-5 development.  I am debugging a baremetal firmware.  I compiled and linked it so that its data section's VMA is not equal to its LMA, to save space.  Now when loading elf for...
  • Can't debug a project
    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...
  • 'Step' and 'Step Over' doesn't work while debugging
    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...
  • 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...
  • 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...