• about defining charactre arrays
    hey i a working at insignia technologies and i have a problem with defining character arrays actually i am programming a 89C51RD2 chip using flash magic and i have a problem with programs that have...
  • Strange question about Array
    I declare a array, and set the value. ubyte i,ubData[3]; for(i=0;i<3;i++) ubData[i]=i; I debug this program ,the value of array element is correct. But when i download the program into flash...
  • Strange question about Array
    I declare a array, and set the value. ubyte i,ubData[3]; for(i=0;i<3;i++) ubData[i]=i; I debug this program ,the value of array element is correct. But when i download the program into flash...
  • about defining charactre arrays
    hey i a working at insignia technologies and i have a problem with defining character arrays actually i am programming a 89C51RD2 chip using flash magic and i have a problem with programs that have...
  • array of variables in RAM
    I need to plase a buffer of 128 byte to absolute address at RAM (e.g. 0xC7FE) with any time write/read access. It is array of unsigned int of 64 words. How to do it in C-code, not in linker? How to use...