• coding variable to specific ROM location
    Hi Friends, I am using Phillips 89v51RD2 and i wish to code variables into specific memory address location inside the ROM of 89v51 as my application demands. Is it possible to do so?? If yes please...
  • coding variable to specific ROM location
    Hi Friends, I am using Phillips 89v51RD2 and i wish to code variables into specific memory address location inside the ROM of 89v51 as my application demands. Is it possible to do so?? If yes please...
  • How to assign initial values in code memory with specific location?
    I want to define some values in code memory with specific location. For example code unsigned char MyArray[] _at_ 0xF000 = {0x01, 0x02}; After that, I can use "MyArray[0]" and "MyArray[1]...
  • How to assign initial values in code memory with specific location?
    I want to define some values in code memory with specific location. For example code unsigned char MyArray[] _at_ 0xF000 = {0x01, 0x02}; After that, I can use "MyArray[0]" and "MyArray[1]...
  • Locating Variables to Specific Memory Location
    I wish to locate a structure to a specific memory range in External RAM. No other data can be allowed to use this memory range. What I am trying to do is to re-claim RAM for other purposes using...