• to fetch start and end address of section (scatter file)
    Hi all, I want to place a library in to a specific section in flash using a scatter file. then i want to do CRC check of the library file at runtime. Can any body help me in this. I need to know...
  • to fetch start and end address of section (scatter file)
    Hi all, I want to place a library in to a specific section in flash using a scatter file. then i want to do CRC check of the library file at runtime. Can any body help me in this. I need to know...
  • 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...
  • 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...
  • Variables end up on same address
    We are using the Keil C-compiler and uVision when compiling a project for the C166-platform. Latley we have been noticing a strange behaviour of our program. A closer look of the result revealed that...