• What C++ standard does ARMCC support and why does this template not instantiated?
    Hi all, I have a project with C and C++, I'm compiling it with armcc v5.06 (Keil uVision 5): --c99 -c --cpu Cortex-M4.fp -g -O3 --apcs=interwork --split_sections -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver...
  • What C++ standard does ARMCC support and why does this template not instantiated?
    Hi all, I have a project with C and C++, I'm compiling it with armcc v5.06 (Keil uVision 5): --c99 -c --cpu Cortex-M4.fp -g -O3 --apcs=interwork --split_sections -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver...
  • 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...
  • Adding Unicode string literals
    Hi everyone, I have a question about adding support for foreign languages in my product (touch display). I want to add Chinese/Russian/German and a few other languages. My code workflow is as follows...
  • 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...