• Conditional Compile
    I am using version 6.0 with a GNU makefile. I have conditional code (both *.C and *.A51)I want to enable/disable through the make file on the command line. I am using the #ifdef DEBUG #endif // for...
  • Conditional compilation
    Hi, I am currently trying to get my code support two different type of LCD display, the only difference is the hardware level driver, so condional compilation directive has to be introduced. #ifdef...
  • Conditional Breakpoint Error in keil
    Hi All, I need to set an conditional breakpoint to identify the location of the memory overwrite on a variable. So I am trying to place a breakpoint with Expression as mentioned below, sabcAppQue...
  • if condition
    Hello, I was compiling my firmware program written in C using Keil microVision2 V2.4 compiler. The target is c8051F120 microcontroller. I noticed that the compiler accepted the following: if...
  • Condition compile output files
    Hi there, Is there a way to have the Keil IDE output different hex and map filenames based on some conditional #if defined(x) like in conditional compilations? Thanks