• 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...
  • Placing C constants at specific addresses
    I need to place a constant at a specific address, does anyone knows ow to do this????
  • Placing Variables in Section
    Hi, How to place variables in existing section eg. LR_IROM1 0x00000000 0x00080000 { ; load region size_region ER_IROM1 0x00000000 0x00080000 { ; load address = execution address *.o (RESET, +First...
  • 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...
  • Can't place section first in ram?
    I am attempting to place a section at the first address in ram. However, the linker always puts the section second in ram. Here is my scatter file: LR_IROM1 0x00000000 0x00004000 { ; load region...