• __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?
  • How to use the Arm Cortex-M55 Processor with the open-source CMSIS library
    Arm recently announced the Cortex-M55 processor, the first to feature Arm Helium technology , also known as the M-Profile Vector Extensions (MVE), introduced with the Armv8.1-M architecture . The vector...