• 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 code at a specific address
    We are using the P87C51MC2 in extended memory. We are currently up to 512K bytes of code (ECODE). For test reasons I would like to locate code at a specific address. If I have main.obj, A.obj, B.obj...
  • Locating a variable to an specific address
    Hi, I'm trying to locate a variable to an specific address. There are three ways to do this: 1) using options of the file that have the variable and config the RAM area 2) unsigned int cont...
  • Locating a function to a specific start address - still don't understand
    Locating a function to a specific start address I still have problems with this issue. I have a function, Eobd_ADP_pf() , which I want to store starting at address 0x50000. I have seen the examples...
  • Library function LINK to specific address
    Hi all, i am using various function from "C166 run-time library". Example 'isdigit' from 'ctype.h'. At the time of linking i want to link this function at specific address. How i will go for...