• 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...
  • write Functions at specific locations
    Hi All, I am trying to write functions at specific locations. I am using KEIL 4 IDE ... and LPC2478 Though I could find a keyword "FIXED" which says one can write function at specific locations...
  • writing to specific flash location
    Hi, I am trying to write to specific flash memory location of ARM Cortex M3 controller from NXP and ST. I want that 4 bytes of data is always written to memory location 0x2fc everytime by the linker...
  • Writing to a Specific Program Memory Location in C for an ISR
    I'm attempting to use the timer 1 ISR for the ADuC814. In assembly I easily use the ORG directive to write to the address that the PC jumps to when the interupt is set. How do I do the equivalent in...
  • Locating half of source code to specific memory section
    Hello, I want to split my program, so that about half of my c modules are linked starting from 0 and the other half starting from 0x4000. I configured the L166 to "use linker control file" (project...