• 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
  • Arm Evaluation License: Unable to execute remote query (response code 503)
    Hello, I'm trying to get a 30 day evaluation license but keep getting the following error: Unable to execute remote query (response code 503) Is there a way around this? thank you, tolc
  • 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...
  • ARM DS5 Evaluation License
    Not able to download 30-Day Evaluation License from Eclipse DS5, result in the following error: >>> Unable to execute remote query (response code 502). Thanks in advance.
  • DS-5 Streamline call stacks with clang compiler
    To see call stacks in DS-5 Streamline we need to compile code with option -fno-omit-frame-pointer. This option is there for gcc. Is there an equivalent option for clang also? Our build system uses clang...