• 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...
  • local variables
    suppose if i declare a local variable, where it will be stored? RAM/ROM?
  • local variables in assembler
    Hi all, In my function, I use local variables, and everything works fine while I stay in C. But when I try to use the same variables in an assembler insertion in the same function, I get error A45:...
  • Local Variables missing
    Today seems to my day for oddities. I just started debugging some code that I've been working on for quite some time (this is a revision for a new model number) and now the Locals window remains blank...
  • Global Vs Local Variable
    I have all global variables in my project. Since RAM data size has almost become full, i wanted to replace some of the global variables with local variables in functions. But each local variable declaration...