• Sub classes in NDATA class
    Problem: Is there a way to define groups of variables in different modules and then to force the linker to locate all these in one contiguous memory region. This would be helpful for parameter-variables...
  • Sub String in Pre-Processor?
    Does anyone know how to get the pre-processor to spit out a substring? In this case, I want to include only the year from the __DATE__ macro. Something like: #define YEAR=substr(8,4,__DATE__) const...
  • include sub folder
    Hello, My code is located in multiple folders. All of these folder have multiple subfolders. When I setup my include paths I have to specify all subfolders separately. Is there some sort of...
  • RL WEB URL in sub directory
    Hello, I am new to KEIL RL and am trying to build a set of WEB contents using RL WEB feature, and have questions about URLs as in sub-directories. I have successfully build fundamental index...
  • Compiler doesn't implement "Conditional Execution Instruction" (e.g. SUBS). Why ?
    Hello, In the excellent textbook ARM System Developer's Guide: Designing and Optimizing System Software (Andrew N. Sloss, Dominic Symes, Chris Wright - Elsevier, 2004) there is example on the page 115...