• how to store data at particular memory location using C in LPC2106
    how to store data at particular memory location using C in LPC2106
  • Storing variable in perment memory location in LPC2378
    Dear sirs I have one counter variable updating on every 1 second.I have to store that variable in perment memory location.so that I will use that counter after power OFF and ON hardware.but I want value...
  • Placing Constant at a particular address
    Hi, I need to place a constant array at code address 0x10000. When i say this it puts it in address 0x0000 leaving out the one and it conflicts with the code already present at 0x0000. Can someone tell...
  • 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...