• array of constants in flash memory
    Hello! I need to use a large table of const in my project. I need to locate this constants in concrete adresses on Flash and to access const value by pointing to adress. What is the simpliest way to do...
  • Constant variable
    I have declared around 15 variables as, code constant float var1 = 1.0; code constant float var2 = 3.5; . . . . when i see my file.m51 the file is showing these variables are located in xdata...
  • Importing constants
    How to import to a *.c file a constant defined in a *.asm file with EQU directive ?
  • Question on constants
    Hallo, i have not understand the difference of locating constants in the following example: Txt1 is located in Rom, while Txt2 (declared inside a function) is a variable in Ram and will be copied in...
  • Constant Strings
    I have several constant strings that I defined as follows: const u8 *Stringname = "StringContent"; At some stage if I add one more string, the uC stops working. I have more than enough code memory...