• Locate a function to a specific start address
    Which linker control can I use if I want to locate a function to a specific start address? Thanks!
  • i don't understand the syntax ((typedef *) address value)
    hi Everybody, i copy and paste a line of code bellow as an example: "#define USB (( USB_TypeDef *) USB_BASE)" ( suppose #define USB_BASE 0x0C000 ) i don't understand the "(( USB_TypeDef...
  • 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 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...
  • 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...