• C274 - absolute specifier illegal
    I am trying to put the software version number (a string) in the code flash at a specific location. When I leave off the "_at_" specifying the address, it works just fine. When I include the "_at_" I...
  • how to location the start of a array at the specify address of RAM?
    how to location the start of a array at the specify address of RAM? Envirment:C51 ver:6.23 BL51 Ver:4.23
  • How to initialize an array at absolute location in code memory
    Hi, I've to modify a code previously written in Tasking compiler and at many places I find code like _rom USIGN08 TempTable[CAL_TEMPERATURES] _at(0xf35c)= { 0x0F,0x28,0x51,0x7A,0x8F }; Here...
  • array allocation takes more memory than that in chip
    i am using t89c51rd2 chip with flash memory. the program i use has large array allocation. i think it exceeds the internal memory of this chip. i use xternal memory also..but not helping. help me...
  • Writing to a specified memory location
    Hi , I am giving a small C program ..this is to find the factorial of a given number. I would like to know how i could write the output value " fact "to a specifed memory location (For example like...