• how to store a variable in a particular memory location
    we are designing DATA loggers for Railways. For that we are using 2468 ARM processor. while designing the system we have an issue that all local variables should be stored in INTERNAL RAM (64k) &...
  • 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...
  • storing two programs at different memory location
    Hello All, I want to write some algorithm (program) in C and store it in some specifc memory area .In between my assembly code I would like to call my C routine stored at specific memory location.I...
  • Locating members of a struct variable to absolute memory locations
    I would like to know if I can use "_at_" to locate struct members to absolute memory locations. For instance, I have a struct variable defined as following, xdata struct { unsigned char member1;...
  • lpc17xx store variable
    hello can i store some variables in lpc17xx flash? i think it is possible because flash is a type of non volatile memory. i wanted to store some hardware related information into flash that may not...