• Placing sections at a specific address
    I used the following code to specify the address of variable bar at 0x4000 and the address of function fun at 0x8002000 . int bar __attribute__((section(".ARM.__at_0x4000"))); void fun(void) __attribute__...
  • placing code at specific address
    in main() I have two pieces of code - the first one needs to start at the beginning of main and it is very small the second one will be placed just after at the beginnig adddress + 200h can you tell...
  • How to place a 'function' using scatter file.
    i have to place one function at specific address using scatter file please give me any idea. Means i have 2 scatter file so i want to call from 1st scatter file to 2nd scatter file 'function'. in...
  • The "place a value at a specific address" problem
    Hi all, I just read the posts "variable" regarding the problem to position a value (or variable) at a specific address. These posts were related to C51, that's why I start a new thread here, to find...
  • Placing C constants at specific addresses
    I need to place a constant at a specific address, does anyone knows ow to do this????