• Why variables wtth prefix of code are put in CONST area by Keil
    Hi , I have one question for keil compiler. Originally, in the compile result for my project, CONST size is 0 and all of variables with prefix of code are put in CODE area by compiler. But...
  • Why variables wtth prefix of code are put in CONST area by Keil
    Hi , I have one question for keil compiler. Originally, in the compile result for my project, CONST size is 0 and all of variables with prefix of code are put in CODE area by compiler. But...
  • Nuvoton ARM Cortex-M0. How to put a const char string into ROM region?
    Hi, I can not get through with ROM -based constants. When I put a definition: const char txtParcer_OK[] = "ok! this is sample message ..."; the compiler resides the message in RAM area...
  • Nuvoton ARM Cortex-M0. How to put a const char string into ROM region?
    Hi, I can not get through with ROM -based constants. When I put a definition: const char txtParcer_OK[] = "ok! this is sample message ..."; the compiler resides the message in RAM area...
  • Easy way to put a global C++ class into ZI segment (init to zero)?
    Hi, I am just doing some first test with C++ for my STM32F4 controller (coming from C programming - I did not use C++ for controllers before, only for Windows programming). I want to use mainly...