• assign a specific rom location to a variable.
    hi all, I am using Keil uvision3 V3.51. With this can i locate a variable in code area of arm(lpc2129) intensionally? can i assign a specific address to a variable located in RAM?? waiting...
  • assign a specific rom location to a variable.
    hi all, I am using Keil uvision3 V3.51. With this can i locate a variable in code area of arm(lpc2129) intensionally? can i assign a specific address to a variable located in RAM?? waiting...
  • 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...
  • 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...
  • how to locate a code variable in a specific bank
    here is my prog: static code unsigned char ucMyArray[10]; I wanna locate the array ucMyArray in bank 12 .