• 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...
  • 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
  • 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 ...
  • uVision multiple output file
    Hi all, I'm working with uVision2 v2.4 and I want to know if there's a way to define multiple output file names according to precompilation process. For example somthing like that: #ifdef _ED_ output_file_name...