• run error when use __weak to define function
    HI,i want use __weak to define function and create a project like follow: in file main.c void weakFunctioin(void){ logInfo("print nonWeakFunction\r\n"); return; } int main(void){ logInit...
  • Clang is adpoted by ARM
    Hi Experts, I could find that the recent compiler versions uses the Clang instead of GCC in the ARM compiler. Can I get few key points in using the Clang and getting much more benefit from it ? Regards...
  • Clang Format integration with KEIL
    Is there an easy way to parse/use a clang-format file with KEIL?
  • ARM CLang v6.12: there is bug?
    Good day! I am use Keil uVision v5.28, CLang v6.12. I noticed an interesting feature on the '-Os balanced' and '-O1' optimization levels. My code static void Write(SPI_TypeDef *spi, u16 addr,...
  • 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__...