• Including nested folders in Keil
    I have been trying to implement a GitHub (non-Keil) project into Keil uVision 5. Problem is, the project is quite a large file structure with .c and .h files all over the place. Do I have to manually...
  • setting keil/mdk include folders really bothers
    when we want to add mdk include folders, we have to select one by one, is there any configuration files where we can copy and paste the path of header files? For example ,when I set up PC-Lint Options...
  • about sub instruction
    Note: This was originally posted on 25th July 2012 at http://forums.arm.com I am a new guy come to arm and I come across an instruction "SUB  \reg0, \reg0, \reg1, lsl #STACK_BITS_PER_CPU". In other assembly...
  • 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...