• How to hide source code?
    Hello, I have a source code and header file that is used for multiple project. I want to hide-protect the source code being read by my coleagues for confidential purposes. I could use https://developer...
  • hide undefined #ifdef sections in µV4 editor
    Is is posible to hide undefined sections? in case of several possible controllers i use something like that: #define CONTR2 #ifdef CONTR1 ... #else #ifndef CONTR3 ... #endif ... #endif...
  • hide undefined #ifdef sections in µV4 editor
    Is is posible to hide undefined sections? in case of several possible controllers i use something like that: #define CONTR2 #ifdef CONTR1 ... #else #ifndef CONTR3 ... #endif ... #endif...
  • What is the rationale for uVision hiding all header files?
    As a C programmer I can't understand what is the rationale for uVision hiding all header files? Maybe I missed something ?
  • how to include moduls
    I, im beggining to learn keil µviosion2 software and i do not know how to include modul for example: the programm "main.c" contain " #include clock.h" ..... And the clock.h is not list in project...