• how to move depency files into a subdirectory
    uVision generates a depency file (e.g. "myTarget.dep"). This file is located in the root directory of the project. Is there any possibility to "move" these files into any subdirectory similar to the...
  • #include file in a subdirectory
    Hi, I'm using the C166 compiler. I'm trying to restructure a project, and wanted to put serveral related files in a subdirectory, say "thing". We have several source and header files that look like...
  • how to easily locate constant in bank easily?
    Hi folk I am developing a huge application of 64K * 4 using 4 banks on Keil 7.01 Consider the following scenerio: I have over 20 modules (over 20 c source files) in each of the banks. And in...
  • How to print osStatus_t defines easily?
    I am trying to debug a code that was written with little error checking. I want to output via debug printf what the functions have returned, so whether threads were suspended or not. In this case the...
  • How to (easily) flash a custom .hex file with debugger?
    Hello, I am developping on a firmware using a bootloader which verifies main application's CRC prior to let it start. To do this, I am generating an extra .hex file with data for bootloader added to...