• Data trace without source code
    Is there any way to dump the data trace using MDK, when only the execution binary is available, not the source code? If yes, can anyone point me to where to find such resource. Thanks, Kanad
  • Multiple const code segment in a single source file
    We have a sequencer which is in a fixed location in ROM (0xf000-0xffff). It is produced by an external process that creates C source code and is compiled and linked into the final ROM. This I have been...
  • Compiling through asm-source file. See any overlays?
    I've found lots of differences between direct compiling from C and compiling through assembler! This differences are in the dealing with functions' arguments. for example: When compiling directly from...
  • can not step through source code of included library
    Hi, I am using Keil to load an executable .elf image to Cortex m33 based device. The .elf image is generated outside Keil using makefile, so keil is used only to load this image to sram. This ...
  • Variables On Multiple Files
    C51: My Program code is distributed over multiple files, I want to access a variable declared in another file.