• ARM Compiler 6 (CLANG) and bit-banding
    Hi, did Compiler 6 CLANG drop support for bit-banding for Cortex M3 and M4 ? I can't find any reference to such a feature. Thank you, Marco
  • Clang static analyzer produces linker error L6007U
    I'm using Keil uVision v5.29 and ARM compiler v6.13.1 (ArmClang). I was looking for a static code analyzer and found that Clang includes a static analyzer that is run with the --analyze option (see http...
  • ARM Compiler V6 (Clang) license terms
    Hi, I was wondering if the V6 compiler (LLVM based) is free to use or it is required a license (uVision, DS-5, etc)? Assuming my customer doesn't work with ARM tools (for example, Eclipse open OCD...
  • error : Unknown type name "uint8_t"
    Hi, I am using keil uVision4. When i compile a keil project for STM32F10x controller it is showing the error :-error : Unknown type name "uint8_t" .In my project files the header "stdint.h" is not...
  • How to check images created by different ARM Compilers (Specifically CLANG 6.13.1 vs 6.12)
    Hi, I have a strange issue, that on a bootloading project of mine worked if compiled with ARM Compiler 6.12 but did not if compiled with 6.13.1. The function of the firmware is very simple: when it...