• Unicode strings in ARM
    Hi, I've read that ARM compiler does not convert strings to Unicode. Is there a way to store strings in memory/code as Unicode (either UTF-8 or 16)? Also, I couldn't find documentation about...
  • Unicode strings in ARM
    Hi, I've read that ARM compiler does not convert strings to Unicode. Is there a way to store strings in memory/code as Unicode (either UTF-8 or 16)? Also, I couldn't find documentation about...
  • Identify Storage of String Literals in Mapfile
    Is it possible to identify the storage of String Literals from the mapfile? I asume they will be in the ?CO? segment for the module? eg, void func( void ) { code unsigned int NumConst = 1; printf...
  • Identify Storage of String Literals in Mapfile
    Is it possible to identify the storage of String Literals from the mapfile? I asume they will be in the ?CO? segment for the module? eg, void func( void ) { code unsigned int NumConst = 1; printf...
  • Armclang 6 C/C++- placing string literals into RAM possible ?
    Hello, on one of our projects on an STM32F4 device we have more RAM but we are short on ROM space. Our C/C++ strings are complied into ROM, as usual. I noticed and tested that if I make initialized...