• Question about "EMPTY" section in scatter file
    Hi, I am trying to define a 64 byte memory block in RAM to hold some variables that need to be initialised. I would like to have the rest (unused) bytes of the 64 byte block to be "filled" with...
  • 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...
  • How c code to get the address by customized section name that is in scatter file?
    In Keil MDK-ARM. I can not get the address by the section name in my c code. Although www.keil.com/.../armlink_pge1362065958198.htm give some explanation, but when I following this method, the compiler...
  • 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__...
  • Keil ARM Scatter file with multiple ROM and RAM sections
    Hi, We are migrating project from IAR to Keil environment. We have following memory map designed for IAR Linker file, does any one has the example of scatter file designed for Keil environment with...