• Grouping all string Literals in one pool in the binary image
    Note: This was originally posted on 20th June 2013 at http://forums.arm.com I am currently ramping up on ARM DS-5. I want to know if it is possible to ensure that all string literals and constants in...
  • Cortex M3 - Literal-pool vs MOVW-MOVT when cache is present
    This question is a kind of survey: Hi folks, I know this subject, or almost the same, has already be presented, but I don't found an appropriate answer. First, a short reminder The Cortex-M3 instruction...
  • Grouping all string Literals in one pool in the binary image
    Note: This was originally posted on 20th June 2013 at http://forums.arm.com I am currently ramping up on ARM DS-5. I want to know if it is possible to ensure that all string literals and constants in...
  • Cortex M3 - Literal-pool vs MOVW-MOVT when cache is present
    This question is a kind of survey: Hi folks, I know this subject, or almost the same, has already be presented, but I don't found an appropriate answer. First, a short reminder The Cortex-M3 instruction...
  • Literal evaluation messed up
    When I write the following in uVision, mov A, -2000 I want A to contain 0x30, as -2000 is 0xF830. Instead it contains 0x05. Is there any predefined macro to be able to treat a literal as sixteen...