• __weak and CLANG
    In cmsis_armclang.h there is a macro #ifndef __WEAK #define __WEAK __attribute__((weak)) #endif That I guess is supposed to help migration... However, for example for STM32F4, the Keil...
  • 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...
  • 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,...
  • Clang Format integration with KEIL
    Is there an easy way to parse/use a clang-format file with KEIL?
  • 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__...