• How to access local C variables in Inline-Assembly?
    How do I access local C variables in Keil using ARM inline Assembly?
  • __attribute((used))has been declared, but the variable is still deleted when linking
    test code: int TestMain() { g_TestTest++; return 0; } #pragma clang section rodata=".rti_fn.6" __attribute((used)) const init_fn_t __rt_init_TestMain = TestMain; #pragma clang section rodata="" ...
  • Branch to a label in inline assembly
    Hi All, I have a label, say "XXX" in the startup assembly code. Later if I want to jump to label "XXX" in the inline assembly by using __asm{ B XXX } The ARMCC compile in Keil MDK complains " the label...
  • 6 ARM Compiler tutorials to help you write better software
    Gain a deeper understanding of the ARM ® Compiler and the optimization techniques it uses. By understanding how to control these optimizations, your code can benefit from speed increases, size savings...
  • Hi, I need RVCT V3.1 569 Any idea how / where can I get it?
    Would need it for a quite new project that involves an older firmware.