• Problems with placing a variable in a named section with scatter-loading
    Hello I'm having problems placing a variable in a named section with scatter-loading. I'm following Placing functions and data at specific addresses and I can actually see the new section in the map...
  • How to place assembler function in ram
    a function could be placed in ram by assigning the __ram switch. How to do this for assembler functions? //********************************************************************* // 32*32 bit signed...
  • In a scatter file explicitly place variable initializer values in a flash region
    Hi, Is there a way to explicitly place variable initializer values in a defined flash region using scatter files? For example, using the scatter file below, LOAD_ROM 0x0000 0x8000 ; Name...
  • Placing the sections in a special address. (Scatter file & Assembly code)
    Hi, I want use my codes and tables in rom special address. For example; Vectors and handler routines begin from ox0800.000 to 0x0800.0FFF This area also may include some tables and ltorg...
  • Mechanism the linker uses to place code using the scatter file
    Hi, I've heard of different mechanisms used to put an image into various locations on a demo boards memory (in my cse its a Cortex M-4 board but this may my question may be processor independent...