• static inline function error
    Gentlemen, I'm getting an error when I declare a function static inline. Could anyone give me a hand and try telling me why. the following function gives an error: static inline int test(void...
  • static inline function error
    Gentlemen, I'm getting an error when I declare a function static inline. Could anyone give me a hand and try telling me why. the following function gives an error: static inline int test(void...
  • #include in C51 retrieves wrong header file
    I am designing a project using the Keil C51 V7.50 and uVision 3 IDE V3.10a on a Silicon Labs C8051F046 MCU. My project contains source file foo.c, which contains a directive: #include "foo.h" ...
  • #include in C51 retrieves wrong header file
    I am designing a project using the Keil C51 V7.50 and uVision 3 IDE V3.10a on a Silicon Labs C8051F046 MCU. My project contains source file foo.c, which contains a directive: #include "foo.h" ...
  • merging coverage files
    I have a handful of people testing a program that needs full coverage testing. Is there any way of merging coverage data files to aggregate multiple files into one?