• Command line build (UV2 -b projectt) starts UV2 in windowed mode
    When performing a command line build using UV2 -b project , the toolset starts up in windowed mode, compiles the project and then exits. This is a nuisance, but not a real problem. However are there...
  • Command line build (UV2 -b projectt) starts UV2 in windowed mode
    When performing a command line build using UV2 -b project , the toolset starts up in windowed mode, compiles the project and then exits. This is a nuisance, but not a real problem. However are there...
  • Preprocessor greyedout
    At the moment I'm evaluating the Keil5 ide. In Coocox the compiler will gray out the unused preprocessor code, is very handy. Can't find this option in Keil uvision 5, how do you guys do that? How...
  • Preprocessor directives
    Hello together, I'm coding a simple UART-Application on the MCBSTM32 eval board and have problems with the preprocessor directives. I studied the whole documentation here and I'm pretty sure I'm...
  • C166 preprocessor
    Hi all, Is there an official specification of the Keil C166 preprocessor output? We're currently using 3.12. - Do lines always start with #line or can there be whitespace in front of #line? ...