• dynamic syntax check use clang?
    uVision version is V5.26 ARM Compiler version is V5 #ifdef __clang__ code... #endif The code is not gray,as if __clang__ is pre-defined, but i use armcc. I try __clang_major__ and __clang_minor__...
  • Dynamic syntax checking not working with include path in via file
    Since we have several projects in our Keil environment we were annoyed to add a new include serach path to each project manually so we decided to put them into a via file which is used by all projects...
  • Dynamic Syntax Checking shows errors for switch case statement
    In the µVision editor(v5.13.0.0), the Dynamic Syntax Checking shows me an error for this switch case statement. Here is an example: switch (i) { case (int)("AB"[0]): break; default: break; } ...
  • Dynamic syntax check red line does not disappear after correction
    Hello everybody, When I write a C code in a large file (more than 10,000 line code), I face a strange problem. The red line under the words which appear in dynamic syntax check feature, will not disappear...
  • uVision5: "Dynamic syntax check / Code completion module error: deactiv"
    Hi, when I start uVision5, then I get this error message in the status line: "Dynamic syntax check / Code completion module error: deactiv". The "deactiv" looks strange - the v somehow cut (althought...